summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add SSL.Context.set_keylog_callback (#910)Maximilian Hils2020-07-281-0/+31
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-237-605/+891
* Fix generated test X.509 certificates. (#917)David Benjamin2020-06-242-0/+6
* Remove deprecated tsafe module. (#913)Benjamin Peterson2020-05-221-23/+0
* Drop OpenSSL 1.0.1 (#908)Alex Gaynor2020-04-071-208/+187
* Fix PKey.check for some broken keys (#897)Mrmaxmeier2020-03-111-0/+14
* Make tests pass in the future (now the present) (#888)Alex Gaynor2020-01-121-3/+5
* Random cleanup around our usage of binary_type (#879)Alex Gaynor2019-11-181-5/+3
* ALPN: complete handshake without accepting a client's protocols. (#876)Mark Williams2019-11-181-1/+78
* use _ffi.from_buffer() to support bytearray (#852)Daniel Holth2019-11-181-2/+40
* Fix for Python 4 (#862)Hugo van Kemenade2019-08-292-7/+7
* Mark this test as flaky (#850)Alex Gaynor2019-07-061-0/+3
* Remove tests of long functionality (#832)Alex Gaynor2019-05-191-117/+0
* Make test_ssl pass in an IPv6-only environment (#827)David Benjamin2019-04-151-20/+38
* skip NPN tests if NPN is not available (#822)Paul Kehrer2019-02-261-0/+3
* Raise an Error with "no cipher match" even with TLS 1.3 (#818)Mark Williams2019-02-141-9/+22
* Removed deprecated Type aliases (#814)Alex Gaynor2019-02-072-63/+32
* 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-212-30/+36
* X509Store.add_cert no longer raises an error on duplicate cert (#787)Paul Kehrer2018-08-231-5/+4
* fix wantWriteError to error even with big socket buffers (#782)catern2018-08-091-1/+1
* 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