aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509
Commit message (Expand)AuthorAgeFilesLines
* GOST certificates support in cryptography (#5195)Nikolay Morozov2020-05-081-0/+25
* Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182)Alex Gaynor2020-04-051-15/+1
* Allow NameAttribute.value to be an empty string (#5109)Andrea De Pasquale2020-03-191-3/+3
* Reversed the order of RDNs in x509.Name.rfc4514_string() (#5120)Thomas Erbesdobler2020-03-021-4/+8
* Use literals for collections and comprehensions. (#5091)Mads Jensen2020-01-122-3/+3
* Use dict literals. (#5080)Mads Jensen2019-12-021-1/+1
* Parse single_extensions in OCSP responses (#5059)Paul Kehrer2019-11-111-0/+6
* Simplify implementing sequence methods (#4987)Alex Gaynor2019-09-101-94/+31
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-093-4/+18
* Make DER reader into a context manager (#4957)Alex Gaynor2019-07-281-9/+9
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-3/+21
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-062-4/+8
* add name for ExtensionOID.PRECERT_POISON (#4853)redshiftzero2019-05-191-0/+1
* fix from_issuer_subject_key_identifier to take the right type (#4864)Paul Kehrer2019-05-041-1/+15
* 4810 bugfix: avoid UnicodeEncodeError on python 2 (#4846)redshiftzero2019-04-161-1/+4
* fix != comparison in py2 (fixes #4821) (#4822)Mathias Ertl2019-03-251-0/+6
* implement eq__, __hash__ and __repr__ for OCSPNoCheck and PrecertPoison (#4819)Mathias Ertl2019-03-251-0/+24
* Simplify string formatting (#4757)Alex Gaynor2019-02-203-23/+23
* Fixes #4734 -- Deal with deprecated things (#4736)Alex Gaynor2019-01-231-3/+3
* allow asn1 times of 1950-01-01 and later. (#4728)Paul Kehrer2019-01-222-20/+20
* deprecate encode_point and migrate all internal callers (#4720)Paul Kehrer2019-01-201-1/+4
* add signature_hash_algorithm to OCSPResponse (#4681)Paul Kehrer2019-01-101-0/+6
* Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)Marti Raudsepp2018-12-181-1/+1
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-082-4/+70
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-12/+17
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-302-3/+134
* Import idna lazily to reduce our memory consumption (#4601)Alex Gaynor2018-11-231-2/+12
* Remove unnecessary use of six.binary_type (#4569)Jon Dufresne2018-11-111-1/+1
* move ObjectIdentifier to break an upcoming import cycle (#4550)Paul Kehrer2018-10-301-59/+1
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer2018-10-291-0/+15
* OCSP response builder (#4485)Paul Kehrer2018-10-281-9/+172
* add IDP OID and docs (#4533)Paul Kehrer2018-10-281-0/+4
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-061-5/+18
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-061-0/+6
* consolidate the duplicate extension check (#4483)Paul Kehrer2018-10-061-19/+11
* support OCSP response parsing (#4452)Paul Kehrer2018-10-011-0/+8
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-094-3/+43
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-313-1/+11
* OCSP response abstract base classes (#4431)Paul Kehrer2018-08-311-0/+130
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-311-33/+14
* make an ocsp request (#4402)Paul Kehrer2018-08-301-0/+30
* OCSP request parsing (#4393)Paul Kehrer2018-08-151-0/+79
* Added missing methods from CRL Interface (#4400)Alex Gaynor2018-08-151-0/+18
* add crl.get_revoked_certificate method (#4331)Paul Kehrer2018-07-161-0/+7
* Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp2018-07-091-3/+8
* Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)Marti Raudsepp2018-06-292-0/+3
* adding name so that 1.3.6.1.4.1.11129.2.4.2 is no longer and 'Unknown OID' (#...Joshua Crowgey2018-05-071-0/+3
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor2018-03-201-3/+0
* don't allow GeneralNames to be an empty list (#4128)Paul Kehrer2018-03-051-0/+3
* Fix ASN1 string type encoding for several Name OIDs (#4035)Paul Kehrer2017-11-301-7/+15