summaryrefslogtreecommitdiff
path: root/tests/x509
AgeCommit message (Expand)Author
2021-11-11Upgrade cryptography from 2.5 to 3.3Lucia Li
2019-01-22allow asn1 times of 1950-01-01 and later. (#4728)Paul Kehrer
2019-01-21allow 32-bit platforms to encode certs with dates > unix epoch (#4727)Paul Kehrer
2019-01-10add signature_hash_algorithm to OCSPResponse (#4681)Paul Kehrer
2018-12-18Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)Marti Raudsepp
2018-12-08Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp
2018-12-06remove idna as a primary dependency (#4624)Paul Kehrer
2018-12-02encode IssuingDistributionPoint (#4618)Paul Kehrer
2018-11-30allow multi-valued RDNs (#4616)Paul Kehrer
2018-11-30IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer
2018-10-29Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer
2018-10-28OCSP response builder (#4485)Paul Kehrer
2018-10-23next_update is not a required field on OCSP responses (#4513)Paul Kehrer
2018-10-06OCSP response serialization (#4482)Paul Kehrer
2018-10-06support extensions in the OCSP request builder (#4481)Paul Kehrer
2018-10-06add OCSP basic response extension parsing (#4479)Paul Kehrer
2018-10-01support OCSP response parsing (#4452)Paul Kehrer
2018-09-09OCSP request extension parsing (#4464)Paul Kehrer
2018-09-04don't sort the serial numbers in a parsed CRL (#4457)Paul Kehrer
2018-08-31Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor
2018-08-31refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer
2018-08-30fixed test name (#4433)Alex Gaynor
2018-08-30make an ocsp request (#4402)Paul Kehrer
2018-08-15OCSP request parsing (#4393)Paul Kehrer
2018-07-30Use A-label strings in tests (#4374)Tim Burke
2018-07-16add crl.get_revoked_certificate method (#4331)Paul Kehrer
2018-07-09fix encoding BMPString in x509 name entries (#4321)Paul Kehrer
2018-07-09Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp
2018-05-14Future proofing use of the six python version constants (#4238)Eric Brown
2018-04-03Raise ve on bad gt (#4180)Joshua Crowgey
2018-03-20Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor
2018-03-05don't allow GeneralNames to be an empty list (#4128)Paul Kehrer
2017-12-04Fixed deprecation warnings in x509 tests (#4040)Alex Gaynor
2017-11-30Fix ASN1 string type encoding for several Name OIDs (#4035)Paul Kehrer
2017-11-11Use a different warning class so users get warnings (#4014)Alex Gaynor
2017-10-12Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor
2017-10-10backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer
2017-10-10backwards incompatible change to RFC822Name (#3953)Paul Kehrer
2017-10-10Backwards incompatible change to DNSName (#3951)Paul Kehrer
2017-09-25both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer
2017-09-23FreshestCRL extension support (#3937)Paul Kehrer
2017-09-22support delta crl indicator extension (#3936)Paul Kehrer
2017-09-21parametrize a bunch of x509 extension tests that were identical (#3931)Paul Kehrer
2017-09-13implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)Paul Kehrer
2017-09-13add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)Paul Kehrer
2017-09-13add __hash__ to PolicyConstraints and Extension (#3917)Paul Kehrer
2017-09-13implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)Paul Kehrer
2017-09-13implement __hash__ on CertificatePolicies and its child classes (#3914)Paul Kehrer
2017-09-13add aki hash (#3910)Paul Kehrer
2017-09-13name constraints __hash__ (#3912)Paul Kehrer