summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
Commit message (Expand)AuthorAgeFilesLines
* remove npn support entirely. you should be using alpn (#932)Paul Kehrer2020-08-031-0/+1
* Add SSL.Context.set_keylog_callback (#910)Maximilian Hils2020-07-281-1/+2
* Remove deprecated tsafe module. (#913)Benjamin Peterson2020-05-221-0/+1
* Drop OpenSSL 1.0.1 (#908)Alex Gaynor2020-04-071-0/+1
* Drop support for Python 3.4, since cryptography dropped it (#884)Alex Gaynor2019-12-151-1/+1
* reopen master, call it 20.0 because let's be honest with ourselves (#878)Paul Kehrer2019-11-181-0/+21
* version bump for 19.1 release (#877)19.1.0Paul Kehrer2019-11-171-1/+1
* ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams2019-11-181-0/+2
* use _ffi.from_buffer() to support bytearray (#852)Daniel Holth2019-11-181-1/+2
* bump the minimum cryptography version (#875)Paul Kehrer2019-11-171-0/+2
* Deprecated NPN (#820)Alex Gaynor2019-02-221-1/+3
* Removed deprecated Type aliases (#814)Alex Gaynor2019-02-071-2/+3
* Reopen master for 19.1 (#810)Alex Gaynor2019-01-211-0/+24
* release 19.0.0 (#808)19.0.0Paul Kehrer2019-01-211-1/+1
* changelog and call it 19 now (#807)Paul Kehrer2019-01-211-2/+6
* X509Store.add_cert no longer raises an error on duplicate cert (#787)Paul Kehrer2018-08-231-1/+2
* reopen master for 18.1 (#761)Paul Kehrer2018-05-161-0/+24
* 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/+2
* Add Context.set_tlsext_use_srtp (#734)Jeremy Lainé2018-05-161-0/+2
* Always enable auto retry (#753)Paul Kehrer2018-05-141-2/+3
* Make the changelog consistent (#754)Alex Gaynor2018-05-141-3/+3
* Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)Jeremy Lainé2018-03-211-1/+2
* open for 17.6.0 (#727)Paul Kehrer2017-12-011-0/+24
* 17.5.0 version bump (#726)17.5.0Paul Kehrer2017-11-301-1/+1
* Export keying material support (#725)Paul Kehrer2017-11-301-0/+2
* fix a memory leak and a potential UAF and also #722 (#723)Paul Kehrer2017-11-301-3/+3
* reopen master (#718)Paul Kehrer2017-11-211-0/+26
* 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/+3
* Don't use things after they're freed...duh (#709)Alex Gaynor2017-11-201-1/+2
* 17.4.0.dev0 bump (#694)Paul Kehrer2017-09-131-0/+24
* bump version and update changelog (#693)17.3.0Paul Kehrer2017-09-131-2/+5
* Delete rand.py (#675)Alex Gaynor2017-07-251-0/+4
* Drop py33 (#677)Alex Gaynor2017-07-251-1/+2
* Fixes #655 -- deprecate OpenSSL.tsafe (#673)Alex Gaynor2017-07-221-2/+2
* Start new release cycle (#672)Hynek Schlawack2017-07-201-0/+25
* Prepare 17.2.0 (#671)17.2.0Hynek Schlawack2017-07-201-1/+1
* (EC)DSA signature fix (#670)Paul Kehrer2017-07-201-0/+2
* Bend some recent changes to standards (#669)Hynek Schlawack2017-07-201-4/+1
* fix #664 (#665)Paul Kehrer2017-07-191-0/+4
* Fixed #631 -- deprecate all of OpenSSL.rand (#658)Alex Gaynor2017-07-061-1/+2
* Start new release cycle (#654)Hynek Schlawack2017-06-301-0/+25
* Prepare 17.1 (#653)17.1.0Hynek Schlawack2017-06-301-2/+2
* Removed the deprecated md5 default on CRL.export() (#652)Alex Gaynor2017-06-301-0/+3
* Bend CHANGELOG.rst to our shape (#651)Hynek Schlawack2017-06-301-9/+13
* try loading trusted certs from a list of fallbacks (#633)Paul Kehrer2017-06-291-0/+1
* add to_cryptography/from_cryptography on CRL and X509Req (#645)Paul Kehrer2017-06-291-0/+1
* Fixed #486 -- deprecate the backwards compat names (#643)Alex Gaynor2017-06-291-1/+2
* Added an API for converting X509 to/from cryptography (#640)Alex Gaynor2017-06-251-0/+1