Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add crl.get_revoked_certificate method (#4331) | Paul Kehrer | 2018-07-16 | 1 | -0/+7 | |
| | | | | | | | | * add crl.get_revoked_certificate method * lexicographic is the best ographic * rename | |||||
* | Inline calls to bit_length now that it's trivial (#3966) | Alex Gaynor | 2017-10-12 | 1 | -2/+2 | |
| | | | | | | | | * Inline calls to bit_length now that it's trivial * unused imports * An comment | |||||
* | Add is_signature_valid method on CertificateRevocationList (#3849) | Vincent Pelletier | 2017-08-12 | 1 | -0/+6 | |
| | ||||||
* | support random_serial_number in the CertificateBuilder (#3132) | Paul Kehrer | 2016-09-03 | 1 | -0/+5 | |
| | | | | | | | | | | * support random_serial_number in the CertificateBuilder * turns out pytest's monkeypatch has an undo * random_serial_number now a function * just certs | |||||
* | add support for signature_algorithm_oid to cert, CSR, and CRL (#3124) | Paul Kehrer | 2016-08-31 | 1 | -0/+18 | |
| | | | | | | * add support for signature_algorithm_oid to cert, CSR, and CRL * refactor _SIG_OIDS_TO_HASH to use ObjectIdentifiers and use that | |||||
* | CertificateBuilder accepts aware datetimes for not_valid_after and ↵ | InvalidInterrupt | 2016-08-16 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | not_valid_before (#2920) * CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before These functions now accept aware datetimes and convert them to UTC * Added pytz to test requirements * Correct pep8 error and improve Changelog wording * Improve tests and clarify changelog message * Trim Changelog line length * Allow RevokedCertificateBuilder and CertificateRevocationListBuilder to accept aware datetimes * Fix accidental changelog entry | |||||
* | Disallow X509 certificate serial numbers bigger than 159 bits (#3064) (#3067) | Коренберг Марк | 2016-08-02 | 1 | -8/+14 | |
| | ||||||
* | small cleanups to the cert.serial warning (#2958) | Alex Gaynor | 2016-06-03 | 1 | -6/+0 | |
| | ||||||
* | Add alias for Certificate serial as serial number (#2950) | Chelsea Winfree | 2016-06-02 | 1 | -0/+6 | |
| | | | | | | | | * Add alias for Certificate serial as serial number * Adding deprecation to utils * Now with catch warnings and proper vers | |||||
* | Change method to property | Joern Heissler | 2016-01-18 | 1 | -2/+2 | |
| | ||||||
* | Add verify method on CertificateSigningRequest | Joern Heissler | 2016-01-13 | 1 | -0/+6 | |
| | ||||||
* | support CRL entry extension encoding in the RevokedCertificateBuilder | Paul Kehrer | 2015-12-27 | 1 | -0/+15 | |
| | ||||||
* | support revoked certificates in CertificateRevocationListBuilder | Paul Kehrer | 2015-12-25 | 1 | -0/+13 | |
| | ||||||
* | RevokedCertificateBuilder | Paul Kehrer | 2015-12-25 | 1 | -0/+44 | |
| | ||||||
* | add extension support to the CRLBuilder | Paul Kehrer | 2015-12-25 | 1 | -0/+18 | |
| | ||||||
* | CertificateRevocationListBuilder | Paul Kehrer | 2015-12-24 | 1 | -0/+66 | |
| | | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions. | |||||
* | add a CRL public_bytes method | Paul Kehrer | 2015-12-20 | 1 | -0/+5 | |
| | ||||||
* | require not_valid_after >= not_valid_before | Paul Kehrer | 2015-12-13 | 1 | -0/+11 | |
| | ||||||
* | expose tbs_certrequest_bytes and signature on CertificateSigningRequest | Paul Kehrer | 2015-12-03 | 1 | -0/+13 | |
| | ||||||
* | add tbsCertList and signature interfaces to CRLs | Erik Trauschke | 2015-11-19 | 1 | -0/+12 | |
| | ||||||
* | rename tbs_certificate to tbs_certificate_bytes, add a comment | Paul Kehrer | 2015-11-03 | 1 | -1/+1 | |
| | ||||||
* | add support for Certificate signature and tbs_certificate | Paul Kehrer | 2015-11-03 | 1 | -0/+12 | |
| | ||||||
* | use X509ExtensionParser for Revoked extensions | Erik Trauschke | 2015-10-14 | 1 | -6/+0 | |
| | | | | | | remove revoked_certificates property from RevokedCertificate class CRLExtensions should actually be RevokedExtensions doctest cleanup for RevokedCertificate | |||||
* | OpenSSL backend code for CRLs | Erik Trauschke | 2015-09-24 | 1 | -0/+8 | |
| | ||||||
* | move Extensions, Extension, ExtensionType, GeneralNames, SAN, & IAN | Paul Kehrer | 2015-08-11 | 1 | -145/+1 | |
| | ||||||
* | move extension exceptions, NameConstraints, and KeyUsage | Paul Kehrer | 2015-08-11 | 1 | -191/+1 | |
| | ||||||
* | move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicy | Paul Kehrer | 2015-08-11 | 1 | -204/+0 | |
| | ||||||
* | move AuthorityInformationAccess, BasicConstraints, & CRLDistributionPoints | Paul Kehrer | 2015-08-10 | 1 | -232/+1 | |
| | ||||||
* | move AKI, SKI | Paul Kehrer | 2015-08-10 | 1 | -129/+0 | |
| | ||||||
* | namespace the rest of the oids | Paul Kehrer | 2015-08-09 | 1 | -2/+3 | |
| | ||||||
* | Merge pull request #2244 from reaperhulk/x509-gn-split | Alex Gaynor | 2015-08-10 | 1 | -250/+1 | |
|\ | | | | | split general names | |||||
| * | remove extra _GENERAL_NAMES | Paul Kehrer | 2015-08-09 | 1 | -12/+0 | |
| | | ||||||
| * | split general names | Paul Kehrer | 2015-08-09 | 1 | -238/+1 | |
| | | ||||||
* | | namespace OID extensions | Paul Kehrer | 2015-08-09 | 1 | -20/+14 | |
|/ | ||||||
* | split Name from x509 module | Paul Kehrer | 2015-08-09 | 1 | -60/+1 | |
| | ||||||
* | start splitting the x509 module | Paul Kehrer | 2015-08-09 | 1 | -0/+1676 | |