aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/reference.rst
Commit message (Expand)AuthorAgeFilesLines
* Update docs and changelog for URI, RFC822Name, and DNSName (#3955)Paul Kehrer2017-10-111-57/+37
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-101-1/+1
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-231-0/+23
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-0/+32
* docs for what bytes means for DNSName, URI, and RFC822Name (#3904)Paul Kehrer2017-09-201-9/+35
* correct the docs for CRLReason (#3930)Paul Kehrer2017-09-201-2/+1
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-101-0/+45
* add changelog and a warning for is_signature_valid on crl (#3861)Paul Kehrer2017-08-121-0/+6
* Add is_signature_valid method on CertificateRevocationList (#3849)Vincent Pelletier2017-08-121-0/+6
* deprecate unicode input for RFC822Name (#3836)Paul Kehrer2017-08-011-0/+16
* deprecate auto-idna on UniformResourceIdentifier (#3832)Paul Kehrer2017-08-011-4/+15
* note version added and deprecated for bytes_value/value on DNSName (#3833)Paul Kehrer2017-08-011-0/+4
* Begin the deprecation of auto-idna for x509.DNSName (#3830)Alex Gaynor2017-07-301-1/+7
* Fixes #3745 -- add the any EKU EKU (#3750)Alex Gaynor2017-07-031-0/+7
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-041-0/+26
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-201-21/+2
* Refs #3461 -- added the OID for the SCT x.509 extension (#3464)Alex Gaynor2017-03-201-0/+6
* add a SAN to the certificatebuilder example (#3353)Paul Kehrer2017-01-181-0/+6
* add a few more OIDs (#3259)Paul Kehrer2016-11-191-0/+18
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer2016-11-131-0/+10
* Turns out we shouldn't call it uniqueIdentifier (#3234)Paul Kehrer2016-11-121-1/+1
* add some new oids (#3233)Paul Kehrer2016-11-111-0/+12
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-111-1/+20
* Make DistributionPoint relative_name a set of NameAttribute (#3210)Fraser Tweedale2016-11-071-1/+20
* support random_serial_number in the CertificateBuilder (#3132)Paul Kehrer2016-09-031-8/+21
* add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)Paul Kehrer2016-08-311-0/+46
* 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
* 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
|\
| * 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
* Merge pull request #2574 from reaperhulk/rename-crlextensionAlex Gaynor2015-12-251-0/+16
|\
| * 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