diff options
author | Simo Sorce <simo@redhat.com> | 2015-05-06 10:56:31 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-05-06 16:37:44 -0400 |
commit | 83e563e6a8b8f20925e96e7b792e6543d9888531 (patch) | |
tree | 381bc2fc33f383ee2102c18f4be19042f3643753 /docs/development | |
parent | 2cf8213d240f07176eed460b5b7bea1248322aa7 (diff) | |
download | cryptography-83e563e6a8b8f20925e96e7b792e6543d9888531.tar.gz cryptography-83e563e6a8b8f20925e96e7b792e6543d9888531.tar.bz2 cryptography-83e563e6a8b8f20925e96e7b792e6543d9888531.zip |
Modify ECDH Test vector loader for KDF vectors
Also add tests for the new vectors
Signed-off-by: Simo Sorce <simo@redhat.com>
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 41531f7b..c40a6621 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`_. |