diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-13 11:59:15 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-14 10:12:25 -0600 |
commit | b01622d15441068324af7ac68e1a1e26a4757704 (patch) | |
tree | f02d49c754014910a77b924f2abc2f6700662267 /docs | |
parent | b0a803942a73382599424bb3d1353c8d5c8ecd1b (diff) | |
download | cryptography-b01622d15441068324af7ac68e1a1e26a4757704.tar.gz cryptography-b01622d15441068324af7ac68e1a1e26a4757704.tar.bz2 cryptography-b01622d15441068324af7ac68e1a1e26a4757704.zip |
add legacy Verisign PCA (MD2) root to vectors
Diffstat (limited to 'docs')
-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 4c048abf..be98c6f1 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -80,6 +80,8 @@ X.509 * ``v1_cert.pem`` from the OpenSSL source tree (`testx509.pem`_). * ``ecdsa_root.pem`` - `DigiCert Global Root G3`_, a ``secp384r1`` ECDSA root certificate. +* ``verisign-md2-root.pem`` - A legacy Verisign public root signed using the + MD2 algorithm. Custom X.509 Vectors ~~~~~~~~~~~~~~~~~~~~ |