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