diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-12 11:42:31 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-12-12 11:42:31 -0600 |
commit | d317baeba44c1cd35a4254712ae5a9a51f89ce1b (patch) | |
tree | ad8616818e2094bd559c95781b0f0201a0aee6ab /docs/development/test-vectors.rst | |
parent | ebc265065042a3aef34e96488b0f05114d911ac3 (diff) | |
download | cryptography-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/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
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 ~~~~~~ |