summaryrefslogtreecommitdiff
path: root/src/OpenSSL/SSL.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup from_buffer now that we just use cffi natively (#989)masterAlex Gaynor2021-01-161-4/+3
* Fix for running on OpenSSL 1.1.0 + CI (#978)Alex Gaynor2020-12-141-1/+4
* Keep reference to SSL verify_call in Connection object (#956)Arne Schwabe2020-11-271-0/+6
* Fix spelling of set in set_verify docstring (#959)Arne Schwabe2020-11-131-2/+2
* Drop CI for OpenSSL 1.0.2 (#953)Alex Gaynor2020-10-261-39/+6
* I'm back in black (#941)Alex Gaynor2020-08-261-4/+5
* Context.set_verify: allow omission of callback (#933)Maximilian Hils2020-08-071-11/+17
* Allow accessing a connection's verfied certificate chain (#894)Shane Harvey2020-08-051-7/+54
* focal time (#929)Paul Kehrer2020-08-051-1/+2
* remove npn support entirely. you should be using alpn (#932)Paul Kehrer2020-08-031-180/+0
* Add SSL.Context.set_keylog_callback (#910)Maximilian Hils2020-07-281-0/+31
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-231-161/+196
* Drop OpenSSL 1.0.1 (#908)Alex Gaynor2020-04-071-10/+6
* Remove asserts (#904)Adrián Chaves2020-03-311-3/+3
* Random cleanup around our usage of binary_type (#879)Alex Gaynor2019-11-181-5/+3
* ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams2019-11-181-10/+25
* use _ffi.from_buffer() to support bytearray (#852)Daniel Holth2019-11-181-37/+35
* Expose OP_NO_TLSv1_3 (#861)Nathaniel J. Smith2019-08-021-0/+5
* Update SSL.py docstring (#849)Daniel Holth2019-07-051-1/+1
* OpenSSL always has SNI (#821)Alex Gaynor2019-02-221-8/+0
* Deprecated NPN (#820)Alex Gaynor2019-02-221-0/+9
* Raise an Error with "no cipher match" even with TLS 1.3 (#818)Mark Williams2019-02-141-3/+12
* Removed deprecated Type aliases (#814)Alex Gaynor2019-02-071-14/+0
* Hypothetically fixes pyOpenSSL tests (#805)Paul Kehrer2019-01-211-0/+13
* 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
* 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-151-110/+233
* 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-301-2/+3
* define __all__ to make wildcard import work (#719)Nicolas Karolak2017-11-261-0/+89
* Don't use things after they're freed...duh (#709)Alex Gaynor2017-11-201-5/+2
* fix errors with latest flake8 (#710)Alex Gaynor2017-11-201-4/+4
* Improve documentation for passphrase callback (#703)Diego Fernandez2017-10-121-1/+1
* fix #664 (#665)Paul Kehrer2017-07-191-2/+4
* Kill some commented out code and other cleanups (#649)Alex Gaynor2017-06-301-9/+2
* Kill dead code (#647)Alex Gaynor2017-06-291-6/+5
* try loading trusted certs from a list of fallbacks (#633)Paul Kehrer2017-06-291-0/+78
* Fixed #486 -- deprecate the backwards compat names (#643)Alex Gaynor2017-06-291-2/+11
* Limit SSL_write bufsize to avoid OverflowErrors (#603)Maximilian Hils2017-02-101-1/+9
* Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581)Greg Bowser2017-01-251-5/+4
* Add support for OCSP stapling. (#580)Cory Benfield2017-01-241-0/+206
* automatically set SSL_CTX_set_ecdh_auto when available (#575)Paul Kehrer2016-12-191-0/+9
* Don't zero memory when we don't have to. (#578)Cory Benfield2016-11-281-7/+8
* Convert X509ExtTests to use pytest-style tests (#564)Alex Chan2016-11-181-0/+1