summaryrefslogtreecommitdiff
path: root/tests/test_crypto.py
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-131-3/+3
* 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
* 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
* Fix X.509 version handling. (#1123)David Benjamin2022-05-121-8/+15
* repair CI (#1116)Paul Kehrer2022-05-111-3/+7
* flake8-import-order (#1099)whiteowl32022-03-021-29/+39
* don't block ec/ed keys from_cryptography_key() (#1096)whiteowl32022-02-261-15/+40
* Stop passing backend to cryptography (#1094)Alex Gaynor2022-02-131-17/+8
* X509Name: Use functools.totalordering for comparisons (#1086)lovetox2022-01-301-0/+13
* Don’t inherit from object (#1084)lovetox2022-01-301-17/+17
* latest black (#1082)Paul Kehrer2022-01-291-6/+6
* Reduce MD5 and SHA1 dependency in tests (#1074)David Benjamin2022-01-101-23/+23
* Remove some more py27-isms (#1062)Alex Gaynor2021-11-241-15/+15
* 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
* fix a memleak (#967)Paul Kehrer2020-11-271-0/+3
* 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
* Allow accessing a connection's verfied certificate chain (#894)Shane Harvey2020-08-051-0/+35
* update cert fixtures and simplify tests (#927)Paul Kehrer2020-08-031-217/+375
* make our CI less frustrating (#926)Paul Kehrer2020-08-031-32/+6
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-231-297/+425
* Fix generated test X.509 certificates. (#917)David Benjamin2020-06-241-0/+3
* Fix PKey.check for some broken keys (#897)Mrmaxmeier2020-03-111-0/+14
* Random cleanup around our usage of binary_type (#879)Alex Gaynor2019-11-181-5/+3
* Removed deprecated Type aliases (#814)Alex Gaynor2019-02-071-56/+29
* 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-211-22/+25
* X509Store.add_cert no longer raises an error on duplicate cert (#787)Paul Kehrer2018-08-231-5/+4
* Increase the size of RSA key used in tests for OpenSSL 1.1.1 (#750)Alex Gaynor2018-05-121-2/+2
* fix errors with latest flake8 (#710)Alex Gaynor2017-11-201-4/+4
* Simplify test code (#679)Alex Gaynor2017-07-251-50/+1
* Mark this test as flaky (#678)Alex Gaynor2017-07-241-0/+1
* (EC)DSA signature fix (#670)Paul Kehrer2017-07-201-0/+41
* 101 doesn't work, just mark it flaky (#662)Alex Gaynor2017-07-061-1/+2
* FIxed #266 -- attempt to deflake our tests (#660)Alex Gaynor2017-07-061-1/+6
* Removed the deprecated md5 default on CRL.export() (#652)Alex Gaynor2017-06-301-18/+18
* dump_privatekey with FILETYPE_TEXT only supports RSA keys (#646)Paul Kehrer2017-06-291-0/+14
* add to_cryptography/from_cryptography on CRL and X509Req (#645)Paul Kehrer2017-06-291-0/+32
* Added an API for converting X509 to/from cryptography (#640)Alex Gaynor2017-06-251-0/+21
* the root cert expired, make a new one (using the same values) (#637)Paul Kehrer2017-06-111-43/+63
* Assorted cheap coverage wins (#602)Alex Chan2017-04-201-2/+31
* Fix up some pytest-related stuff (#601)Hynek Schlawack2017-02-181-3/+1