| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182) | Alex Gaynor | 2020-04-05 | 1 | -2/+2 |
* | Parse single_extensions in OCSP responses (#5059) | Paul Kehrer | 2019-11-11 | 1 | -0/+8 |
* | Fixes #4699 -- document that UnrecognizedExtension can be used in generation ... | Alex Gaynor | 2019-11-11 | 1 | -1/+3 |
* | Fixed #4377 -- document certificate policies with an example (#5058) | Alex Gaynor | 2019-11-11 | 1 | -0/+12 |
* | Fix documentation of AuthorityKeyIdentifier.authority_cert_issuer. (#5001) | Felix Fontein | 2019-10-19 | 1 | -1/+1 |
* | Finish ed25519 and ed448 support in x509 module (#4972) | Marko Kreen | 2019-09-09 | 2 | -37/+88 |
* | prevaricate more about anyextendedkeyusage (#4939) | Paul Kehrer | 2019-07-06 | 1 | -1/+6 |
* | ed25519 support in x509 certificate builder (#4937) | Paul Kehrer | 2019-07-06 | 1 | -4/+21 |
* | Fix typo (#4829) | Ofek Lev | 2019-04-02 | 1 | -1/+1 |
* | full state or province name (#4758) | itinerarium | 2019-02-20 | 1 | -2/+2 |
* | consistently linky RFC in the docs (#4716) | Alex Gaynor | 2019-01-18 | 1 | -5/+4 |
* | add signature_hash_algorithm to OCSPResponse (#4681) | Paul Kehrer | 2019-01-10 | 1 | -0/+10 |
* | Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646) | Marti Raudsepp | 2018-12-18 | 1 | -3/+3 |
* | Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#... | Marti Raudsepp | 2018-12-08 | 1 | -1/+25 |
* | IssuingDistributionPoint support (parse only) (#4552) | Paul Kehrer | 2018-11-30 | 1 | -0/+71 |
* | OCSP response builder (#4485) | Paul Kehrer | 2018-10-28 | 1 | -0/+185 |
* | add IDP OID and docs (#4533) | Paul Kehrer | 2018-10-28 | 1 | -0/+6 |
* | simplify some language (#4495) | Paul Kehrer | 2018-10-10 | 1 | -2/+7 |
* | Style nits for docs (#4494) | Alex Gaynor | 2018-10-10 | 1 | -5/+5 |
* | Add a tutorial explaining how to check the signature of a certificate (#4478) | g_goessel | 2018-10-10 | 1 | -0/+68 |
* | OCSP response serialization (#4482) | Paul Kehrer | 2018-10-06 | 1 | -0/+8 |
* | support extensions in the OCSP request builder (#4481) | Paul Kehrer | 2018-10-06 | 1 | -0/+10 |
* | add OCSP basic response extension parsing (#4479) | Paul Kehrer | 2018-10-06 | 1 | -0/+5 |
* | support OCSP response parsing (#4452) | Paul Kehrer | 2018-10-01 | 1 | -0/+21 |
* | a few docs fixes and language improvements (#4472) | Paul Kehrer | 2018-09-14 | 2 | -6/+4 |
* | OCSP request extension parsing (#4464) | Paul Kehrer | 2018-09-09 | 2 | -0/+39 |
* | document that OCSPResponse attributes can raise valuerror (#4453) | Paul Kehrer | 2018-09-01 | 1 | -0/+48 |
* | initial OCSP response docs (#4448) | Paul Kehrer | 2018-09-01 | 1 | -0/+179 |
* | Fixes #4333 -- added support for precert poison extension (#4442) | Alex Gaynor | 2018-08-31 | 1 | -0/+23 |
* | refactor ocsp request parsing and generation to support only one cert (#4439) | Paul Kehrer | 2018-08-31 | 1 | -25/+17 |
* | make an ocsp request (#4402) | Paul Kehrer | 2018-08-30 | 1 | -0/+113 |
* | OCSP request parsing (#4393) | Paul Kehrer | 2018-08-15 | 2 | -0/+95 |
* | make a certificate expire a few years in the future, fixes doctests (#4383) | Alex Gaynor | 2018-08-06 | 1 | -1/+1 |
* | add crl.get_revoked_certificate method (#4331) | Paul Kehrer | 2018-07-16 | 1 | -0/+9 |
* | Make RelativeDistinguishedName preserve attribtue order (#4306) | Marti Raudsepp | 2018-07-09 | 1 | -2/+3 |
* | Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294) | Marti Raudsepp | 2018-06-29 | 1 | -0/+9 |
* | Make AuthorityKeyIdentifier docs reflect reality (#4252) | Thom Dixon | 2018-05-18 | 1 | -1/+1 |
* | switch to py3 on docs job (#4230) | Paul Kehrer | 2018-05-12 | 1 | -13/+13 |
* | fixed #3986 -- properly use unicode for DNSName (#3988) | Alex Gaynor | 2017-10-19 | 1 | -4/+4 |
* | Update docs and changelog for URI, RFC822Name, and DNSName (#3955) | Paul Kehrer | 2017-10-11 | 1 | -57/+37 |
* | Backwards incompatible change to DNSName (#3951) | Paul Kehrer | 2017-10-10 | 1 | -1/+1 |
* | FreshestCRL extension support (#3937) | Paul Kehrer | 2017-09-23 | 1 | -0/+23 |
* | support delta crl indicator extension (#3936) | Paul Kehrer | 2017-09-22 | 1 | -0/+32 |
* | docs for what bytes means for DNSName, URI, and RFC822Name (#3904) | Paul Kehrer | 2017-09-20 | 1 | -9/+35 |
* | correct the docs for CRLReason (#3930) | Paul Kehrer | 2017-09-20 | 1 | -2/+1 |
* | [WIP] add support for the TLSFeature extension in x509 (#3899) | Paul Kehrer | 2017-09-10 | 1 | -0/+45 |
* | add changelog and a warning for is_signature_valid on crl (#3861) | Paul Kehrer | 2017-08-12 | 1 | -0/+6 |
* | Add is_signature_valid method on CertificateRevocationList (#3849) | Vincent Pelletier | 2017-08-12 | 1 | -0/+6 |
* | deprecate unicode input for RFC822Name (#3836) | Paul Kehrer | 2017-08-01 | 1 | -0/+16 |
* | deprecate auto-idna on UniformResourceIdentifier (#3832) | Paul Kehrer | 2017-08-01 | 1 | -4/+15 |