aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-27 23:27:00 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-27 23:27:00 -0500
commitf5ac6c6d6e7d9ae57ab8a3817ee485f754fb06b8 (patch)
tree359042ea0650c01813cd4352492518d09674cf0b /docs/development/test-vectors.rst
parent8fb3daf267e223d356ef50b0c5394c5738bc987f (diff)
downloadcryptography-f5ac6c6d6e7d9ae57ab8a3817ee485f754fb06b8.tar.gz
cryptography-f5ac6c6d6e7d9ae57ab8a3817ee485f754fb06b8.tar.bz2
cryptography-f5ac6c6d6e7d9ae57ab8a3817ee485f754fb06b8.zip
add unsupported extension marked critical
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst3
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~