Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support revoked certificates in CertificateRevocationListBuilder | Paul Kehrer | 2015-12-25 | 1 | -2/+17 |
| | |||||
* | RevokedCertificateBuilder | Paul Kehrer | 2015-12-25 | 1 | -0/+48 |
| | |||||
* | add extension support to the CRLBuilder | Paul Kehrer | 2015-12-25 | 1 | -0/+10 |
| | |||||
* | update docs with review feedback | Paul Kehrer | 2015-12-24 | 1 | -12/+12 |
| | |||||
* | CertificateRevocationListBuilder | Paul Kehrer | 2015-12-24 | 1 | -0/+82 |
| | | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions. | ||||
* | update the language | Paul Kehrer | 2015-12-22 | 1 | -5/+4 |
| | |||||
* | CRLNumber needs to be a class for reasons. | Paul Kehrer | 2015-12-22 | 1 | -0/+21 |
| | |||||
* | support parsing CRL extensions in the OpenSSL backend | Paul Kehrer | 2015-12-21 | 1 | -0/+6 |
| | |||||
* | add a CRL public_bytes method | Paul Kehrer | 2015-12-20 | 1 | -0/+12 |
| | |||||
* | added business category oid | Alex Gaynor | 2015-12-19 | 1 | -0/+4 |
| | |||||
* | added two more oids | Alex Gaynor | 2015-12-19 | 1 | -0/+8 |
| | |||||
* | Fixed #2531 -- added missing EV oid | Alex Gaynor | 2015-12-19 | 1 | -0/+4 |
| | |||||
* | Have CertificateBuilder docs create self-signed cert | Cory Benfield | 2015-12-07 | 1 | -5/+1 |
| | |||||
* | expose tbs_certrequest_bytes and signature on CertificateSigningRequest | Paul Kehrer | 2015-12-03 | 1 | -0/+19 |
| | |||||
* | add tbsCertList and signature interfaces to CRLs | Erik Trauschke | 2015-11-19 | 1 | -0/+20 |
| | |||||
* | 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/+20 |
| | |||||
* | inline some type declarations in the docs | Paul Kehrer | 2015-10-28 | 1 | -18/+7 |
| | |||||
* | document the constructors for our extensions and general names | Paul Kehrer | 2015-10-28 | 1 | -25/+50 |
| | | | | | | Most of these extensions have the same attributes as constructor args, so for those I only added the args to the class name to avoid large scale duplication. | ||||
* | move revoked_certificate assignment in the doctests | Paul Kehrer | 2015-10-21 | 1 | -5/+2 |
| | |||||
* | remove convenience functions for revoked extensions | Erik Trauschke | 2015-10-21 | 1 | -2/+1 |
| | | | | fix docs regarding CRL PEM format | ||||
* | Merge branch 'master' into crl_ossl_backend | Erik Trauschke | 2015-10-20 | 1 | -6/+8 |
|\ | |||||
| * | Merge pull request #2412 from alex/correct-syntax | Paul Kehrer | 2015-10-13 | 1 | -6/+6 |
| |\ | | | | | | | Use the right reST syntax for these | ||||
| | * | Use the right reST syntax for these | Alex Gaynor | 2015-10-12 | 1 | -6/+6 |
| | | | |||||
| * | | nuke trailing whitespace | Benjamin Peterson | 2015-10-12 | 1 | -1/+1 |
| | | | |||||
| * | | use :returns: and put annotation in the correct place | Benjamin Peterson | 2015-10-12 | 1 | -2/+2 |
| | | | |||||
| * | | Indicate the return type of CertificateBuilder.sign | Benjamin Peterson | 2015-10-12 | 1 | -0/+2 |
| |/ | |||||
* | | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵ | Erik Trauschke | 2015-10-20 | 1 | -4/+121 |
|\ \ | |/ |/| | | | crl_ossl_backend | ||||
| * | use X509ExtensionParser for Revoked extensions | Erik Trauschke | 2015-10-14 | 1 | -15/+6 |
| | | | | | | | | | | | | remove revoked_certificates property from RevokedCertificate class CRLExtensions should actually be RevokedExtensions doctest cleanup for RevokedCertificate | ||||
| * | doctest fix | Erik Trauschke | 2015-10-13 | 1 | -0/+1 |
| | | |||||
| * | fix indentations | Erik Trauschke | 2015-10-13 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | change docs to indicate CRL objects are iterable fix docs for revoked certs make _decode_crl_reason more readable add __getitem__ method to CRL object remove double underscores | ||||
| * | OpenSSL backend code for CRLs | Erik Trauschke | 2015-09-24 | 1 | -0/+111 |
| | | |||||
* | | document the extension type requirement a bit better | Paul Kehrer | 2015-10-02 | 1 | -5/+4 |
|/ | |||||
* | Fixed #2318 -- added the missing critical flag to the x509 tutorial | Alex Gaynor | 2015-09-03 | 1 | -6/+9 |
| | |||||
* | Write as binary | Tim Buchwaldt | 2015-08-26 | 1 | -2/+2 |
| | | | At least on Python3 it fails otherwise. | ||||
* | Update tutorial.rst as it was missing an import | Abhijeet Rastogi | 2015-08-15 | 1 | -0/+1 |
| | |||||
* | Fixed a pair of examples in teh docs | Alex Gaynor | 2015-08-12 | 1 | -2/+2 |
| | |||||
* | Added ::versionadded 1.1 tag to get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+2 |
| | |||||
* | added docs for get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+15 |
| | |||||
* | make import consistent | Paul Kehrer | 2015-08-11 | 1 | -6/+6 |
| | |||||
* | update tutorial to use namespace OIDs | Paul Kehrer | 2015-08-11 | 1 | -5/+6 |
| | |||||
* | update x509 reference to use namespaced OIDs | Paul Kehrer | 2015-08-11 | 1 | -210/+236 |
| | |||||
* | address review comments | Paul Kehrer | 2015-08-08 | 1 | -6/+11 |
| | |||||
* | update prose for from_issuer_public_key | Paul Kehrer | 2015-08-08 | 1 | -4/+8 |
| | |||||
* | add AuthorityKeyIdentifier from_issuer_public_key | Paul Kehrer | 2015-08-08 | 1 | -0/+30 |
| | | | | | Refactored SKI's creation code into a separate function, added doctest examples | ||||
* | Merge pull request #2204 from reaperhulk/ski-classmethod | Alex Gaynor | 2015-08-08 | 1 | -0/+17 |
|\ | | | | | SubjectKeyIdentifier classmethod | ||||
| * | add more prose about how the digest is generated | Paul Kehrer | 2015-08-08 | 1 | -1/+3 |
| | | |||||
| * | rename to classmethod to from_public_key | Paul Kehrer | 2015-08-05 | 1 | -1/+1 |
| | | |||||
| * | add SubjectKeyIdentifier.create_from_public_key | Paul Kehrer | 2015-08-05 | 1 | -0/+15 |
| | | |||||
* | | fix missed change for OID docs | Paul Kehrer | 2015-08-07 | 1 | -1/+1 |
| | |