summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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