Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Name: add support for multi-value RDNs (#3202) | Fraser Tweedale | 2016-11-11 | 1 | -1/+20 |
| | | | | | | | | Update the Name class to accept and internally store a list of RelativeDistinguishedName objects. Add the 'rdns' attribute to give access to the RDNs. Update ASN.1 routines to correctly decode and encode multi-value RDNs. Fixes: https://github.com/pyca/cryptography/issues/3199 | ||||
* | Make DistributionPoint relative_name a set of NameAttribute (#3210) | Fraser Tweedale | 2016-11-07 | 1 | -1/+20 |
| | | | | | | | | | | | * Add RelativeDistinguishedName class * Make relative_name a RelativeDistinguishedName DistributionPoint relative_name is currently a Name but RFC 5280 defines it as RelativeDistinguishedName, i.e. a non-empty SET OF name attributes. Change the DistributionPoint relative_name attribute to be a RelativeDistinguishedName. | ||||
* | support random_serial_number in the CertificateBuilder (#3132) | Paul Kehrer | 2016-09-03 | 1 | -8/+21 |
| | | | | | | | | | | * 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/+46 |
| | | | | | | * add support for signature_algorithm_oid to cert, CSR, and CRL * refactor _SIG_OIDS_TO_HASH to use ObjectIdentifiers and use that | ||||
* | Remove provider language from docs (#3072) | Gabriel Orisaka | 2016-07-31 | 1 | -2/+2 |
| | |||||
* | Add alias for Certificate serial as serial number (#2950) | Chelsea Winfree | 2016-06-02 | 1 | -4/+4 |
| | | | | | | | | * Add alias for Certificate serial as serial number * Adding deprecation to utils * Now with catch warnings and proper vers | ||||
* | Fixed #2871 -- position docs next to the fucntion they are for (#2924) | Alex Gaynor | 2016-05-29 | 1 | -26/+26 |
| | |||||
* | add some notes about when to use these classmethods | Paul Kehrer | 2016-03-12 | 1 | -0/+12 |
| | |||||
* | Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier | Paul Kehrer | 2016-03-11 | 1 | -0/+26 |
| | |||||
* | Merge pull request #2670 from joernheissler/x509_req_verify | Paul Kehrer | 2016-03-06 | 1 | -0/+6 |
|\ | | | | | Add verify method on CertificateSigningRequest | ||||
| * | Change method to property | Joern Heissler | 2016-01-18 | 1 | -5/+2 |
| | | |||||
| * | Add verify method on CertificateSigningRequest | Joern Heissler | 2016-01-13 | 1 | -0/+9 |
| | | |||||
* | | try to improve the language | Paul Kehrer | 2016-02-26 | 1 | -10/+8 |
| | | |||||
* | | fix docs | Paul Kehrer | 2016-02-26 | 1 | -1/+1 |
| | | |||||
* | | add the oid required by the extensiontype interface | Paul Kehrer | 2016-02-26 | 1 | -0/+6 |
| | | |||||
* | | add policy constraints class | Paul Kehrer | 2016-02-26 | 1 | -0/+40 |
|/ | |||||
* | backticks | Paul Kehrer | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | support unrecognized extensions in x509 | Paul Kehrer | 2015-12-30 | 1 | -1/+2 |
| | |||||
* | language update | Paul Kehrer | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | add UnrecognizedExtension class | Paul Kehrer | 2015-12-30 | 1 | -0/+21 |
| | |||||
* | support CRL entry extension encoding in the RevokedCertificateBuilder | Paul Kehrer | 2015-12-27 | 1 | -0/+12 |
| | |||||
* | add invaliditydate class for crl entry extensions | Paul Kehrer | 2015-12-26 | 1 | -1/+26 |
| | |||||
* | switch CRLReason to use a class | Paul Kehrer | 2015-12-26 | 1 | -1/+23 |
| | |||||
* | start switching the CRL entry extensions to be full-fledged classes | Paul Kehrer | 2015-12-25 | 1 | -0/+34 |
| | | | | first up: CertificateIssuer | ||||
* | Merge pull request #2574 from reaperhulk/rename-crlextension | Alex Gaynor | 2015-12-25 | 1 | -0/+16 |
|\ | | | | | rename CRLExtensionOID to CRLEntryExtensionOID | ||||
| * | rename CRLExtensionOID to CRLEntryExtensionOID | Paul Kehrer | 2015-12-25 | 1 | -0/+16 |
| | | |||||
* | | 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 |
| | | |