aboutsummaryrefslogtreecommitdiffstats
path: root/tests/x509/test_x509.py
Commit message (Expand)AuthorAgeFilesLines
* Unify X.509 signature algorithm validation (#5276)HEADmasterMarko Kreen2020-06-141-0/+55
* 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
* UniversalString needs to be encoded as UCS-4 (#5000)Marko Kreen2019-10-171-0/+17
* fix coverage, small cleanups in tests (#4990)Paul Kehrer2019-09-091-28/+28
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-091-1/+224
* 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
* 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
* Fixes for the latest pep8-naming (#4744)Alex Gaynor2019-02-021-1/+1
* Fixes #4734 -- Deal with deprecated things (#4736)Alex Gaynor2019-01-231-21/+0
* allow asn1 times of 1950-01-01 and later. (#4728)Paul Kehrer2019-01-221-2/+31
* allow 32-bit platforms to encode certs with dates > unix epoch (#4727)Paul Kehrer2019-01-211-8/+13
* 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-081-38/+34
* 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