aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-10 09:03:07 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-10 09:03:07 -0400
commit96605fcd47ab4e20829a555ed5450cf99263d431 (patch)
tree5bdff61f07af872bdef02cc872728237b635d808 /docs/development/test-vectors.rst
parent8e69350d8ad92a6153de27ba2eb2739bc113716f (diff)
downloadcryptography-96605fcd47ab4e20829a555ed5450cf99263d431.tar.gz
cryptography-96605fcd47ab4e20829a555ed5450cf99263d431.tar.bz2
cryptography-96605fcd47ab4e20829a555ed5450cf99263d431.zip
Fixed #2404 -- handle a certificate with an unknown public key
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 15c3be96..81998f77 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -248,6 +248,8 @@ Custom X.509 Vectors
policy constraints extension with an inhibit policy mapping element.
* ``pc_require.pem`` - An RSA 2048 bit self-signed certificate containing a
policy constraints extension with a require explicit policy element.
+* ``unsupported_subject_public_key_info.pem`` - A certificate whose public key
+ is an unknown OID (``1.3.6.1.4.1.8432.1.1.2``).
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~