aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
AgeCommit message (Expand)Author
2020-08-05Deprecated pkcs7 and pkcs12 support (#921)Alex Gaynor
2020-08-03remove npn support entirely. you should be using alpn (#932)Paul Kehrer
2020-07-28Add SSL.Context.set_keylog_callback (#910)Maximilian Hils
2020-05-22Remove deprecated tsafe module. (#913)Benjamin Peterson
2020-04-07Drop OpenSSL 1.0.1 (#908)Alex Gaynor
2019-12-15Drop support for Python 3.4, since cryptography dropped it (#884)Alex Gaynor
2019-11-18reopen master, call it 20.0 because let's be honest with ourselves (#878)Paul Kehrer
2019-11-17version bump for 19.1 release (#877)Paul Kehrer
2019-11-18ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams
2019-11-18use _ffi.from_buffer() to support bytearray (#852)Daniel Holth
2019-11-17bump the minimum cryptography version (#875)Paul Kehrer
2019-02-22Deprecated NPN (#820)Alex Gaynor
2019-02-07Removed deprecated Type aliases (#814)Alex Gaynor
2019-01-21Reopen master for 19.1 (#810)Alex Gaynor
2019-01-21release 19.0.0 (#808)Paul Kehrer
2019-01-21changelog and call it 19 now (#807)Paul Kehrer
2018-08-23X509Store.add_cert no longer raises an error on duplicate cert (#787)Paul Kehrer
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-16Add Context.set_tlsext_use_srtp (#734)Jeremy Lainé
2018-05-14Always enable auto retry (#753)Paul Kehrer
2018-05-14Make the changelog consistent (#754)Alex Gaynor
2018-03-21Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)Jeremy Lainé
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-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-09-1317.4.0.dev0 bump (#694)Paul Kehrer
2017-09-13bump version and update changelog (#693)Paul Kehrer
2017-07-25Delete rand.py (#675)Alex Gaynor
2017-07-25Drop py33 (#677)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-30Bend CHANGELOG.rst to our shape (#651)Hynek Schlawack
2017-06-29try loading trusted certs from a list of fallbacks (#633)Paul Kehrer
2017-06-29add to_cryptography/from_cryptography on CRL and X509Req (#645)Paul Kehrer
2017-06-29Fixed #486 -- deprecate the backwards compat names (#643)Alex Gaynor