summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move package into srcHynek Schlawack2015-10-177-0/+5025
* Move the src directory to an OpenSSL directory so it can be a package even in...Jean-Paul Calderone2010-07-2735-9381/+0
* Arbitrarily decide to cast the unsigned char buffer to a signed char buffer w...Jean-Paul Calderone2010-06-221-1/+1
* reindent crypto_verifyJean-Paul Calderone2010-06-221-36/+37
* reindent crypto_signJean-Paul Calderone2010-06-221-29/+28
* merge trunkJean-Paul Calderone2010-06-228-11/+836
|\
| * Add some support for CRLsJean-Paul Calderone2010-05-258-11/+836
| |\
| | * cuddle opening curlies in new codeJean-Paul Calderone2010-05-241-7/+5
| | * 4 space indents; cuddle opening curliesJean-Paul Calderone2010-05-241-94/+86
| | * four space indents; cuddle opening curliesJean-Paul Calderone2010-05-241-105/+101
| | * whitespace-cleanupJean-Paul Calderone2010-01-301-22/+21
| | * Try to fix the Windows buildJean-Paul Calderone2010-01-301-0/+3
| | * Give some hint about the signature of CRL.export in the docstringJean-Paul Calderone2010-01-301-1/+1
| | * merge trunk and resolve simple conflictJean-Paul Calderone2010-01-256-95/+585
| | |\
| | * | reason codes for CRLRick Dean2009-07-261-26/+219
| | * | better accuracy in error message about FILETYPERick Dean2009-07-251-1/+1
| | * | Add support for CRL and Revoked objects.Rick Dean2009-07-248-11/+655
* | | | * src/crypto/crypto.c: Added crypto.sign and crypto.verify methodsJames Yonan2010-02-271-0/+98
|/ / /
* | | Apply Sandro Tosi's spelling patchJean-Paul Calderone2010-01-272-4/+4
| |/ |/|
* | a few more brace re-arrangementsJean-Paul Calderone2009-10-241-11/+8
* | remove pre-2.5 warning with PyObject_GetAttrString; reformat some bracesJean-Paul Calderone2009-10-242-14/+13
* | doc formatting and wording tweakJean-Paul Calderone2009-10-241-3/+5
* | Lowercase *client_CA* methods for consistency with the rest of PyOpenSSL.Ziga Seilnacht2009-10-232-13/+13
* | Revert all changes unrelated to the new *client_CA* functionality.Ziga Seilnacht2009-09-0111-68/+35
* | Allow setting and inspecting the preferred client certificate signer list.Ziga Seilnacht2009-09-013-1/+165
* | Get rid of unnecessary casts.Ziga Seilnacht2009-08-311-2/+2
* | Add missing error checks found during code reading.Ziga Seilnacht2009-08-313-13/+48
* | Fix names of extension types and subsequent fallout.Ziga Seilnacht2009-08-319-51/+62
* | avoid GC untrack if we haven't yet GC trackedJean-Paul Calderone2009-07-251-1/+5
* | a bunch of test twiddles, docstrings and whitespace, but also split out loadi...Jean-Paul Calderone2009-07-251-0/+6
* | merge in trunk to help with the pkcs12 type unit tests a bitJean-Paul Calderone2009-07-252-13/+50
|\ \ | |/
| * Add support for specifying subject and issuer information when creating X509 ...Jean-Paul Calderone2009-07-172-13/+50
| |\
| | * more cosmetic changesJean-Paul Calderone2009-07-171-12/+16
| | * Add some comments and make some other minor stylistic adjustmentsJean-Paul Calderone2009-07-171-5/+19
| | * Add subject and issuer parameters to X509Extension(). Fix bug in OpenSSL.tes...Rick Dean2009-07-082-9/+28
* | | expand these comments a bitJean-Paul Calderone2009-07-252-6/+10
* | | whitespace twiddles and a semantic change to an untested codepath - report Py...Jean-Paul Calderone2009-07-251-8/+14
* | | nicer local namesJean-Paul Calderone2009-07-251-4/+4
* | | move locals up, add braces, other cosmeticsJean-Paul Calderone2009-07-251-10/+12
* | | twiddle whitespace, relocate local declsJean-Paul Calderone2009-07-241-10/+7
* | | crypto_PKey_Check this timeJean-Paul Calderone2009-07-241-4/+3
* | | another crypto_X509_CheckJean-Paul Calderone2009-07-241-4/+3
* | | use crypto_X509_Check, coz that's what we're doin'Jean-Paul Calderone2009-07-241-2/+2
* | | Switch to some more PyTuple APIs for simpler error handlingJean-Paul Calderone2009-07-241-7/+6
* | | use PyTuple_GetItem to simplify reference countingJean-Paul Calderone2009-07-241-7/+2
* | | move a variable declaration to the topJean-Paul Calderone2009-07-241-1/+1
* | | initialize a local to suppress a warningJean-Paul Calderone2009-07-241-1/+1
* | | M-x whitespace-cleanupJean-Paul Calderone2009-07-241-20/+19
* | | Only allocate a STACK_OF(X509) in crypto_PKCS12_export() when needed.Rick Dean2009-07-241-7/+8
* | | More fixes of STACK_OF(X509) in crypto_PKCS12_New().Rick Dean2009-07-241-7/+9