summaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Export keying material support (#725)Paul Kehrer2017-11-301-0/+22
* fix a memory leak and a potential UAF and also #722 (#723)Paul Kehrer2017-11-301-0/+25
* Fix another test to not hardcode TLSv1 (#683)Alex Gaynor2017-08-071-1/+1
* Don't use "TLSv1" as a default for loopback clients/servers (#682)Alex Gaynor2017-08-071-2/+2
* remove gibberish comment (#648)Alex Gaynor2017-06-301-2/+0
* Kill dead code (#647)Alex Gaynor2017-06-291-5/+0
* Fixed #461 -- make the tests pass when SSLv3 isn't supported (#644)Alex Gaynor2017-06-291-3/+5
* try loading trusted certs from a list of fallbacks (#633)Paul Kehrer2017-06-291-1/+88
* Assorted cheap coverage wins (#602)Alex Chan2017-04-201-22/+65
* Fix up some pytest-related stuff (#601)Hynek Schlawack2017-02-181-4/+4
* Limit SSL_write bufsize to avoid OverflowErrors (#603)Maximilian Hils2017-02-101-0/+24
* Rip out the last vestages of unittest from the test suite (#599)Alex Chan2017-01-301-353/+282
* Convert the rest of TestConnection to be pytest-style (#594)Alex Chan2017-01-301-377/+286
* Convert TestContext to be pytest-style (#589)Alex Chan2017-01-241-395/+284
* Add support for OCSP stapling. (#580)Cory Benfield2017-01-241-0/+244
* Convert a few more small test classes to be pytest-style (#585)Alex Chan2016-12-191-12/+12
* Convert ALPN and SessionTests to use pytest-style tests (#570)Alex Chan2016-11-101-37/+25
* Convert NextProtoNegotiationTests to use pytest-style tests (#569)Alex Chan2016-11-101-151/+127
* Convert ServerNameCallbackTests to use pytest-style tests (#565)Alex Chan2016-11-051-67/+59
* Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526)Alex Gaynor2016-09-241-15/+43
* Fixed #529 -- use the native bytes syntax (#536)Alex Gaynor2016-09-111-52/+52
* Don't use SSLv3 (#534)Alex Gaynor2016-09-101-1/+1
* make these tests pass if OP_NO_SSLv2 is 0 (#532)Alex Gaynor2016-09-101-2/+2
* bump the size of some test keys (#531)Alex Gaynor2016-09-101-3/+3
* bump the size of the test dhparam (#530)Alex Gaynor2016-09-101-3/+5
* Simplify conditions and delete an unused function (#512)Alex Gaynor2016-07-311-16/+0
* Remove some pointless branches (#511)Alex Gaynor2016-07-311-42/+20
* Clean out some cruft (#509)Alex Gaynor2016-07-311-5/+0
* Test markups.Cory Benfield2016-03-301-3/+3
* Switch to pytest test style.Cory Benfield2016-03-301-6/+9
* Add basic tests for _make_requiresCory Benfield2016-03-301-0/+39
* Implement Context.set_session_idHynek Schlawack2016-03-161-21/+133
* Rename state_name to get_state_nameHynek Schlawack2016-03-141-2/+2
* Pluck more unrelated bits from #422Hynek Schlawack2016-03-131-2/+9
* GrammarHynek Schlawack2016-03-111-3/+3
* Fix set_cipher_list on modern OpenSSLHynek Schlawack2016-03-111-40/+40
* Greatly simplify test_state_stringHynek Schlawack2016-01-311-36/+2
* Fixed AttributeError when calling get_app_data()Todd Chapman2016-01-181-1/+2
* Use Google and a more generic methodHynek Schlawack2015-10-211-2/+2
* Move package into srcHynek Schlawack2015-10-171-0/+3773