From f52292be10cb42c25ae83be969d3ad469ea7cb4e Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 1 Aug 2018 11:58:39 +1000 Subject: Add OIDs for HMAC SHA512/224 and HMAC SHA512/256. Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/6830) --- include/openssl/obj_mac.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h index e95e369a0c..80ff5a7c86 100644 --- a/include/openssl/obj_mac.h +++ b/include/openssl/obj_mac.h @@ -1195,6 +1195,14 @@ #define NID_hmacWithSHA512 801 #define OBJ_hmacWithSHA512 OBJ_rsadsi,2L,11L +#define LN_hmacWithSHA512_224 "hmacWithSHA512-224" +#define NID_hmacWithSHA512_224 1193 +#define OBJ_hmacWithSHA512_224 OBJ_rsadsi,2L,12L + +#define LN_hmacWithSHA512_256 "hmacWithSHA512-256" +#define NID_hmacWithSHA512_256 1194 +#define OBJ_hmacWithSHA512_256 OBJ_rsadsi,2L,13L + #define SN_rc2_cbc "RC2-CBC" #define LN_rc2_cbc "rc2-cbc" #define NID_rc2_cbc 37 -- cgit v1.2.3