diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-02 08:42:44 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-02 08:42:44 -0500 |
commit | 43cd3d2e386b99b52bcda67e5699043244089372 (patch) | |
tree | 22c1571bf10b6f31efc74c5d3294ed6bce07419e /docs/development | |
parent | a3836b45d725ce8728c4de8303ffd76689882272 (diff) | |
parent | 83e563e6a8b8f20925e96e7b792e6543d9888531 (diff) | |
download | cryptography-43cd3d2e386b99b52bcda67e5699043244089372.tar.gz cryptography-43cd3d2e386b99b52bcda67e5699043244089372.tar.bz2 cryptography-43cd3d2e386b99b52bcda67e5699043244089372.zip |
Merge pull request #1907 from simo5/ECDHKDFTests
Ecdh kdf tests
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 9cf7a42d..0bd1f69e 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -22,7 +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`_. +* DH and ECDH and ECDH+KDF(17.4) 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`_. |