aboutsummaryrefslogtreecommitdiffstats
path: root/tests/x509/test_x509_crlbuilder.py
Commit message (Collapse)AuthorAgeFilesLines
* 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