summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move conftest.py into testsHynek Schlawack2016-03-141-0/+12
* Pluck more unrelated bits from #422Hynek Schlawack2016-03-131-2/+9
* Merge pull request #433 from reaperhulk/opaque-x509-extAlex Gaynor2016-03-111-1/+65
|\
| * 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
* | GrammarHynek Schlawack2016-03-111-3/+3
* | Fix set_cipher_list on modern OpenSSLHynek Schlawack2016-03-111-40/+40
|/
* 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
* Greatly simplify test_state_stringHynek Schlawack2016-01-311-36/+2
* Merge pull request #304 from chakatodd/get_app_dataHynek Schlawack2016-01-181-1/+2
|\
| * Fixed AttributeError when calling get_app_data()Todd Chapman2016-01-181-1/+2