diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-28 09:16:58 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-28 09:16:58 -0400 |
commit | b4b6256a1f48c0bedefcf8263efd2baf7e92c92c (patch) | |
tree | 16283cfeb57d43b9d7f0c374579a4b4bb319bffa /docs/development/test-vectors.rst | |
parent | c4199a7b1f2a871eb9c0b68af1dab0101bfa0a4b (diff) | |
parent | f5ac6c6d6e7d9ae57ab8a3817ee485f754fb06b8 (diff) | |
download | cryptography-b4b6256a1f48c0bedefcf8263efd2baf7e92c92c.tar.gz cryptography-b4b6256a1f48c0bedefcf8263efd2baf7e92c92c.tar.bz2 cryptography-b4b6256a1f48c0bedefcf8263efd2baf7e92c92c.zip |
Merge pull request #1789 from reaperhulk/unsupported-critical-extension-vector
add unsupported extension marked critical
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 6a7a35e0..207515bf 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -121,6 +121,9 @@ 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_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". Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |