summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* restore a subset of the rand module (#708)Paul Kehrer2017-11-201-0/+38
* fix errors with latest flake8 (#710)Alex Gaynor2017-11-201-4/+4
* Fix another test to not hardcode TLSv1 (#683)Alex Gaynor2017-08-071-1/+1
* Don't use "TLSv1" as a default for loopback clients/servers (#682)Alex Gaynor2017-08-071-2/+2
* Delete rand.py (#675)Alex Gaynor2017-07-251-172/+0
* 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
* Fixed #657 -- handle OverflowErrors on large allocation requests (#659)Alex Gaynor2017-07-061-4/+4
* Removed the deprecated md5 default on CRL.export() (#652)Alex Gaynor2017-06-301-18/+18
* remove gibberish comment (#648)Alex Gaynor2017-06-301-2/+0
* Kill dead code (#647)Alex Gaynor2017-06-291-5/+0
* Fixed #461 -- make the tests pass when SSLv3 isn't supported (#644)Alex Gaynor2017-06-291-3/+5
* try loading trusted certs from a list of fallbacks (#633)Paul Kehrer2017-06-291-1/+88
* 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
* 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