diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-07-13 13:57:24 +0100 |
---|---|---|
committer | Alex Stapleton <alex@ly.st> | 2014-07-16 15:11:49 +0100 |
commit | 23fef0aeef4b9c0ebe31abfbf4978303390958df (patch) | |
tree | 03ff33f96f6f3c6cddb356044243057df665cfb2 /docs/development | |
parent | faf305b3143d35d60d860c4156d020494280008b (diff) | |
download | cryptography-23fef0aeef4b9c0ebe31abfbf4978303390958df.tar.gz cryptography-23fef0aeef4b9c0ebe31abfbf4978303390958df.tar.bz2 cryptography-23fef0aeef4b9c0ebe31abfbf4978303390958df.zip |
NIST KASVS values for DH and ECDH
http://csrc.nist.gov/groups/STM/cavp/documents/keymgmt/kastestvectors.zip
Only the "Static" scheme is added here since we are only testing the
primitive DH and ECDH key agreement operation.
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 5f31e304..2682d37e 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -22,6 +22,7 @@ Asymmetric ciphers * RSA FIPS 186-2 and PKCS1 v1.5 vulnerability test vectors from `NIST CAVP`_. * FIPS 186-2 and FIPS 186-3 DSA test vectors from `NIST CAVP`_. * FIPS 186-2 and FIPS 186-3 ECDSA test vectors from `NIST CAVP`_. +* DH and ECDH test vectors from `NIST CAVP`_. * Ed25519 test vectors from the `Ed25519 website_`. * OpenSSL PEM RSA serialization vectors from the `OpenSSL example key`_ and `GnuTLS key parsing tests`_. |