summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed up some flake8 errors from the latest versionAlex Gaynor2016-01-161-6/+2
|/
* Fix get_issuer/subject docstrings for X509 too.Cory Benfield2015-12-111-6/+10
* Fix get_subject docstring.Cory Benfield2015-12-111-3/+5
* Further clarify dump_publickey argument types.Cory Benfield2015-10-281-2/+1
* Cleanup types in docstrings.Cory Benfield2015-10-281-4/+6
* Further docstring cleanups.Cory Benfield2015-10-281-3/+4
* No coverage on this branchCory Benfield2015-10-281-2/+1
* Remove :py: prefixesCory Benfield2015-10-281-4/+4
* Cleanup docstrings.Cory Benfield2015-10-271-8/+10
* Support for serializing/deserializing public keysCory Benfield2015-10-271-0/+54
* fix review issuesPaul Kehrer2015-10-241-2/+3
* alter has_expired to fix bugs related to ASN1_UTCTIME_cmp_time_tPaul Kehrer2015-10-211-5/+8
* Add type information to crl parameterHynek Schlawack2015-10-211-2/+3
* factor out function to dump crlDominic Chen2015-10-211-15/+28
* Replace the only EGD call by urandomHynek Schlawack2015-10-203-32/+69
* 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