aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509/reference.rst
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182)Alex Gaynor2020-04-051-2/+2
* Fixes #4699 -- document that UnrecognizedExtension can be used in generation ...Alex Gaynor2019-11-111-1/+3
* Fixed #4377 -- document certificate policies with an example (#5058)Alex Gaynor2019-11-111-0/+12
* Fix documentation of AuthorityKeyIdentifier.authority_cert_issuer. (#5001)Felix Fontein2019-10-191-1/+1
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-091-32/+71
* prevaricate more about anyextendedkeyusage (#4939)Paul Kehrer2019-07-061-1/+6
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-061-4/+21
* Fix typo (#4829)Ofek Lev2019-04-021-1/+1
* consistently linky RFC in the docs (#4716)Alex Gaynor2019-01-181-5/+4
* Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)Marti Raudsepp2018-12-181-3/+3
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-081-1/+25
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-301-0/+71
* add IDP OID and docs (#4533)Paul Kehrer2018-10-281-0/+6
* simplify some language (#4495)Paul Kehrer2018-10-101-2/+7
* Style nits for docs (#4494)Alex Gaynor2018-10-101-5/+5
* Add a tutorial explaining how to check the signature of a certificate (#4478)g_goessel2018-10-101-0/+68
* a few docs fixes and language improvements (#4472)Paul Kehrer2018-09-141-2/+2
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-091-0/+33
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-0/+23
* make a certificate expire a few years in the future, fixes doctests (#4383)Alex Gaynor2018-08-061-1/+1
* add crl.get_revoked_certificate method (#4331)Paul Kehrer2018-07-161-0/+9
* Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp2018-07-091-2/+3
* Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)Marti Raudsepp2018-06-291-0/+9
* Make AuthorityKeyIdentifier docs reflect reality (#4252)Thom Dixon2018-05-181-1/+1
* switch to py3 on docs job (#4230)Paul Kehrer2018-05-121-13/+13
* 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