Added missing string for full-length HMAC-SHA512 signer
This commit is contained in:
@@ -22,6 +22,7 @@ ENUM_BEGIN(integrity_algorithm_names, AUTH_UNDEFINED, AUTH_CAMELLIA_XCBC_96,
|
||||
"HMAC_SHA2_256_96",
|
||||
"HMAC_SHA2_256_256",
|
||||
"HMAC_SHA2_384_384",
|
||||
"HMAC_SHA2_512_512",
|
||||
"CAMELLIA_XCBC_96");
|
||||
ENUM_NEXT(integrity_algorithm_names, AUTH_HMAC_MD5_96, AUTH_HMAC_SHA2_512_256, AUTH_CAMELLIA_XCBC_96,
|
||||
"HMAC_MD5_96",
|
||||
|
||||
Reference in New Issue
Block a user