openssl: Support of AES-CFB encryption

This commit is contained in:
Andreas Steffen
2021-12-06 12:52:37 +01:00
parent dcaf9b38f3
commit 695a04d146
8 changed files with 158 additions and 3 deletions
@@ -15,6 +15,7 @@ libstrongswan_test_vectors_la_SOURCES = \
test_vectors/3des_cbc.c \
test_vectors/aes_cbc.c \
test_vectors/aes_ecb.c \
test_vectors/aes_cfb.c \
test_vectors/aes_ctr.c \
test_vectors/aes_xcbc.c \
test_vectors/aes_cmac.c \