summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove code for pre-cryptography 1.2Alex Gaynor2016-03-161-6/+1
* Rename state_name to get_state_nameHynek Schlawack2016-03-141-2/+3
* De-Sphinx CHANGELOG & add rel info to descriptionHynek Schlawack2016-03-131-1/+1
* Pluck more unrelated bits from #422Hynek Schlawack2016-03-132-6/+5
* Merge pull request #433 from reaperhulk/opaque-x509-extAlex Gaynor2016-03-111-6/+11
|\
| * treat x509 extension objects as opaque pointersPaul Kehrer2016-03-111-6/+11
* | Assert against True explicitlyHynek Schlawack2016-03-111-1/+1
* | More explicit assertHynek Schlawack2016-03-111-1/+1
* | GrammarHynek Schlawack2016-03-111-1/+1
* | Fix set_cipher_list on modern OpenSSLHynek Schlawack2016-03-112-14/+34
|/
* Merge pull request #435 from reaperhulk/m-asn1-time-dupHynek Schlawack2016-03-111-28/+2
|\
| * fix test and a missing X509_REVOKED_dup callPaul Kehrer2016-03-091-1/+1
| * remove X509_REVOKED_dup entirely since cryptography can do thisPaul Kehrer2016-03-091-27/+1
* | gc the DSA key a different wayPaul Kehrer2016-03-101-1/+3
* | switch to DSA_generate_parameters_exPaul Kehrer2016-03-091-2/+7
|/
* Fix signature buffer size for RSA keysColleen Murphy2016-03-011-2/+2
* Make pyOpenSSL future-proofHynek Schlawack2016-01-311-2/+7
* compare datetimes directly for the expiry checkPaul Kehrer2016-01-211-5/+2
* 2016 snook up on usHynek Schlawack2016-01-192-4/+4
* Merge pull request #304 from chakatodd/get_app_dataHynek Schlawack2016-01-181-0/+1
|\
| * Fixed AttributeError when calling get_app_data()Todd Chapman2016-01-181-0/+1
* | 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
| | |\