summaryrefslogtreecommitdiff
path: root/tests/x509/test_x509.py
AgeCommit message (Expand)Author
2018-09-04don't sort the serial numbers in a parsed CRL (#4457)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
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-10[WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer
2017-09-06move x509 tests into a module (#3889)Paul Kehrer