summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Drop this, it's no good.Alex Gaynor2016-01-161-2/+0
* | Fixed up some flake8 errors from the latest versionAlex Gaynor2016-01-162-20/+8
|/
* Correction for coding convention.Anthony Alba2015-12-041-2/+0
* Enable tests to pass when MD5 verification disabled in OpenSSL.Anthony Alba2015-12-041-1/+3
* Further testing for load/dump_publickeyCory Benfield2015-10-271-0/+32
* Switch to py.test assertions.Cory Benfield2015-10-271-2/+2
* Cleanup docstrings.Cory Benfield2015-10-271-2/+2
* Support for serializing/deserializing public keysCory Benfield2015-10-271-0/+31
* Use Google and a more generic methodHynek Schlawack2015-10-211-2/+2
* factor out function to dump crlDominic Chen2015-10-211-1/+9
* Replace the only EGD call by urandomHynek Schlawack2015-10-201-34/+17
* Make runtests.py less confusingHynek Schlawack2015-10-171-0/+17
* Fix travisHynek Schlawack2015-10-172-9/+3
* Move package into srcHynek Schlawack2015-10-179-0/+8119