aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-14 18:58:20 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-14 18:58:20 -0600
commit2b6ba0c633ef672a6d8ef2ca109d3ffd508e044e (patch)
treec06ad56bd270f299bb018a8e31211d76ca07017a /docs/development/test-vectors.rst
parent2e776e20eb60378e0af9b7439000d0e80da7c7e3 (diff)
downloadcryptography-2b6ba0c633ef672a6d8ef2ca109d3ffd508e044e.tar.gz
cryptography-2b6ba0c633ef672a6d8ef2ca109d3ffd508e044e.tar.bz2
cryptography-2b6ba0c633ef672a6d8ef2ca109d3ffd508e044e.zip
document vector provenance
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index be98c6f1..2cd9faa6 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -81,7 +81,8 @@ X.509
* ``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.
+ MD2 algorithm. This is a PEM conversion of the `root data`_ in the NSS source
+ tree.
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~
@@ -221,3 +222,4 @@ header format (substituting the correct information):
.. _`NIST PKI Testing`: http://csrc.nist.gov/groups/ST/crypto_apps_infra/pki/pkitesting.html
.. _`testx509.pem`: https://github.com/openssl/openssl/blob/master/test/testx509.pem
.. _`DigiCert Global Root G3`: http://cacerts.digicert.com/DigiCertGlobalRootG3.crt
+.. _`root data`: https://hg.mozilla.org/projects/nss/file/25b2922cc564/security/nss/lib/ckfw/builtins/certdata.txt#l2053