summaryrefslogtreecommitdiff
path: root/OpenSSL/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Fix trivial rst syntax errors.Jean-Paul Calderone2015-03-151-2/+2
* Tweaks to the X509StoreContextError docstring.Jean-Paul Calderone2015-03-151-2/+2
* Initialize a context at instantiation timeStephen Holsapple2015-02-121-1/+17
* Trust return value in context errorStephen Holsapple2015-02-091-4/+5
* Refactoring verify_certStephen Holsapple2015-01-301-42/+49
* A little bit more explanation of what "context" means here.Jean-Paul Calderone2015-01-301-4/+6
* Whitespace and X509StoreContext documentation cleanups.Jean-Paul Calderone2015-01-301-5/+18
* four space indentJean-Paul Calderone2015-01-301-1/+1
* Consistent a/an for x509.Jean-Paul Calderone2015-01-301-2/+2
* wrap long lineJean-Paul Calderone2015-01-301-1/+2
* I think this word choice makes more sense.Jean-Paul Calderone2015-01-301-1/+1
* Add OpenSSL.crypto.verify_chain method.Stephen Holsapple2015-01-301-0/+81
* Fixed several typosAlex Gaynor2014-11-151-1/+1
* Fixes #145 -- fixes loading pkcs7 data from ASN1Alex Gaynor2014-08-131-1/+1
* Merge pull request #108 from pyca/pkcs12-without-passphraseJean-Paul Calderone2014-05-051-1/+8
|\
| * Cleaner support PKCS#12 without passphrase.Stephen Holsapple2014-04-221-1/+8
* | do some explainingecdheJean-Paul Calderone2014-05-011-0/+7
* | Apparently that code is a no-go on Python 2. It seemed to work on Python 3 t...Jean-Paul Calderone2014-05-011-5/+7
* | Try to work around the strange Python 3 behavior.Jean-Paul Calderone2014-05-011-0/+6
* | Cache the _EllipticCurve instances so the inherited-from-object equality does...Jean-Paul Calderone2014-04-301-6/+28
* | all the wayJean-Paul Calderone2014-04-191-2/+2
* | strings are hard, be explicitJean-Paul Calderone2014-04-191-0/+4
* | Some doc fixupsJean-Paul Calderone2014-04-191-9/+50
* | Switch to an explicit curve object.Jean-Paul Calderone2014-04-181-0/+69
|/
* Fix memory leak in _X509_REVOKED_dupJonathan Giannuzzi2014-03-301-0/+2
* Drop the redundant starting value for `range`Jean-Paul Calderone2014-03-021-1/+1
* rstify the docstring a little moreJean-Paul Calderone2014-03-021-1/+1
* Drop the underscore prefix on the other local variable name.Jean-Paul Calderone2014-03-021-3/+3
* Made corrections as per suggestions inStephen Holsapple2014-03-011-12/+12
* Added support for getting extensions from a X509Req object.Stephen Holsapple2014-01-281-0/+15
* Use the initialization functions that cryptography 0.1 exposesJean-Paul Calderone2014-01-181-2/+3
* Allow unicode as well as bytes in all the load APIs as wellJean-Paul Calderone2014-01-181-0/+18
* Do the other initialization that is probably required.Jean-Paul Calderone2014-01-181-0/+3
* Lots of Python 3.2 porting workJean-Paul Calderone2014-01-111-40/+62
* Add OpenSSL_add_all_algorithms.Jean-Paul Calderone2014-01-111-0/+9
* Try "adding" the algorithms or whatever.Jean-Paul Calderone2014-01-111-0/+2
* Obey the Python 3 exception variable handling rulesJean-Paul Calderone2014-01-101-2/+2
* try adding some thread initialization logicJean-Paul Calderone2014-01-011-0/+30
* Only crypto uses new_mem_buf so move it back there for ease of exception hand...Jean-Paul Calderone2013-12-291-42/+130
* Add a test for bad type value passed to load_certificate_request and fix the ...Jean-Paul Calderone2013-12-291-2/+3
* Add a test for the error case of setattrJean-Paul Calderone2013-12-291-2/+1
* A couple more docstringsJean-Paul Calderone2013-12-291-0/+22
* add some missing docstringsJean-Paul Calderone2013-12-291-1/+3
* Put some shared code into a shared module and start using it from all three o...Jean-Paul Calderone2013-12-291-47/+16
* Switch from opentls to cryptographyJean-Paul Calderone2013-12-281-381/+381
* implement proper SAN NUL byte handling in the cffi versionJean-Paul Calderone2013-10-061-1/+49
* Randomly fix another docstringJean-Paul Calderone2013-04-031-1/+2
* Randomly fix a docstringJean-Paul Calderone2013-04-031-1/+2
* A few more tests, still incompleteJean-Paul Calderone2013-03-191-2/+5
* Implement X509Req.verifyJean-Paul Calderone2013-03-061-0/+20