summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fill in notBefore/notAfter in X509 _PKeyInteractionTestsMixin tests (#1039)David Benjamin2021-09-071-2/+7
* Don't try to serialize invalid objects in tests (#1037)David Benjamin2021-08-221-0/+5
* Attempt to test with system OpenSSL on recent Ubuntu (#1003)Alex Gaynor2021-03-191-2/+15
* Add SSL_CTX_set_min_proto_version/SSL_CTX_set_max_proto_version bindings (#985)Maximilian Hils2021-03-101-1/+27
* Check return code of SSL_[CTX_]set_alpn_protos (#993)Maximilian Hils2021-02-171-0/+9
* fix a memleak (#967)Paul Kehrer2020-11-271-0/+3
* Keep reference to SSL verify_call in Connection object (#956)Arne Schwabe2020-11-271-0/+46
* Drop CI for OpenSSL 1.0.2 (#953)Alex Gaynor2020-10-261-11/+2
* crypto._PassphraseHelper: pass non-callable passphrase using callback (#947)Huw Jones2020-10-121-0/+55
* Allow using additional untrusted certificates for chain building in X509Store...Sándor Oroszi2020-10-121-0/+139
* Allow using an OpenSSL hashed directory for verification in X509Store (#943)Sándor Oroszi2020-09-111-1/+135
* 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-052-0/+92
* 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-032-241/+392
* make our CI less frustrating (#926)Paul Kehrer2020-08-032-37/+11
* 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-237-605/+891
* Fix generated test X.509 certificates. (#917)David Benjamin2020-06-242-0/+6
* Remove deprecated tsafe module. (#913)Benjamin Peterson2020-05-221-23/+0
* Drop OpenSSL 1.0.1 (#908)Alex Gaynor2020-04-071-208/+187
* Fix PKey.check for some broken keys (#897)Mrmaxmeier2020-03-111-0/+14
* Make tests pass in the future (now the present) (#888)Alex Gaynor2020-01-121-3/+5
* Random cleanup around our usage of binary_type (#879)Alex Gaynor2019-11-181-5/+3
* 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-292-7/+7
* 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-072-63/+32
* Update test for us not supporting 0.9.8 (#812)Alex Gaynor2019-02-021-4/+2
* Handle NULL bytes in get_components() values (#804)Romuald Brunet2019-01-211-0/+11
* Hypothetically fixes pyOpenSSL tests (#805)Paul Kehrer2019-01-212-30/+36
* X509Store.add_cert no longer raises an error on duplicate cert (#787)Paul Kehrer2018-08-231-5/+4
* 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-122-5/+5
* 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