aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/test/crypto_SUITE_data/aes_ccm_vectors/Readme.txt
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-09-17 10:15:45 +0200
committerHans Nilsson <[email protected]>2018-09-17 10:15:45 +0200
commit0a218353e4360e36bac304b6a4e0effe78d95615 (patch)
treeb49be0991d2c08af5dd0dc65585b4672f2fccaf1 /lib/crypto/test/crypto_SUITE_data/aes_ccm_vectors/Readme.txt
parent4b48d5b1d21d741b6802a7187129e4b78b87a052 (diff)
parent025bb085ab7b7305e5f464984d0714a94ad12bc9 (diff)
downloadotp-0a218353e4360e36bac304b6a4e0effe78d95615.tar.gz
otp-0a218353e4360e36bac304b6a4e0effe78d95615.tar.bz2
otp-0a218353e4360e36bac304b6a4e0effe78d95615.zip
Merge branch 'hans/crypto/aes_ccm/OTP-15286' into maint
* hans/crypto/aes_ccm/OTP-15286: crypto: Fix no_aead test crypto: Document AES_CCM and fix errors in User's Guide The sizes in the Algorithms chapter for aes_gcm was wrong or incomplete. crypto: AES_CCM test case crypto: All aes_ccm vectors (including unused) This directory contains all aes_ccm vectors. However, effort is needed to include them in the test suite so they are left for later. crypto: Add AES_CCM crypto Will be increase interoperability of future SSL application versions. crypto: Generalize aes_gcm_(de|en)crypt nifs
Diffstat (limited to 'lib/crypto/test/crypto_SUITE_data/aes_ccm_vectors/Readme.txt')
-rw-r--r--lib/crypto/test/crypto_SUITE_data/aes_ccm_vectors/Readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/crypto/test/crypto_SUITE_data/aes_ccm_vectors/Readme.txt b/lib/crypto/test/crypto_SUITE_data/aes_ccm_vectors/Readme.txt
new file mode 100644
index 0000000000..88bdc95fd0
--- /dev/null
+++ b/lib/crypto/test/crypto_SUITE_data/aes_ccm_vectors/Readme.txt
@@ -0,0 +1,9 @@
+There are two sets of CCM example files:
+
+1. The response (.rsp) files contain properly formatted CAVS response files.
+
+2. The three DVPT{128/192/256}.txt files contain the same values as the
+ DVPT{128/192/256}.rsp files but have additional information. For the cases
+ that fail, the reason for failure is in parentheses following the result:
+ e.g., Result = Fail (2 - CT changed)
+ This additional information is not in properly formatted response files.