Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow FreshestCRL extension in CRL (#4975) | Marko Kreen | 2019-09-07 | 1 | -0/+33 |
| | | | Per RFC5280 it is allowed in both certificates and CRL-s. | ||||
* | allow asn1 times of 1950-01-01 and later. (#4728) | Paul Kehrer | 2019-01-22 | 1 | -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 Kehrer | 2017-09-22 | 1 | -0/+1 |
| | | | This is an extension for CRLs | ||||
* | move x509 tests into a module (#3889) | Paul Kehrer | 2017-09-06 | 1 | -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 |