aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-18Merge commit 'c9a71e1' into importKevin Cheng
2019-01-21release 19.0.0 (#808)Paul Kehrer
2019-01-21changelog and call it 19 now (#807)Paul Kehrer
2019-01-21add key types consts (#776)Igr
2019-01-21Fixes incorrect rtype in documentation (#802)Gaurav Malhotra
2019-01-21Handle NULL bytes in get_components() values (#804)Romuald Brunet
2019-01-21Hypothetically fixes pyOpenSSL tests (#805)Paul Kehrer
2018-08-27Update OpenSSL manpage link to x509v3_config (#789)Cyril Stoller
2018-08-27Add note on zero-based certificate version value (#790)Cyril Stoller
2018-08-23X509Store.add_cert no longer raises an error on duplicate cert (#787)Paul Kehrer
2018-06-05Only allocate exponent in the TYPE_RSA path. (#767)David Benjamin
2018-05-22Tone down the comment around SSL_set_tlsext_status_ocsp_resp. (#764)David Benjamin
2018-05-22Fix SSL_CTX_set_tlsext_servername_callback type signature. (#763)David Benjamin
2018-05-16reopen master for 18.1 (#761)Paul Kehrer
2018-05-1618.0.0 release time (#760)Paul Kehrer
2018-05-16Add Connection.get_certificate method (#733)Jeremy Lainé
2018-05-16Make sure a NotImplementedError is always raised on Connection.makefile() (#744)Ayke
2018-05-16Add Context.set_tlsext_use_srtp (#734)Jeremy Lainé
2018-05-14Always enable auto retry (#753)Paul Kehrer
2018-03-21Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)Jeremy Lainé
2018-03-01Don't add not supported SSL_ST_* into _all_, fixies #738 (#739)Ondřej Nový
2018-02-15Use autofocus for all module documentation/docstrings (#737)Alex Chan
2017-12-01open for 17.6.0 (#727)Paul Kehrer
2017-11-3017.5.0 version bump (#726)Paul Kehrer
2017-11-30Export keying material support (#725)Paul Kehrer
2017-11-30fix a memory leak and a potential UAF and also #722 (#723)Paul Kehrer
2017-11-26define __all__ to make wildcard import work (#719)Nicolas Karolak
2017-11-21reopen master (#718)Paul Kehrer
2017-11-21bump to 17.4.0 (#714)Paul Kehrer
2017-11-20restore a subset of the rand module (#708)Paul Kehrer
2017-11-20Don't use things after they're freed...duh (#709)Alex Gaynor
2017-11-20fix errors with latest flake8 (#710)Alex Gaynor
2017-10-12Improve documentation for passphrase callback (#703)Diego Fernandez
2017-09-1317.4.0.dev0 bump (#694)Paul Kehrer
2017-09-13bump version and update changelog (#693)Paul Kehrer
2017-09-14Avoid a double call to X509_STORE_CTX_init as it leaks memory (#691)Jeremy Cline
2017-09-07Provide a destructor for the CRL object (#690)Jeremy Cline
2017-07-25Delete rand.py (#675)Alex Gaynor
2017-07-22 Fixes #655 -- deprecate OpenSSL.tsafe (#673)Alex Gaynor
2017-07-20Start new release cycle (#672)Hynek Schlawack
2017-07-20Prepare 17.2.0 (#671)Hynek Schlawack
2017-07-20(EC)DSA signature fix (#670)Paul Kehrer
2017-07-20Bend some recent changes to standards (#669)Hynek Schlawack
2017-07-19fix #664 (#665)Paul Kehrer
2017-07-06Fixed #631 -- deprecate all of OpenSSL.rand (#658)Alex Gaynor
2017-06-30Start new release cycle (#654)Hynek Schlawack
2017-06-30Prepare 17.1 (#653)Hynek Schlawack
2017-06-30Removed the deprecated md5 default on CRL.export() (#652)Alex Gaynor
2017-06-30Kill some commented out code and other cleanups (#649)Alex Gaynor
2017-06-29Kill dead code (#647)Alex Gaynor