Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deopaque X509_EXTENSION so we can keep moving on 1.1.0 support | Paul Kehrer | 2016-03-10 | 1 | -1/+7 |
| | |||||
* | opaque X509_EXTENSION | Paul Kehrer | 2016-03-09 | 1 | -5/+1 |
| | |||||
* | X509_REVOKED_dup isn't available everywhere, we get to define our own | Paul Kehrer | 2015-12-25 | 1 | -1/+10 |
| | |||||
* | support revoked certificates in CertificateRevocationListBuilder | Paul Kehrer | 2015-12-25 | 1 | -0/+1 |
| | |||||
* | a different approach to refactoring the x509 extension addition | Paul Kehrer | 2015-12-24 | 1 | -0/+1 |
| | |||||
* | add binding for setting the revocation date of an X509_REVOKED | Paul Kehrer | 2015-12-23 | 1 | -0/+2 |
| | |||||
* | expose tbs_certrequest_bytes and signature on CertificateSigningRequest | Paul Kehrer | 2015-12-03 | 1 | -0/+4 |
| | |||||
* | Add more CRYPTO_EX_DATA functions | Christian Heimes | 2015-11-20 | 1 | -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 CRLs | Erik Trauschke | 2015-11-19 | 1 | -0/+3 |
| | |||||
* | add support for Certificate signature and tbs_certificate | Paul Kehrer | 2015-11-03 | 1 | -0/+2 |
| | |||||
* | remove openssl CONDITIONAL_NAMES | Paul Kehrer | 2015-08-03 | 1 | -15/+0 |
| | |||||
* | Support encoding ExtendedKeyUsage into certificate signing requests | Paul Kehrer | 2015-07-23 | 1 | -0/+2 |
| | |||||
* | Add additional CRL bindings | Stephen Holsapple | 2015-06-20 | 1 | -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 system | Paul Kehrer | 2015-06-07 | 1 | -0/+361 |