summaryrefslogtreecommitdiff
path: root/tests/test_crypto.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* what's a bytesPaul Kehrer2016-03-111-1/+1
* first revoked cert in the CRL has NID_crl_reason first in listPaul Kehrer2016-03-111-2/+2
* add a test to confirm crl.get_reason ignores unsupported extensionsPaul Kehrer2016-03-111-0/+50
* bytesPaul Kehrer2016-03-101-1/+1
* fix test and a missing X509_REVOKED_dup callPaul Kehrer2016-03-091-0/+2
* Fix signature buffer size for RSA keysColleen Murphy2016-03-011-0/+68
* Correction for coding convention.Anthony Alba2015-12-041-2/+0
* Enable tests to pass when MD5 verification disabled in OpenSSL.Anthony Alba2015-12-041-1/+3
* Further testing for load/dump_publickeyCory Benfield2015-10-271-0/+32
* Switch to py.test assertions.Cory Benfield2015-10-271-2/+2