From 9b4423b254d0c4b1e5eba25d1188ebaaf8a863b5 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 20 Mar 2018 12:14:59 -0400 Subject: add botan's AESKWP vectors reformatted for our NIST loader (#4159) --- docs/development/test-vectors.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/development') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index fcafe0f2..2eb47493 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -428,6 +428,7 @@ Key wrapping ~~~~~~~~~~~~ * AES key wrap (AESKW) and 3DES key wrap test vectors from `NIST CAVP`_. +* AES key wrap with padding vectors from `Botan's key wrap vectors`_. Recipes ~~~~~~~ @@ -541,3 +542,4 @@ header format (substituting the correct information): .. _`unknown signature OID`: https://bugzilla.mozilla.org/show_bug.cgi?id=405966 .. _`botan`: https://github.com/randombit/botan/blob/57789bdfc55061002b2727d0b32587612829a37c/src/tests/data/pubkey/dh.vec .. _`DHKE`: https://sandilands.info/sgordon/diffie-hellman-secret-key-exchange-with-openssl +.. _`Botan's key wrap vectors`: https://github.com/randombit/botan/blob/737f33c09a18500e044dca3e2ae13bd2c08bafdd/src/tests/data/keywrap/nist_key_wrap.vec -- cgit v1.2.3