aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-03-20 12:14:59 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-03-20 12:14:59 -0400
commit9b4423b254d0c4b1e5eba25d1188ebaaf8a863b5 (patch)
treea953a6631e5a6d312188576c78f06ef61282fabf /docs/development/test-vectors.rst
parentb6400af03f50a57f1d2393a4f56ab285fa687e93 (diff)
downloadcryptography-9b4423b254d0c4b1e5eba25d1188ebaaf8a863b5.tar.gz
cryptography-9b4423b254d0c4b1e5eba25d1188ebaaf8a863b5.tar.bz2
cryptography-9b4423b254d0c4b1e5eba25d1188ebaaf8a863b5.zip
add botan's AESKWP vectors reformatted for our NIST loader (#4159)
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
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