summaryrefslogtreecommitdiff
path: root/src/OpenSSL/SSL.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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