aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509.py
Commit message (Collapse)AuthorAgeFilesLines
* Added an additional binding that we need (#2942)Alex Gaynor2016-06-021-0/+1
|
* Bind another function because reasons (#2940)Alex Gaynor2016-06-011-0/+7
| | | | | | | | * Bind another function because reasons * ptr * move to the correct section
* backport a function from 1.1.0 for x.509 (#2939)Alex Gaynor2016-06-011-0/+7
|
* Merge pull request #2809 from reaperhulk/110-patch-28Alex Gaynor2016-03-131-0/+48
|\ | | | | add 5 accessor functions that exist in 1.1.0 to help opaque x509 structs
| * remove pointless commentsPaul Kehrer2016-03-131-8/+0
| |
| * add 5 accessor functions that exist in 1.1.0 to help opaque x509 structsPaul Kehrer2016-03-111-0/+56
| | | | | | | | | | | | | | | | | | X509_REVOKED_get0_serialNumber X509_REVOKED_get0_revocationDate X509_CRL_get0_signature i2d_re_X509_REQ_tbs i2d_re_X509_CRL_tbs X509_REQ_get0_signature
* | Merge pull request #2802 from reaperhulk/110-patch-23Alex Gaynor2016-03-131-6/+38
|\ \ | |/ |/| move crypto_ex_data to macros, add i2d_re_X509_tbs & X509_get0_signature
| * improve commentsPaul Kehrer2016-03-121-4/+5
| |
| * this was actually added in 1.0.2-beta3Paul Kehrer2016-03-101-1/+1
| |
| * move crypto_ex_data to macros, add i2d_re_X509_tbs & X509_get0_signaturePaul Kehrer2016-03-101-6/+37
| | | | | | | | | | | | And, of course, use them in the openssl bindings. These changes are a start towards opaquing all the X509 structs. The actual opaquing won't take place until the very end though to minimize pyOpenSSL breakage
* | deopaque X509_EXTENSION so we can keep moving on 1.1.0 supportPaul Kehrer2016-03-101-1/+7
| |
* | opaque X509_EXTENSIONPaul Kehrer2016-03-091-5/+1
|/
* 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
| | | | | | | | The patch adds a couple of additional functions to create, store and retrieve ex_data on SSL, SSL_CTX and X509 objects. It also adds the missing get_ex_new_index function for X509_STORE_CTX. Signed-off-by: Christian Heimes <cheimes@redhat.com>
* 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
| | | | | | | | | | I sorted the X50_CRL bindings and added two additional bindings: 1. X509_CRL_set_version 2. X509_CRL_sort These two functions are required to make CRL useful in pyOpenSSL re: https://github.com/pyca/pyopenssl/issues/256
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+361