aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509.py
Commit message (Expand)AuthorAgeFilesLines
* X509_REVOKED_dup isn't available everywhere, we get to define our ownPaul Kehrer2015-12-251-1/+10
* support revoked certificates in CertificateRevocationListBuilderPaul Kehrer2015-12-251-0/+1
* a different approach to refactoring the x509 extension additionPaul Kehrer2015-12-241-0/+1
* add binding for setting the revocation date of an X509_REVOKEDPaul Kehrer2015-12-231-0/+2
* expose tbs_certrequest_bytes and signature on CertificateSigningRequestPaul Kehrer2015-12-031-0/+4
* Add more CRYPTO_EX_DATA functionsChristian Heimes2015-11-201-0/+6
* add tbsCertList and signature interfaces to CRLsErik Trauschke2015-11-191-0/+3
* add support for Certificate signature and tbs_certificatePaul Kehrer2015-11-031-0/+2
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-15/+0
* Support encoding ExtendedKeyUsage into certificate signing requestsPaul Kehrer2015-07-231-0/+2
* Add additional CRL bindingsStephen Holsapple2015-06-201-7/+9
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+361