summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add Connection.get_certificate method (#733)Jeremy Lainé2018-05-161-0/+25
* Add Context.set_tlsext_use_srtp (#734)Jeremy Lainé2018-05-161-0/+29
* Fixed a handful of typos (#755)Alex Gaynor2018-05-141-1/+1
* Increase the size of RSA key used in tests for OpenSSL 1.1.1 (#750)Alex Gaynor2018-05-122-5/+5
* fixed tests that want SNI (#751)Alex Gaynor2018-05-121-0/+1
* Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)Jeremy Lainé2018-03-211-11/+1
* Export keying material support (#725)Paul Kehrer2017-11-301-0/+22
* fix a memory leak and a potential UAF and also #722 (#723)Paul Kehrer2017-11-301-0/+25
* 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