aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-22 19:51:08 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-22 19:51:08 -0500
commitacb724e42d18408c1e8032fc8fab1419da64322b (patch)
treeeae91c1534e8e385d35c9fdf2d271ae18b50ce6b
parentcfa49cdaba3dea516cf64d697a074d175071573e (diff)
parent93df8b7784bc2071e3c2e47c9ea2a93739d3dac7 (diff)
downloadcryptography-acb724e42d18408c1e8032fc8fab1419da64322b.tar.gz
cryptography-acb724e42d18408c1e8032fc8fab1419da64322b.tar.bz2
cryptography-acb724e42d18408c1e8032fc8fab1419da64322b.zip
Merge pull request #2550 from reaperhulk/crl-vector
add new CRL test vector
-rw-r--r--docs/development/test-vectors.rst3
-rw-r--r--vectors/cryptography_vectors/x509/custom/crl_ian_aia_aki.pem14
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 9e8eb388..70766d53 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -305,6 +305,9 @@ Custom X.509 Certificate Revocation List Vectors
* ``crl_inval_cert_issuer_entry_ext.pem`` - Contains a CRL with one revocation
which has one entry extension for certificate issuer with an empty value.
* ``crl_empty.pem`` - Contains a CRL with no revoked certificates.
+* ``crl_ian_aia_aki.pem`` - Contains a CRL with ``IssuerAlternativeName``,
+ ``AuthorityInformationAccess``, ``AuthorityKeyIdentifier`` and ``CRLNumber``
+ extensions.
Hashes
~~~~~~
diff --git a/vectors/cryptography_vectors/x509/custom/crl_ian_aia_aki.pem b/vectors/cryptography_vectors/x509/custom/crl_ian_aia_aki.pem
new file mode 100644
index 00000000..2a530cd7
--- /dev/null
+++ b/vectors/cryptography_vectors/x509/custom/crl_ian_aia_aki.pem
@@ -0,0 +1,14 @@
+-----BEGIN X509 CRL-----
+MIICKzCCARMCAQEwDQYJKoZIhvcNAQELBQAwXjELMAkGA1UEBhMCVVMxETAPBgNV
+BAgMCElsbGlub2lzMRAwDgYDVQQHDAdDaGljYWdvMRgwFgYDVQQKDA9SdWJ5IENB
+IFByb2plY3QxEDAOBgNVBAMMB1Rlc3QgQ0EXDTE1MTIyMjIyMjIxMVoXDTE1MTIy
+OTIzMjIxMVqggYAwfjAKBgNVHRQEAwIBATAfBgNVHSMEGDAWgBR5dbuEOsss3noJ
+vjEbQ7wcKk1TWDAiBgNVHRIEGzAZhhdodHRwczovL2NyeXB0b2dyYXBoeS5pbzAr
+BggrBgEFBQcBAQQfMB0wGwYIKwYBBQUHMAKCD2NyeXB0b2dyYXBoeS5pbzANBgkq
+hkiG9w0BAQsFAAOCAQEAmA414xnbAR+WxUVexysAGJ0j6hwig0Srqe/qPeWxh5zO
+SjJWnJqZPtElXzf4eMhh1BxpKRU6vko1gJuW9oie73mNpz0mCzEANJ7YhVIB5syZ
+DFi7bEUcNuJcMNpupmGV3Gr03LacSjYlrvufpxMFDQgpLq/6nH0Ctisk/yP7jvy/
+5LaGB+uo25GzBFyx3hThC99zC0ONkJil4VTCdjWED64mxte2OxZ4ta8SU1JeMIVf
+EXlgACCwwC+030+grMeqv/voO23yic9/G6BAbqCCi7GIsASCjmX3keGlgxKabwnh
+LU116Gmqe1vOph2P8HxLzZyi5P19cxhSCQ+t1rl0cA==
+-----END X509 CRL-----