summaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Drop OpenSSL 1.0.1drop-1.0.1Alex Gaynor2020-04-061-208/+187
* Make tests pass in the future (now the present) (#888)Alex Gaynor2020-01-121-3/+5
* ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams2019-11-181-1/+78
* use _ffi.from_buffer() to support bytearray (#852)Daniel Holth2019-11-181-2/+40
* Fix for Python 4 (#862)Hugo van Kemenade2019-08-291-3/+3
* Mark this test as flaky (#850)Alex Gaynor2019-07-061-0/+3
* Remove tests of long functionality (#832)Alex Gaynor2019-05-191-117/+0
* Make test_ssl pass in an IPv6-only environment (#827)David Benjamin2019-04-151-20/+38
* skip NPN tests if NPN is not available (#822)Paul Kehrer2019-02-261-0/+3
* Raise an Error with "no cipher match" even with TLS 1.3 (#818)Mark Williams2019-02-141-9/+22
* Removed deprecated Type aliases (#814)Alex Gaynor2019-02-071-7/+3
* Hypothetically fixes pyOpenSSL tests (#805)Paul Kehrer2019-01-211-8/+11
* fix wantWriteError to error even with big socket buffers (#782)catern2018-08-091-1/+1
* Add Connection.get_certificate method (#733)Jeremy Lainé2018-05-161-0/+25
* Add Context.set_tlsext_use_srtp (#734)Jeremy Lainé2018-05-161-0/+29
* Fixed a handful of typos (#755)Alex Gaynor2018-05-141-1/+1
* Increase the size of RSA key used in tests for OpenSSL 1.1.1 (#750)Alex Gaynor2018-05-121-3/+3
* fixed tests that want SNI (#751)Alex Gaynor2018-05-121-0/+1
* Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)Jeremy Lainé2018-03-211-11/+1
* 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