summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
Commit message (Expand)AuthorAgeFilesLines
* Expose X509_V_* constants (#1202)HEADmainItamar Turner-Trauring2023-04-281-0/+2
* remove X509StoreFlags.NOTIFY_POLICY (#1213)Paul Kehrer2023-04-211-0/+3
* Reject invalid versions in X509Req.set_version (#1208)Alex Gaynor2023-04-011-0/+2
* port changelog (#1205)Paul Kehrer2023-03-271-1/+16
* reopen main (#1200)Alex Gaynor2023-03-251-0/+12
* 23.1.0 version bump (#1196)23.1.0Alex Gaynor2023-03-241-1/+2
* Add support for DTLS timeouts (#1180)Jeremy Lainé2023-02-131-0/+3
* Reopen main (#1176)Alex Gaynor2023-01-021-0/+12
* 23.0.0 version bump (#1175)23.0.0Alex Gaynor2023-01-021-1/+2
* Add support for X509_V_FLAG_PARTIAL_CHAIN (#1166)vEpiphyte2022-12-151-0/+3
* fix changelog for 22.1 release. (#1150)Paul Kehrer2022-09-251-2/+3
* Reopen main (#1149)Alex Gaynor2022-09-251-0/+13
* add `Connection.use_(certificate|privatekey)` (#1121)Maximilian Hils2022-09-161-0/+2
* Move away from the SSLEAY name (#1144)Alex Gaynor2022-09-161-0/+4
* Make `X509StoreContextError`'s message friendlier (#1133)William Woodruff2022-07-071-0/+3
* add `Connection.set_verify`, fix #255 (#1073)Maximilian Hils2022-05-131-0/+4
* repair CI (#1116)Paul Kehrer2022-05-111-0/+1
* Implement Context constructor in terms of new OpenSSL APIs (#1109)Alex Gaynor2022-03-141-0/+2
* bump to 22.1.0.dev (#1080)Paul Kehrer2022-01-291-0/+12
* bump for 22.0.0 release (#1079)22.0.0Paul Kehrer2022-01-291-1/+1
* Expose some DTLS-related features (#1026)Nathaniel J. Smith2021-11-021-0/+5
* fixed version number typo (#1050)Alex Gaynor2021-10-151-1/+1
* py27 going, going, gone (#1047)Paul Kehrer2021-10-041-0/+3
* reopen main for 21.1 dev (#1042)Paul Kehrer2021-09-281-0/+12
* 21.0.0 release (#1041)21.0.0Paul Kehrer2021-09-281-1/+3
* Add SSL_CTX_set_min_proto_version/SSL_CTX_set_max_proto_version bindings (#985)Maximilian Hils2021-03-101-0/+5
* Check return code of SSL_[CTX_]set_alpn_protos (#993)Maximilian Hils2021-02-171-0/+3
* reopen master for dev (#980)Paul Kehrer2020-12-151-0/+12
* Prepare for 20.0.1 release (#979)20.0.1Alex Gaynor2020-12-151-1/+3
* reopen master for next dev cycle (#969)Paul Kehrer2020-11-271-0/+12
* 20.0.0 before 2020 is even over (#968)20.0.0Paul Kehrer2020-11-271-1/+1
* Drop CI for OpenSSL 1.0.2 (#953)Alex Gaynor2020-10-261-1/+2
* crypto._PassphraseHelper: pass non-callable passphrase using callback (#947)Huw Jones2020-10-121-1/+4
* Allow using additional untrusted certificates for chain building in X509Store...Sándor Oroszi2020-10-121-0/+3
* Allow using an OpenSSL hashed directory for verification in X509Store (#943)Sándor Oroszi2020-09-111-0/+3
* Context.set_verify: allow omission of callback (#933)Maximilian Hils2020-08-071-0/+3
* Allow accessing a connection's verfied certificate chain (#894)Shane Harvey2020-08-051-3/+3
* Deprecated pkcs7 and pkcs12 support (#921)Alex Gaynor2020-08-051-0/+2
* 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