aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_x509_crlbuilder.py
Commit message (Collapse)AuthorAgeFilesLines
* Support EC and DSA signing of CRLs in the OpenSSL backendPaul Kehrer2015-12-271-5/+59
|
* support CRL entry extension encoding in the RevokedCertificateBuilderPaul Kehrer2015-12-271-1/+9
|
* support revoked certificates in CertificateRevocationListBuilderPaul Kehrer2015-12-251-0/+47
|
* use type instead of __class__Paul Kehrer2015-12-251-1/+1
|
* coverage for invalid extensionsPaul Kehrer2015-12-251-0/+8
|
* add extension support to the CRLBuilderPaul Kehrer2015-12-251-1/+111
|
* CertificateRevocationListBuilderPaul Kehrer2015-12-241-0/+222
RSA keys only. Currently does not support CRL extensions or CRLEntry extensions.