mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
b1f4015cf5
This allows the aes_wrap() and aes_unwrap() implementation to be verified against KW_{AE,AD}_{128,192,256}.txt test vectors from http://csrc.nist.gov/groups/STM/cavp/documents/mac/kwtestvectors.zip For example: ./test-aes NIST-KW-AE kwtestvectors/KW_AE_128.txt ./test-aes NIST-KW-AE kwtestvectors/KW_AE_192.txt ./test-aes NIST-KW-AE kwtestvectors/KW_AE_256.txt ./test-aes NIST-KW-AD kwtestvectors/KW_AD_128.txt ./test-aes NIST-KW-AD kwtestvectors/KW_AD_192.txt ./test-aes NIST-KW-AD kwtestvectors/KW_AD_256.txt Signed-off-by: Jouni Malinen <j@w1.fi> |
||
---|---|---|
.. | ||
hwsim | ||
.gitignore | ||
Makefile | ||
test_x509v3_nist2.sh | ||
test_x509v3_nist.sh | ||
test-aes.c | ||
test-asn1.c | ||
test-base64.c | ||
test-https.c | ||
test-list.c | ||
test-md4.c | ||
test-md5.c | ||
test-milenage.c | ||
test-ms_funcs.c | ||
test-rc4.c | ||
test-rsa-sig-ver.c | ||
test-sha1.c | ||
test-sha256.c | ||
test-x509.c | ||
test-x509v3.c |