tests: implement crypto tests per RFC2202

Change-Id: I18b30d5ee8aa60c34d52b7716b5feb7225cb0d59
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
This commit is contained in:
Filip Tehlar
2019-03-19 10:37:06 -07:00
parent 76ef6094cb
commit e225f71766
6 changed files with 418 additions and 85 deletions

View File

@@ -44,6 +44,7 @@ static openssl_per_thread_data_t *per_thread_data = 0;
_(AES_256_CBC, EVP_aes_256_cbc)
#define foreach_openssl_hmac_op \
_(MD5, EVP_md5) \
_(SHA1, EVP_sha1) \
_(SHA224, EVP_sha224) \
_(SHA256, EVP_sha256) \