summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_mac.num
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2018-08-01 11:58:39 +1000
committerPauli <paul.dale@oracle.com>2018-08-01 11:58:39 +1000
commitf52292be10cb42c25ae83be969d3ad469ea7cb4e (patch)
tree9cff0fd602774b7c18b778d55865629758107667 /crypto/objects/obj_mac.num
parentbff0f2badc4e692c50757b5632badcba5d94fa04 (diff)
Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6830)
Diffstat (limited to 'crypto/objects/obj_mac.num')
-rw-r--r--crypto/objects/obj_mac.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/objects/obj_mac.num b/crypto/objects/obj_mac.num
index 57caf3c06d..1b6a9c61a1 100644
--- a/crypto/objects/obj_mac.num
+++ b/crypto/objects/obj_mac.num
@@ -1190,3 +1190,5 @@ magma_ofb 1189
magma_cbc 1190
magma_cfb 1191
magma_mac 1192
+hmacWithSHA512_224 1193
+hmacWithSHA512_256 1194