diff options
author | Donald Stufft <donald@stufft.io> | 2014-11-26 22:33:34 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2014-11-26 22:33:34 -0500 |
commit | 579b1381d7679b6452b6d07fba74bd81003d3056 (patch) | |
tree | eac89b20efbb79a2bc6c068c4ce62e1b04e332d4 /docs/development/test-vectors.rst | |
parent | 77f457e734a6882b27a93483b8f0494aabe860b9 (diff) | |
parent | bab4e3919d972db95c892cbdac73dbb050d43309 (diff) | |
download | cryptography-579b1381d7679b6452b6d07fba74bd81003d3056.tar.gz cryptography-579b1381d7679b6452b6d07fba74bd81003d3056.tar.bz2 cryptography-579b1381d7679b6452b6d07fba74bd81003d3056.zip |
Merge pull request #1493 from reaperhulk/x509-test-vectors
add NIST PKITS X.509 vectors
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 6f6d9e62..8c2d1361 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -34,6 +34,11 @@ Asymmetric ciphers `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 @@ header format (substituting the correct information): .. _`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 |