aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/reference.rst
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)Paul Kehrer2016-08-311-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 Orisaka2016-07-311-2/+2
|
* Add alias for Certificate serial as serial number (#2950)Chelsea Winfree2016-06-021-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 Gaynor2016-05-291-26/+26
|
* add some notes about when to use these classmethodsPaul Kehrer2016-03-121-0/+12
|
* Add AuthorityKeyIdentifier.from_issuer_subject_key_identifierPaul Kehrer2016-03-111-0/+26
|
* Merge pull request #2670 from joernheissler/x509_req_verifyPaul Kehrer2016-03-061-0/+6
|\ | | | | Add verify method on CertificateSigningRequest
| * Change method to propertyJoern Heissler2016-01-181-5/+2
| |
| * Add verify method on CertificateSigningRequestJoern Heissler2016-01-131-0/+9
| |
* | try to improve the languagePaul Kehrer2016-02-261-10/+8
| |
* | fix docsPaul Kehrer2016-02-261-1/+1
| |
* | add the oid required by the extensiontype interfacePaul Kehrer2016-02-261-0/+6
| |
* | add policy constraints classPaul Kehrer2016-02-261-0/+40
|/
* backticksPaul Kehrer2015-12-301-1/+1
|
* support unrecognized extensions in x509Paul Kehrer2015-12-301-1/+2
|
* language updatePaul Kehrer2015-12-301-1/+1
|
* add UnrecognizedExtension classPaul Kehrer2015-12-301-0/+21
|
* support CRL entry extension encoding in the RevokedCertificateBuilderPaul Kehrer2015-12-271-0/+12
|
* add invaliditydate class for crl entry extensionsPaul Kehrer2015-12-261-1/+26
|
* switch CRLReason to use a classPaul Kehrer2015-12-261-1/+23
|
* start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-251-0/+34
| | | | first up: CertificateIssuer
* Merge pull request #2574 from reaperhulk/rename-crlextensionAlex Gaynor2015-12-251-0/+16
|\ | | | | rename CRLExtensionOID to CRLEntryExtensionOID
| * rename CRLExtensionOID to CRLEntryExtensionOIDPaul Kehrer2015-12-251-0/+16
| |
* | support revoked certificates in CertificateRevocationListBuilderPaul Kehrer2015-12-251-2/+17
|/
* RevokedCertificateBuilderPaul Kehrer2015-12-251-0/+48
|
* add extension support to the CRLBuilderPaul Kehrer2015-12-251-0/+10
|
* update docs with review feedbackPaul Kehrer2015-12-241-12/+12
|
* CertificateRevocationListBuilderPaul Kehrer2015-12-241-0/+82
| | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions.
* update the languagePaul Kehrer2015-12-221-5/+4
|
* CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-221-0/+21
|
* support parsing CRL extensions in the OpenSSL backendPaul Kehrer2015-12-211-0/+6
|
* add a CRL public_bytes methodPaul Kehrer2015-12-201-0/+12
|
* added business category oidAlex Gaynor2015-12-191-0/+4
|
* added two more oidsAlex Gaynor2015-12-191-0/+8
|
* Fixed #2531 -- added missing EV oidAlex Gaynor2015-12-191-0/+4
|
* Have CertificateBuilder docs create self-signed certCory Benfield2015-12-071-5/+1
|
* expose tbs_certrequest_bytes and signature on CertificateSigningRequestPaul Kehrer2015-12-031-0/+19
|
* add tbsCertList and signature interfaces to CRLsErik Trauschke2015-11-191-0/+20
|
* rename tbs_certificate to tbs_certificate_bytes, add a commentPaul Kehrer2015-11-031-1/+1
|
* add support for Certificate signature and tbs_certificatePaul Kehrer2015-11-031-0/+20
|
* inline some type declarations in the docsPaul Kehrer2015-10-281-18/+7
|
* document the constructors for our extensions and general namesPaul Kehrer2015-10-281-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 doctestsPaul Kehrer2015-10-211-5/+2
|
* remove convenience functions for revoked extensionsErik Trauschke2015-10-211-2/+1
| | | | fix docs regarding CRL PEM format
* Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-201-6/+8
|\
| * Merge pull request #2412 from alex/correct-syntaxPaul Kehrer2015-10-131-6/+6
| |\ | | | | | | Use the right reST syntax for these
| | * Use the right reST syntax for theseAlex Gaynor2015-10-121-6/+6
| | |
| * | nuke trailing whitespaceBenjamin Peterson2015-10-121-1/+1
| | |
| * | use :returns: and put annotation in the correct placeBenjamin Peterson2015-10-121-2/+2
| | |
| * | Indicate the return type of CertificateBuilder.signBenjamin Peterson2015-10-121-0/+2
| |/