aboutsummaryrefslogtreecommitdiffstats
path: root/tests/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix encoding BMPString in x509 name entries (#4321)Paul Kehrer2018-07-091-0/+18
* Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp2018-07-091-6/+9
* Future proofing use of the six python version constants (#4238)Eric Brown2018-05-142-25/+25
* Raise ve on bad gt (#4180)Joshua Crowgey2018-04-031-0/+12
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor2018-03-201-4/+0
* don't allow GeneralNames to be an empty list (#4128)Paul Kehrer2018-03-051-0/+4
* Fixed deprecation warnings in x509 tests (#4040)Alex Gaynor2017-12-041-26/+18
* Fix ASN1 string type encoding for several Name OIDs (#4035)Paul Kehrer2017-11-301-16/+135
* Use a different warning class so users get warnings (#4014)Alex Gaynor2017-11-111-2/+2
* Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor2017-10-121-1/+1
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-102-167/+166
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-102-38/+47
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-103-142/+162
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-251-0/+58
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-232-0/+259
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-223-0/+44
* parametrize a bunch of x509 extension tests that were identical (#3931)Paul Kehrer2017-09-211-377/+139
* implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)Paul Kehrer2017-09-131-0/+74
* add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)Paul Kehrer2017-09-131-0/+34
* add __hash__ to PolicyConstraints and Extension (#3917)Paul Kehrer2017-09-131-0/+26
* implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)Paul Kehrer2017-09-131-0/+48
* implement __hash__ on CertificatePolicies and its child classes (#3914)Paul Kehrer2017-09-131-0/+45
* add aki hash (#3910)Paul Kehrer2017-09-131-1/+10
* name constraints __hash__ (#3912)Paul Kehrer2017-09-131-0/+21
* AIA hashing (#3911)Paul Kehrer2017-09-131-0/+34
* fix a bug with URI value when parsing a string with no hostname (#3909)Paul Kehrer2017-09-131-4/+5
* implement __hash__ on all GeneralName types (#3907)Paul Kehrer2017-09-131-0/+41