aboutsummaryrefslogtreecommitdiffstats
path: root/tests/x509/test_x509.py
Commit message (Expand)AuthorAgeFilesLines
* allow multi-valued RDNs (#4616)Paul Kehrer2018-11-301-0/+17
* don't sort the serial numbers in a parsed CRL (#4457)Paul Kehrer2018-09-041-0/+29
* 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-141-3/+3
* Raise ve on bad gt (#4180)Joshua Crowgey2018-04-031-0/+12
* 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-101-4/+7
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-101-1/+8
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-101-17/+38
* 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-231-0/+32
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-0/+13
* parametrize a bunch of x509 extension tests that were identical (#3931)Paul Kehrer2017-09-211-377/+139
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-101-0/+52
* move x509 tests into a module (#3889)Paul Kehrer2017-09-061-0/+4036