aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-09-15 11:16:56 -0400
committerSimo Sorce <simo@redhat.com>2015-09-18 13:23:27 -0400
commite69da95e57f9ceb2bbe04edaf2369bce2c496851 (patch)
tree3c993eef66e82c3b613ac16fddbbb04e7ba5da7d /docs
parenta405d49520c09236543f42415b9dd6c67744126d (diff)
downloadcryptography-e69da95e57f9ceb2bbe04edaf2369bce2c496851.tar.gz
cryptography-e69da95e57f9ceb2bbe04edaf2369bce2c496851.tar.bz2
cryptography-e69da95e57f9ceb2bbe04edaf2369bce2c496851.zip
Add NIST Vectors for ANSI X9.63 KDF
Source: http://csrc.nist.gov/groups/STM/cavp/documents/components/800-135testvectors/ansx963_2001.zip Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 1c84435b..0495cc77 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -318,6 +318,7 @@ Key derivation functions
* HKDF (SHA1, SHA256) from :rfc:`5869`.
* PBKDF2 (HMAC-SHA1) from :rfc:`6070`.
* scrypt from the `draft RFC`_.
+* X9.63 KDF from `NIST CAVP`_.
Key wrapping
~~~~~~~~~~~~