aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182)Alex Gaynor2020-04-051-2/+2
* Parse single_extensions in OCSP responses (#5059)Paul Kehrer2019-11-111-0/+8
* 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-092-37/+88
* 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
* full state or province name (#4758)itinerarium2019-02-201-2/+2
* consistently linky RFC in the docs (#4716)Alex Gaynor2019-01-181-5/+4
* add signature_hash_algorithm to OCSPResponse (#4681)Paul Kehrer2019-01-101-0/+10
* 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
* OCSP response builder (#4485)Paul Kehrer2018-10-281-0/+185
* 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
* OCSP response serialization (#4482)Paul Kehrer2018-10-061-0/+8
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-061-0/+10
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-061-0/+5
* support OCSP response parsing (#4452)Paul Kehrer2018-10-011-0/+21
* a few docs fixes and language improvements (#4472)Paul Kehrer2018-09-142-6/+4
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-092-0/+39
* document that OCSPResponse attributes can raise valuerror (#4453)Paul Kehrer2018-09-011-0/+48
* initial OCSP response docs (#4448)Paul Kehrer2018-09-011-0/+179
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-0/+23
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-311-25/+17
* make an ocsp request (#4402)Paul Kehrer2018-08-301-0/+113
* OCSP request parsing (#4393)Paul Kehrer2018-08-152-0/+95
* 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
* fixed #3986 -- properly use unicode for DNSName (#3988)Alex Gaynor2017-10-191-4/+4
* 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