aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
AgeCommit message (Expand)Author
2018-05-14Fixed a handful of typos (#755)Alex Gaynor
2018-05-12Increase the size of RSA key used in tests for OpenSSL 1.1.1 (#750)Alex Gaynor
2018-05-12fixed tests that want SNI (#751)Alex Gaynor
2018-03-21Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)Jeremy Lainé
2017-11-30Export keying material support (#725)Paul Kehrer
2017-11-30fix a memory leak and a potential UAF and also #722 (#723)Paul Kehrer
2017-08-07Fix another test to not hardcode TLSv1 (#683)Alex Gaynor
2017-08-07Don't use "TLSv1" as a default for loopback clients/servers (#682)Alex Gaynor
2017-06-30remove gibberish comment (#648)Alex Gaynor
2017-06-29Kill dead code (#647)Alex Gaynor
2017-06-29Fixed #461 -- make the tests pass when SSLv3 isn't supported (#644)Alex Gaynor
2017-06-29try loading trusted certs from a list of fallbacks (#633)Paul Kehrer
2017-04-20Assorted cheap coverage wins (#602)Alex Chan
2017-02-18Fix up some pytest-related stuff (#601)Hynek Schlawack
2017-02-10Limit SSL_write bufsize to avoid OverflowErrors (#603)Maximilian Hils
2017-01-30Rip out the last vestages of unittest from the test suite (#599)Alex Chan
2017-01-30Convert the rest of TestConnection to be pytest-style (#594)Alex Chan
2017-01-24Convert TestContext to be pytest-style (#589)Alex Chan
2017-01-24Add support for OCSP stapling. (#580)Cory Benfield
2016-12-19Convert a few more small test classes to be pytest-style (#585)Alex Chan
2016-11-10Convert ALPN and SessionTests to use pytest-style tests (#570)Alex Chan
2016-11-10Convert NextProtoNegotiationTests to use pytest-style tests (#569)Alex Chan
2016-11-05Convert ServerNameCallbackTests to use pytest-style tests (#565)Alex Chan
2016-09-24Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526)Alex Gaynor
2016-09-11Fixed #529 -- use the native bytes syntax (#536)Alex Gaynor
2016-09-10Don't use SSLv3 (#534)Alex Gaynor
2016-09-10make these tests pass if OP_NO_SSLv2 is 0 (#532)Alex Gaynor
2016-09-10bump the size of some test keys (#531)Alex Gaynor
2016-09-10bump the size of the test dhparam (#530)Alex Gaynor
2016-07-31Simplify conditions and delete an unused function (#512)Alex Gaynor
2016-07-31Remove some pointless branches (#511)Alex Gaynor
2016-07-31Clean out some cruft (#509)Alex Gaynor
2016-03-30Test markups.Cory Benfield
2016-03-30Switch to pytest test style.Cory Benfield
2016-03-30Add basic tests for _make_requiresCory Benfield
2016-03-16Implement Context.set_session_idHynek Schlawack
2016-03-14Rename state_name to get_state_nameHynek Schlawack
2016-03-13Pluck more unrelated bits from #422Hynek Schlawack
2016-03-11GrammarHynek Schlawack
2016-03-11Fix set_cipher_list on modern OpenSSLHynek Schlawack
2016-01-31Greatly simplify test_state_stringHynek Schlawack
2016-01-18Fixed AttributeError when calling get_app_data()Todd Chapman
2015-10-21Use Google and a more generic methodHynek Schlawack
2015-10-17Move package into srcHynek Schlawack