aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
AgeCommit message (Expand)Author
2020-11-27Keep reference to SSL verify_call in Connection object (#956)Arne Schwabe
2020-10-26Drop CI for OpenSSL 1.0.2 (#953)Alex Gaynor
2020-08-26I'm back in black (#941)Alex Gaynor
2020-08-07Context.set_verify: allow omission of callback (#933)Maximilian Hils
2020-08-05Allow accessing a connection's verfied certificate chain (#894)Shane Harvey
2020-08-05focal time (#929)Paul Kehrer
2020-08-03remove npn support entirely. you should be using alpn (#932)Paul Kehrer
2020-08-03use SSLv23_METHOD so we get "best TLS" in most tests. (#931)Paul Kehrer
2020-08-03use modern message digests (#930)Paul Kehrer
2020-08-03update cert fixtures and simplify tests (#927)Paul Kehrer
2020-08-03make our CI less frustrating (#926)Paul Kehrer
2020-08-03use larger keys in ssl tests (#922)Alex Gaynor
2020-07-28Add SSL.Context.set_keylog_callback (#910)Maximilian Hils
2020-07-23Paint it Black by the Rolling Stones (#920)Alex Gaynor
2020-06-24Fix generated test X.509 certificates. (#917)David Benjamin
2020-04-07Drop OpenSSL 1.0.1 (#908)Alex Gaynor
2020-01-12Make tests pass in the future (now the present) (#888)Alex Gaynor
2019-11-18ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams
2019-11-18use _ffi.from_buffer() to support bytearray (#852)Daniel Holth
2019-08-29Fix for Python 4 (#862)Hugo van Kemenade
2019-07-06Mark this test as flaky (#850)Alex Gaynor
2019-05-19Remove tests of long functionality (#832)Alex Gaynor
2019-04-15Make test_ssl pass in an IPv6-only environment (#827)David Benjamin
2019-02-26skip NPN tests if NPN is not available (#822)Paul Kehrer
2019-02-14Raise an Error with "no cipher match" even with TLS 1.3 (#818)Mark Williams
2019-02-07Removed deprecated Type aliases (#814)Alex Gaynor
2019-01-21Hypothetically fixes pyOpenSSL tests (#805)Paul Kehrer
2018-08-09fix wantWriteError to error even with big socket buffers (#782)catern
2018-05-16Add Connection.get_certificate method (#733)Jeremy Lainé
2018-05-16Add Context.set_tlsext_use_srtp (#734)Jeremy Lainé
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