aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-11 11:36:05 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-11 11:36:05 -0500
commit1ec38f6c1ca84014646d760754482ad7467f5b17 (patch)
tree5997643f12385f8fdc79db64597500b20978e5dc /docs
parent450d9797a2320f85aff317e5cab39cc2339eabec (diff)
parent79bee4ac1bed42e8df47dcaa11c83e1a55bd0b6f (diff)
downloadcryptography-1ec38f6c1ca84014646d760754482ad7467f5b17.tar.gz
cryptography-1ec38f6c1ca84014646d760754482ad7467f5b17.tar.bz2
cryptography-1ec38f6c1ca84014646d760754482ad7467f5b17.zip
Merge pull request #2405 from alex/unkonwn-public-key
Fixed #2404 -- handle a certificate with an unknown public key
Diffstat (limited to 'docs')
-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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~