aboutsummaryrefslogtreecommitdiffstats
path: root/tests/x509
Commit message (Expand)AuthorAgeFilesLines
* Unify X.509 signature algorithm validation (#5276)HEADmasterMarko Kreen2020-06-141-0/+55
* Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182)Alex Gaynor2020-04-051-7/+0
* Allow NameAttribute.value to be an empty string (#5109)Andrea De Pasquale2020-03-191-4/+18
* Reversed the order of RDNs in x509.Name.rfc4514_string() (#5120)Thomas Erbesdobler2020-03-021-3/+3
* Parse single_extensions in OCSP responses (#5059)Paul Kehrer2019-11-111-0/+10
* UniversalString needs to be encoded as UCS-4 (#5000)Marko Kreen2019-10-171-0/+17
* one more missing branch (#4992)Paul Kehrer2019-09-091-0/+23
* fix coverage, small cleanups in tests (#4990)Paul Kehrer2019-09-092-30/+30
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-094-7/+488
* Allow FreshestCRL extension in CRL (#4975)Marko Kreen2019-09-071-0/+33
* fix coverage by adding two artificial DSA public keys (#4984)Paul Kehrer2019-09-061-0/+32
* Make DER reader into a context manager (#4957)Alex Gaynor2019-07-281-37/+35
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-22/+76
* some test improvements (#4954)Paul Kehrer2019-07-271-1/+25
* Write a test for an uncovered line (#4940)Alex Gaynor2019-07-061-0/+24
* ed25519 support in x509 certificate builder (#4937)Paul Kehrer2019-07-061-3/+122
* Small style cleanup (#4891)Alex Gaynor2019-05-191-1/+1
* add name for ExtensionOID.PRECERT_POISON (#4853)redshiftzero2019-05-191-1/+8
* fix from_issuer_subject_key_identifier to take the right type (#4864)Paul Kehrer2019-05-041-2/+9
* 4810 bugfix: avoid UnicodeEncodeError on python 2 (#4846)redshiftzero2019-04-161-4/+19
* Fixes #4830 -- handle negative serial numbers (#4843)Alex Gaynor2019-04-131-0/+8
* fix != comparison in py2 (fixes #4821) (#4822)Mathias Ertl2019-03-251-4/+10
* implement eq__, __hash__ and __repr__ for OCSPNoCheck and PrecertPoison (#4819)Mathias Ertl2019-03-251-0/+44
* Fixes for the latest pep8-naming (#4744)Alex Gaynor2019-02-021-1/+1
* Fixes #4734 -- Deal with deprecated things (#4736)Alex Gaynor2019-01-232-27/+6
* allow asn1 times of 1950-01-01 and later. (#4728)Paul Kehrer2019-01-223-8/+37
* allow 32-bit platforms to encode certs with dates > unix epoch (#4727)Paul Kehrer2019-01-211-8/+13
* add signature_hash_algorithm to OCSPResponse (#4681)Paul Kehrer2019-01-101-18/+32
* Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)Marti Raudsepp2018-12-181-4/+4
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-082-67/+46
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-4/+22
* encode IssuingDistributionPoint (#4618)Paul Kehrer2018-12-021-0/+137
* allow multi-valued RDNs (#4616)Paul Kehrer2018-11-301-0/+17
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-301-0/+288
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer2018-10-291-0/+154
* OCSP response builder (#4485)Paul Kehrer2018-10-281-0/+382
* next_update is not a required field on OCSP responses (#4513)Paul Kehrer2018-10-231-0/+8
* OCSP response serialization (#4482)Paul Kehrer2018-10-061-0/+19
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-061-0/+32
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-061-0/+15
* support OCSP response parsing (#4452)Paul Kehrer2018-10-011-0/+137
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-092-0/+44
* don't sort the serial numbers in a parsed CRL (#4457)Paul Kehrer2018-09-041-0/+29
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-0/+29
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-311-69/+25
* fixed test name (#4433)Alex Gaynor2018-08-301-1/+1
* make an ocsp request (#4402)Paul Kehrer2018-08-301-0/+64
* OCSP request parsing (#4393)Paul Kehrer2018-08-151-0/+115
* Use A-label strings in tests (#4374)Tim Burke2018-07-301-2/+2
* add crl.get_revoked_certificate method (#4331)Paul Kehrer2018-07-161-0/+12