summaryrefslogtreecommitdiff
path: root/tests/test_crypto.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert the remaining tests in test_crypto.py to be pytest-style (#593)Alex Chan2017-01-301-617/+461
* Convert more classes in test_crypto.py to pytest-style (#591)Alex Chan2017-01-251-216/+193
* Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581)Greg Bowser2017-01-251-2/+4
* Convert another couple of test classes to pytest-style (#586)Alex Chan2017-01-241-174/+120
* Convert a few more small test classes to be pytest-style (#585)Alex Chan2016-12-191-62/+31
* Convert the elliptic curve tests to be pytest-style (#576)Alex Chan2016-12-191-58/+35
* Add the ability to set a custom verification time on X509Store (#567)Thomas Sileo2016-11-221-0/+21
* Convert X509ExtTests to use pytest-style tests (#564)Alex Chan2016-11-181-156/+144
* Fixed #529 -- use the native bytes syntax (#536)Alex Gaynor2016-09-111-177/+177
* Pass an explicit nameopt to be resillient to OpenSSL default changes (#533)Alex Gaynor2016-09-101-2/+4
* Remove some pointless branches (#511)Alex Gaynor2016-07-311-4/+0
* Clean out some cruft (#509)Alex Gaynor2016-07-311-5/+0
* Convert between pyOpenSSL and cryptography objects (#439)Paul Kehrer2016-07-291-0/+75
* Write a few more tests (#503)Alex Gaynor2016-07-041-8/+39
* Write a few more tests for coverage (#501)Alex Gaynor2016-07-041-1/+18
* Simplify a few more branches to improve coverage (#500)Alex Gaynor2016-07-031-0/+3
* Replace several untested paths with _openssl_assert (#498)Alex Gaynor2016-07-031-0/+8
* Enable use of CRL (and more) in verify context. (#483)Dan Sully2016-06-041-1/+88
* Refactor tests for crypto.load_publickey (#482)Hynek Schlawack2016-06-031-30/+34
* fix a small bug with load_publickey (#481)Paul Kehrer2016-06-031-0/+14
* move to separate pytest class + add one more test casePaul Kehrer2016-03-111-12/+26