summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated Type aliases (#814)Alex Gaynor2019-02-072-85/+0
* Provide a valid digest option (#811)Wayne Werner2019-01-301-1/+1
* Reopen master for 19.1 (#810)Alex Gaynor2019-01-211-1/+1
* release 19.0.0 (#808)19.0.0Paul Kehrer2019-01-211-1/+1
* changelog and call it 19 now (#807)Paul Kehrer2019-01-211-1/+1
* add key types consts (#776)Igr2019-01-211-0/+2
* Fixes incorrect rtype in documentation (#802)Gaurav Malhotra2019-01-211-2/+2
* Handle NULL bytes in get_components() values (#804)Romuald Brunet2019-01-211-5/+5
* Hypothetically fixes pyOpenSSL tests (#805)Paul Kehrer2019-01-211-0/+13
* Update OpenSSL manpage link to x509v3_config (#789)Cyril Stoller2018-08-271-1/+1
* Add note on zero-based certificate version value (#790)Cyril Stoller2018-08-271-1/+2
* X509Store.add_cert no longer raises an error on duplicate cert (#787)Paul Kehrer2018-08-231-1/+10
* Only allocate exponent in the TYPE_RSA path. (#767)David Benjamin2018-06-051-5/+5
* Tone down the comment around SSL_set_tlsext_status_ocsp_resp. (#764)David Benjamin2018-05-221-7/+2
* Fix SSL_CTX_set_tlsext_servername_callback type signature. (#763)David Benjamin2018-05-221-1/+1
* reopen master for 18.1 (#761)Paul Kehrer2018-05-161-1/+1
* 18.0.0 release time (#760)18.0.0Paul Kehrer2018-05-161-1/+1
* Add Connection.get_certificate method (#733)Jeremy Lainé2018-05-161-0/+12
* Make sure a NotImplementedError is always raised on Connection.makefile() (#744)Ayke2018-05-161-1/+1
* Add Context.set_tlsext_use_srtp (#734)Jeremy Lainé2018-05-161-0/+15
* Always enable auto retry (#753)Paul Kehrer2018-05-141-0/+5
* Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)Jeremy Lainé2018-03-211-14/+4
* Don't add not supported SSL_ST_* into _all_, fixies #738 (#739)Ondřej Nový2018-03-011-4/+6
* Use autofocus for all module documentation/docstrings (#737)Alex Chan2018-02-152-122/+261
* open for 17.6.0 (#727)Paul Kehrer2017-12-011-1/+1
* 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