aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-11-27fix a memleak (#967)Paul Kehrer
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-10-12crypto._PassphraseHelper: pass non-callable passphrase using callback (#947)Huw Jones
2020-10-12Allow using additional untrusted certificates for chain building in X509Store...Sándor Oroszi
2020-09-11Allow using an OpenSSL hashed directory for verification in X509Store (#943)Sándor Oroszi
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-05-22Remove deprecated tsafe module. (#913)Benjamin Peterson
2020-04-07Drop OpenSSL 1.0.1 (#908)Alex Gaynor
2020-03-11Fix PKey.check for some broken keys (#897)Mrmaxmeier
2020-01-12Make tests pass in the future (now the present) (#888)Alex Gaynor
2019-11-18Random cleanup around our usage of binary_type (#879)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-02-02Update test for us not supporting 0.9.8 (#812)Alex Gaynor
2019-01-21Handle NULL bytes in get_components() values (#804)Romuald Brunet
2019-01-21Hypothetically fixes pyOpenSSL tests (#805)Paul Kehrer
2018-08-23X509Store.add_cert no longer raises an error on duplicate cert (#787)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-11-20restore a subset of the rand module (#708)Paul Kehrer
2017-11-20fix errors with latest flake8 (#710)Alex Gaynor
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