aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-12 11:42:31 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-12 11:42:31 -0600
commitd317baeba44c1cd35a4254712ae5a9a51f89ce1b (patch)
treead8616818e2094bd559c95781b0f0201a0aee6ab /docs
parentebc265065042a3aef34e96488b0f05114d911ac3 (diff)
downloadcryptography-d317baeba44c1cd35a4254712ae5a9a51f89ce1b.tar.gz
cryptography-d317baeba44c1cd35a4254712ae5a9a51f89ce1b.tar.bz2
cryptography-d317baeba44c1cd35a4254712ae5a9a51f89ce1b.zip
add ECDSA certificate that does not have a named curve OID
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 a682562a..936540eb 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -73,6 +73,8 @@ Custom X.509 Vectors
* ``post2000utctime.pem`` - Contains an RSA 2048 bit certificate with the
``notBefore`` and ``notAfter`` fields encoded as post-2000 ``UTCTime``.
* ``dsa_root.pem`` - Contains a DSA root certificate generated using OpenSSL.
+* ``ec_no_named_curve.pem`` - Contains an ECDSA certificate that does not have
+ an embedded OID defining the curve.
Hashes
~~~~~~