commit | bab4e3919d972db95c892cbdac73dbb050d43309 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Nov 24 11:48:17 2014 -1000 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Nov 24 11:48:17 2014 -1000 |
tree | 270eb0ead9c56fda461cb8e4006a73f63a427adf | |
parent | 04a3f1f2c4086c0d7162b6dd79b6332d9115b2c0 [diff] |
add NIST PKITS X.509 vectors http://csrc.nist.gov/groups/ST/crypto_apps_infra/pki/pkitesting.html http://csrc.nist.gov/groups/ST/crypto_apps_infra/documents/PKITS_data.zip
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 6f6d9e6..8c2d136 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst
@@ -34,6 +34,11 @@ `enc2-rsa-pkcs8.pem`_ was re-encrypted using a stronger PKCS#8 cipher. * `Botan's ECC private keys`_. +X.509 +~~~~~ + +* PKITS test suite from `NIST PKI Testing`_. + Hashes ~~~~~~ @@ -168,3 +173,4 @@ .. _`NESSIE`: https://en.wikipedia.org/wiki/NESSIE .. _`Ed25519 website`: http://ed25519.cr.yp.to/software.html .. _`NIST SP-800-38B`: http://csrc.nist.gov/publications/nistpubs/800-38B/Updated_CMAC_Examples.pdf +.. _`NIST PKI Testing`: http://csrc.nist.gov/groups/ST/crypto_apps_infra/pki/pkitesting.html