summaryrefslogtreecommitdiff
path: root/OpenSSL/test/test_crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Directly test that curves work well as set elements.Jean-Paul Calderone2014-05-011-0/+32
* Use that helper to define tests for equality of _EllipticCurve instances.Jean-Paul Calderone2014-04-301-1/+42
* restore even more python 3.2 compat!Jean-Paul Calderone2014-04-191-1/+1
* restore python 3.2 compatibilityJean-Paul Calderone2014-04-191-3/+3
* Switch to an explicit curve object.Jean-Paul Calderone2014-04-181-2/+79
* Made corrections as per suggestions inStephen Holsapple2014-03-011-4/+25
* Fix test cases in test_add_extensionsStephen Holsapple2014-02-231-2/+2
* Finished test case for test_crypto.py.Stephen Holsapple2014-01-281-1/+5
* Make error messages native strings again.Jean-Paul Calderone2014-01-181-1/+1
* Lots of Python 3.2 porting workJean-Paul Calderone2014-01-111-61/+74
* Add a test for bad type value passed to load_certificate_request and fix the ...Jean-Paul Calderone2013-12-291-0/+14
* Add a test for the error case of setattrJean-Paul Calderone2013-12-291-0/+12
* merge master mostly nul byte SAN fix/tests (just want the tests here)Jean-Paul Calderone2013-10-051-1/+63
|\
| * merge the nul byte fix, port some markup to restructured textJean-Paul Calderone2013-08-231-1/+63
| |\
| | * in fact, commonName is a native stringJean-Paul Calderone2013-08-231-1/+1
| | * Split this big test up into the two important pieces and make a test for eachJean-Paul Calderone2013-08-231-24/+26
| | * Ghetto rebase Heimes' changes onto the 0.13 release branchJean-Paul Calderone2013-08-121-0/+59
* | | Implement X509Req.verifyJean-Paul Calderone2013-03-061-0/+47
* | | Better tests for X509Store.add_cert and a fixJean-Paul Calderone2013-03-061-1/+17
* | | The rest of ContextTests passing and almost all of Connection-related tests p...Jean-Paul Calderone2013-03-051-1/+26
* | | Fix the `evil()` case of `X509Name.__setattr__` on PyPy (by deleting it).Jean-Paul Calderone2013-03-031-4/+6
* | | Split dump_privatekey into several different test methods. Also add a missin...Jean-Paul Calderone2013-03-031-3/+32
* | | Fix X509ExtTests to actually do proper leak checking and fix some more leaksJean-Paul Calderone2013-03-021-0/+10
* | | Some support for detecting memory leaks in the unit tests, and a number of fi...Jean-Paul Calderone2013-03-011-9/+9
|/ /
* | Fix an incorrect exception name in a test method docstring.Jean-Paul Calderone2012-03-091-1/+1
* | Add a unit test for checking a public keyJean-Paul Calderone2011-10-311-0/+14
* | Python 3.x compatibilityJean-Paul Calderone2011-09-141-4/+4
* | Avoid being CPython specific - the leakcheck script will catch these issues.Jean-Paul Calderone2011-09-141-31/+0
* | Add a test for a special argument handling check of dump_privatekeyJean-Paul Calderone2011-09-141-0/+3
* | Add a test for returning the wrong type from a passphrase callbackJean-Paul Calderone2011-09-141-0/+11
* | epytext to rstJean-Paul Calderone2011-09-141-7/+7
* | Raise an error if a passphrase is used with a private key format that does no...Ziga Seilnacht2009-12-221-0/+23
* | Additional error checks and a refcount fix for global_passphrase_callback.Ziga Seilnacht2009-12-221-1/+57
* | Don't overwrite the error raised by the callback.Ziga Seilnacht2009-12-221-16/+25
* | Correctly handle errors from X509_CRL_signJean-Paul Calderone2011-09-131-0/+9
* | Change some lingering epytextJean-Paul Calderone2011-09-111-9/+9
* | Fix markup to be compatible with Sphinx and add rough API docJonathan Ballet2011-07-161-226/+229
* | Convert Epytext markup to RST markupJonathan Ballet2011-07-161-8/+8
|/
* test bad args case of PKey.checkJean-Paul Calderone2011-06-121-0/+10
* Switch from returning False to raising an Error if the key doesn't check out ...Jean-Paul Calderone2009-05-131-1/+1
* test the negative path through PKeyType.checkJean-Paul Calderone2009-05-131-0/+25
* Apply pyOpenSSL_rsa_check.diffJean-Paul Calderone2009-05-131-0/+3
* Catch up to trunkJean-Paul Calderone2011-06-121-9/+202
|\
| * trivial test cleanupsJean-Paul Calderone2011-05-191-1/+8
| * Use PyBytes_ for 3.x compatibilityJean-Paul Calderone2011-05-181-1/+1
| * Put the get_signature_algorithm test in the right case; add a test for the un...Jean-Paul Calderone2011-05-181-10/+36
| * Apply get_signature_algorithm parts of okuda's patchJean-Paul Calderone2011-05-171-0/+9
| * Support OpenSSL 1.0Jean-Paul Calderone2011-05-101-8/+20
| |\
| | * Expand the possibly allowed values for the result of subject_name_hashJean-Paul Calderone2011-05-041-1/+5
| | * Normalize another PEM to be indifferent to OpenSSL 0.9.8/1.0.0Jean-Paul Calderone2011-05-041-2/+2