summaryrefslogtreecommitdiff
path: root/src/OpenSSL/SSL.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526)Alex Gaynor2016-09-241-7/+9
* fix cffi warnings for proper buffer types (#545)Paul Kehrer2016-09-201-3/+3
* Simplify a few more branches to improve coverage (#500)Alex Gaynor2016-07-031-8/+2
* Port the easy cases of SSL.py to _openssl_assert (#499)Alex Gaynor2016-07-031-9/+3
* Remove a bunch of untested stuff. (#487)Alex Gaynor2016-06-041-19/+8
* remove attempts to test against openssl 0.9.8 (#484)Alex Gaynor2016-06-041-8/+2
* We have always been at war with easy to read code.Alex Gaynor2016-06-011-12/+23
* Removed nonsense docstringAlex Gaynor2016-05-271-3/+1
* Factor out common code of requires decoratorsCory Benfield2016-03-291-35/+26
* Raise NotImplementedError when SNI not present.Cory Benfield2016-03-291-0/+19
* Implement Context.set_session_idHynek Schlawack2016-03-161-10/+34
* Rename state_name to get_state_nameHynek Schlawack2016-03-141-2/+3
* Pluck more unrelated bits from #422Hynek Schlawack2016-03-131-4/+4
* More explicit assertHynek Schlawack2016-03-111-1/+1
* GrammarHynek Schlawack2016-03-111-1/+1
* Fix set_cipher_list on modern OpenSSLHynek Schlawack2016-03-111-12/+15
* Fixed AttributeError when calling get_app_data()Todd Chapman2016-01-181-0/+1
* Move package into srcHynek Schlawack2015-10-171-0/+1915