summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop the deprecated rand.egd function (#630)Alex Gaynor2017-05-311-22/+0
* Add an informative __main__.py (#620)Hynek Schlawack2017-05-132-3/+13
* Assorted cheap coverage wins (#602)Alex Chan2017-04-202-24/+96
* Fix up some pytest-related stuff (#601)Hynek Schlawack2017-02-182-7/+5
* Limit SSL_write bufsize to avoid OverflowErrors (#603)Maximilian Hils2017-02-101-0/+24
* Rip out the last vestages of unittest from the test suite (#599)Alex Chan2017-01-302-648/+282
* Convert the remaining tests in test_crypto.py to be pytest-style (#593)Alex Chan2017-01-301-617/+461
* Convert the rest of TestConnection to be pytest-style (#594)Alex Chan2017-01-301-377/+286
* Patch up easy TypeError-based coverage gaps (#598)lymanZerga112017-01-301-4/+16
* 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 TestContext to be pytest-style (#589)Alex Chan2017-01-241-395/+284
* Add support for OCSP stapling. (#580)Cory Benfield2017-01-241-0/+244
* Convert a few more small test classes to be pytest-style (#585)Alex Chan2016-12-193-80/+47
* Convert the elliptic curve tests to be pytest-style (#576)Alex Chan2016-12-192-68/+45
* 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-182-160/+164
* Convert ALPN and SessionTests to use pytest-style tests (#570)Alex Chan2016-11-101-37/+25
* Convert NextProtoNegotiationTests to use pytest-style tests (#569)Alex Chan2016-11-101-151/+127
* Convert ServerNameCallbackTests to use pytest-style tests (#565)Alex Chan2016-11-051-67/+59
* Convert test_util to use pytest-style tests (#562)Alex Chan2016-10-241-6/+5
* Convert test_rand to use pytest-style tests (#563)Alex Chan2016-10-242-95/+96
* Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526)Alex Gaynor2016-09-241-15/+43
* Fixed #529 -- use the native bytes syntax (#536)Alex Gaynor2016-09-114-237/+237
* Don't use SSLv3 (#534)Alex Gaynor2016-09-101-1/+1
* Pass an explicit nameopt to be resillient to OpenSSL default changes (#533)Alex Gaynor2016-09-101-2/+4
* make these tests pass if OP_NO_SSLv2 is 0 (#532)Alex Gaynor2016-09-101-2/+2
* bump the size of some test keys (#531)Alex Gaynor2016-09-101-3/+3
* bump the size of the test dhparam (#530)Alex Gaynor2016-09-101-3/+5
* Simplify conditions and delete an unused function (#512)Alex Gaynor2016-07-311-16/+0
* Remove some pointless branches (#511)Alex Gaynor2016-07-312-46/+20
* Clean out some cruft (#509)Alex Gaynor2016-07-312-10/+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
* Test markups.Cory Benfield2016-03-301-3/+3
* Switch to pytest test style.Cory Benfield2016-03-301-6/+9
* Add basic tests for _make_requiresCory Benfield2016-03-301-0/+39
* Merge pull request #422 from hynek/set_session_idPaul Kehrer2016-03-181-21/+133
|\
| * Implement Context.set_session_idHynek Schlawack2016-03-161-21/+133
* | swap ERR_remove_thread_state for ERR_clear_errorPaul Kehrer2016-03-171-2/+2
|/
* Rename state_name to get_state_nameHynek Schlawack2016-03-141-2/+2