diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-30 12:08:14 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-30 12:08:14 -0500 |
commit | 66ca9f7aead0ded44cca38c211ea20db2cf82193 (patch) | |
tree | 782f865bc042ad6b9175250db3684abc3f900812 /docs/development/test-vectors.rst | |
parent | 411ca8ede84d7dda74f90304b237b8e059dc539f (diff) | |
parent | 249d9be3779c7b8cebf0a4602054cff89fef1eb0 (diff) | |
download | cryptography-66ca9f7aead0ded44cca38c211ea20db2cf82193.tar.gz cryptography-66ca9f7aead0ded44cca38c211ea20db2cf82193.tar.bz2 cryptography-66ca9f7aead0ded44cca38c211ea20db2cf82193.zip |
Merge pull request #2603 from reaperhulk/unrecognized-extension-vector
new unsupported extension x509 test vector
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 70766d53..ad945f2f 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -141,6 +141,10 @@ Custom X.509 Vectors * ``unsupported_extension.pem`` - An RSA 2048 bit self-signed certificate containing an unsupported extension type. The OID was encoded as "1.2.3.4" with an ``extnValue`` of "value". +* ``unsupported_extension_2.pem`` - A ``secp256r1`` certificate + containing two unsupported extensions. The OIDs are ``1.3.6.1.4.1.41482.2`` + with an ``extnValue`` of ``1.3.6.1.4.1.41482.1.2`` and + ``1.3.6.1.4.1.45724.2.1.1`` with an ``extnValue`` of ``\x03\x02\x040`` * ``unsupported_extension_critical.pem`` - An RSA 2048 bit self-signed certificate containing an unsupported extension type marked critical. The OID was encoded as "1.2.3.4" with an ``extnValue`` of "value". |