summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Reject invalid versions in X509Req.set_version (#1208)Alex Gaynor2023-04-011-9/+3
* port changelog (#1205)Paul Kehrer2023-03-271-0/+8
* Fix tests on Windows, add Windows CI (#1186)Maximilian Hils2023-02-132-31/+42
* Add support for DTLS timeouts (#1180)Jeremy Lainé2023-02-131-4/+42
* Fix CI (#1185)Maximilian Hils2023-02-131-2/+1
* Fix CRL nextUpdate handling. (#1169)David Benjamin2022-12-161-1/+3
* Add support for X509_V_FLAG_PARTIAL_CHAIN (#1166)vEpiphyte2022-12-151-0/+13
* Make some handshakes in tests less flaky. (#1163)Theodore Ni2022-12-021-12/+13
* disallow latest sphinx release because it doesn't work with sphinx_rtd_theme ...Alex Gaynor2022-09-251-0/+2
* add `Connection.use_(certificate|privatekey)` (#1121)Maximilian Hils2022-09-161-42/+71
* Don't test that invalid RSA keys can be imported (#1139)David Benjamin2022-08-121-4/+6
* Make `X509StoreContextError`'s message friendlier (#1133)William Woodruff2022-07-071-9/+9
* Handle no expire date in X509.has_expire() (#1083)lovetox2022-05-131-0/+8
* add `Connection.set_verify`, fix #255 (#1073)Maximilian Hils2022-05-131-0/+46
* Fix X.509 version handling. (#1123)David Benjamin2022-05-121-8/+15
* repair CI (#1116)Paul Kehrer2022-05-112-15/+31
* Implement Context constructor in terms of new OpenSSL APIs (#1109)Alex Gaynor2022-03-141-3/+1
* flake8-import-order (#1099)whiteowl32022-03-024-116/+121
* don't block ec/ed keys from_cryptography_key() (#1096)whiteowl32022-02-261-15/+40
* Stop passing backend to cryptography (#1094)Alex Gaynor2022-02-132-24/+10
* X509Name: Use functools.totalordering for comparisons (#1086)lovetox2022-01-301-0/+13
* Don’t inherit from object (#1084)lovetox2022-01-305-41/+41
* latest black (#1082)Paul Kehrer2022-01-292-10/+10
* Reduce MD5 and SHA1 dependency in tests (#1074)David Benjamin2022-01-101-23/+23
* Update variable name, there are now many linuxes (#1070)Alex Gaynor2021-12-241-4/+4
* Remove some more py27-isms (#1062)Alex Gaynor2021-11-242-22/+22
* Expose some DTLS-related features (#1026)Nathaniel J. Smith2021-11-021-2/+195
* Check for invalid ALPN lists before calling OpenSSL, for consistency (#1056)Nathaniel J. Smith2021-10-271-1/+1
* py27 going, going, gone (#1047)Paul Kehrer2021-10-042-46/+11
* 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