summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 17.5.0 version bump (#726)17.5.0Paul Kehrer2017-11-301-1/+1
* Export keying material support (#725)Paul Kehrer2017-11-301-0/+24
* fix a memory leak and a potential UAF and also #722 (#723)Paul Kehrer2017-11-302-6/+6
* define __all__ to make wildcard import work (#719)Nicolas Karolak2017-11-262-0/+128
* reopen master (#718)Paul Kehrer2017-11-211-1/+1
* bump to 17.4.0 (#714)17.4.0Paul Kehrer2017-11-211-1/+1
* restore a subset of the rand module (#708)Paul Kehrer2017-11-201-0/+40
* Don't use things after they're freed...duh (#709)Alex Gaynor2017-11-202-14/+38
* fix errors with latest flake8 (#710)Alex Gaynor2017-11-201-4/+4
* Improve documentation for passphrase callback (#703)Diego Fernandez2017-10-121-1/+1
* 17.4.0.dev0 bump (#694)Paul Kehrer2017-09-131-1/+1
* bump version and update changelog (#693)17.3.0Paul Kehrer2017-09-131-1/+1
* Avoid a double call to X509_STORE_CTX_init as it leaks memory (#691)Jeremy Cline2017-09-141-0/+7
* Provide a destructor for the CRL object (#690)Jeremy Cline2017-09-071-1/+1
* Delete rand.py (#675)Alex Gaynor2017-07-252-171/+2
* Fixes #655 -- deprecate OpenSSL.tsafe (#673)Alex Gaynor2017-07-221-0/+7
* Start new release cycle (#672)Hynek Schlawack2017-07-201-1/+1
* Prepare 17.2.0 (#671)17.2.0Hynek Schlawack2017-07-201-1/+1
* (EC)DSA signature fix (#670)Paul Kehrer2017-07-201-3/+4
* Bend some recent changes to standards (#669)Hynek Schlawack2017-07-201-1/+1
* fix #664 (#665)Paul Kehrer2017-07-191-2/+4
* Fixed #631 -- deprecate all of OpenSSL.rand (#658)Alex Gaynor2017-07-061-0/+7
* Start new release cycle (#654)Hynek Schlawack2017-06-301-1/+1
* Prepare 17.1 (#653)17.1.0Hynek Schlawack2017-06-301-1/+1
* Removed the deprecated md5 default on CRL.export() (#652)Alex Gaynor2017-06-301-8/+1
* Kill some commented out code and other cleanups (#649)Alex Gaynor2017-06-302-26/+5
* Kill dead code (#647)Alex Gaynor2017-06-291-6/+5
* try loading trusted certs from a list of fallbacks (#633)Paul Kehrer2017-06-291-0/+78
* dump_privatekey with FILETYPE_TEXT only supports RSA keys (#646)Paul Kehrer2017-06-291-0/+6
* add to_cryptography/from_cryptography on CRL and X509Req (#645)Paul Kehrer2017-06-291-0/+66
* Fixed #486 -- deprecate the backwards compat names (#643)Alex Gaynor2017-06-292-12/+62
* Added an API for converting X509 to/from cryptography (#640)Alex Gaynor2017-06-251-0/+32
* Drop some dead code, cryptography has _never_ bound RAND_screen (#641)Alex Gaynor2017-06-251-16/+0
* update docs and and changelog for #612 (#639)Paul Kehrer2017-06-211-20/+8
* Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612)Moriyoshi Koizumi2017-06-211-11/+3
* Drop the deprecated rand.egd function (#630)Alex Gaynor2017-05-311-35/+0
* Use the normal OpenSSL function instead of the crypto wrapper (#629)Alex Gaynor2017-05-311-1/+1
* Add an informative __main__.py (#620)Hynek Schlawack2017-05-131-0/+42
* Start new release cycle (#618)Hynek Schlawack2017-04-201-1/+1
* Prepare 17.0.0 (#617)Hynek Schlawack2017-04-201-1/+1
* Remove code for checking if EC support is present (#616)Alex Chan2017-04-201-11/+9
* Prepare for 17.0.0 (#615)Hynek Schlawack2017-04-202-3/+3
* Fix broken links in the documentation (#611)Alex Chan2017-03-211-2/+2
* Limit SSL_write bufsize to avoid OverflowErrors (#603)Maximilian Hils2017-02-101-1/+9
* Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581)Greg Bowser2017-01-252-11/+12
* Add support for OCSP stapling. (#580)Cory Benfield2017-01-241-0/+206
* automatically set SSL_CTX_set_ecdh_auto when available (#575)Paul Kehrer2016-12-191-0/+9
* Activate intersphinx (#583)Hynek Schlawack2016-12-111-14/+20
* Don't zero memory when we don't have to. (#578)Cory Benfield2016-11-282-7/+14
* Add the ability to set a custom verification time on X509Store (#567)Thomas Sileo2016-11-221-0/+22