diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2019-03-19 10:37:06 -0700 |
---|---|---|
committer | Filip Tehlar <ftehlar@cisco.com> | 2019-03-20 00:56:41 -0700 |
commit | e225f71766a75364523e6892a709ca95a3e043c1 (patch) | |
tree | 4c2c9ee4e1e4d3127394ddca25d71a401b4ccf47 /src/vnet/crypto/crypto.h | |
parent | 76ef6094cb550ebb452a7068b02ff5fc6da420c7 (diff) |
tests: implement crypto tests per RFC2202
Change-Id: I18b30d5ee8aa60c34d52b7716b5feb7225cb0d59
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'src/vnet/crypto/crypto.h')
-rw-r--r-- | src/vnet/crypto/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/crypto/crypto.h b/src/vnet/crypto/crypto.h index 9f4c85b36f5..4c9467f272f 100644 --- a/src/vnet/crypto/crypto.h +++ b/src/vnet/crypto/crypto.h @@ -28,6 +28,7 @@ _(AES_256_CBC, "aes-256-cbc") #define foreach_hmac_alg \ + _(MD5, "md5") \ _(SHA1, "sha-1") \ _(SHA224, "sha-224") \ _(SHA256, "sha-256") \ |