summaryrefslogtreecommitdiff
path: root/OpenSSL/test/test_crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Initialize a context at instantiation timeStephen Holsapple2015-02-121-0/+18
* Refactoring verify_certStephen Holsapple2015-01-301-17/+17
* Make a more specific assertion about where the failure reason shows up.Jean-Paul Calderone2015-01-301-3/+3
* remove unused importJean-Paul Calderone2015-01-301-1/+0
* Small test method docstring fixes and fixes for tests of exceptional cases.Jean-Paul Calderone2015-01-301-20/+14
* Four space indentation and other whitespace fixes.Jean-Paul Calderone2015-01-301-10/+17
* Add OpenSSL.crypto.verify_chain method.Stephen Holsapple2015-01-301-2/+154
* Fixed several typosAlex Gaynor2014-11-151-2/+2
* Added a docstringAlex Gaynor2014-08-141-0/+4
* Py3k fixAlex Gaynor2014-08-141-2/+2
* Added a test for loading ASN1 dataAlex Gaynor2014-08-141-2/+30
* Merge pull request #108 from pyca/pkcs12-without-passphraseJean-Paul Calderone2014-05-051-8/+79
|\
| * Fix too-long lines and fix repeated spelling error.Jean-Paul Calderone2014-05-051-13/+21
| * Cleaner support PKCS#12 without passphrase.Stephen Holsapple2014-04-221-8/+71
* | 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