summaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* I'm back in black (#941)Alex Gaynor2020-08-261-5/+16
* Context.set_verify: allow omission of callback (#933)Maximilian Hils2020-08-071-5/+26
* Allow accessing a connection's verfied certificate chain (#894)Shane Harvey2020-08-051-0/+57
* focal time (#929)Paul Kehrer2020-08-051-6/+7
* remove npn support entirely. you should be using alpn (#932)Paul Kehrer2020-08-031-184/+0
* use SSLv23_METHOD so we get "best TLS" in most tests. (#931)Paul Kehrer2020-08-031-135/+135
* use modern message digests (#930)Paul Kehrer2020-08-031-3/+3
* update cert fixtures and simplify tests (#927)Paul Kehrer2020-08-031-24/+17
* make our CI less frustrating (#926)Paul Kehrer2020-08-031-5/+5
* use larger keys in ssl tests (#922)Alex Gaynor2020-08-031-3/+3
* Add SSL.Context.set_keylog_callback (#910)Maximilian Hils2020-07-281-0/+31
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-231-290/+445
* Fix generated test X.509 certificates. (#917)David Benjamin2020-06-241-0/+3
* Drop OpenSSL 1.0.1 (#908)Alex Gaynor2020-04-071-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