aboutsummaryrefslogtreecommitdiffstats
path: root/tests/x509/test_x509_crlbuilder.py
Commit message (Collapse)AuthorAgeFilesLines
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-091-2/+150
| | | | | | | | | | | | | | | | | | * Support ed25519 in csr/crl creation * Tests for ed25519/x509 * Support ed448 in crt/csr/crl creation * Tests for ed448/x509 * Support ed25519/ed448 in OCSPResponseBuilder * Tests for eddsa in OCSPResponseBuilder * Builder check missing in create_x509_csr * Documentation update for ed25519+ed448 in x509
* Allow FreshestCRL extension in CRL (#4975)Marko Kreen2019-09-071-0/+33
| | | Per RFC5280 it is allowed in both certificates and CRL-s.
* allow asn1 times of 1950-01-01 and later. (#4728)Paul Kehrer2019-01-221-4/+4
| | | | | | | | * allow asn1 times of 1950-01-01 and later. * add a test * pretty up the test
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-0/+1
| | | This is an extension for CRLs
* move x509 tests into a module (#3889)Paul Kehrer2017-09-061-0/+515
* move x509 tests into a module This is just to make grouping things like test_ocsp, etc a bit simpler in the future * fix path * pep8