From b36d8df0ad9c83a2aa6f4e9d9c8222ac4dc1ba4c Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 5 May 2022 07:45:57 +0000 Subject: [PATCH] Add NID for HKDF ok beck jsing --- lib/libcrypto/objects/obj_mac.num | 1 + lib/libcrypto/objects/objects.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/lib/libcrypto/objects/obj_mac.num b/lib/libcrypto/objects/obj_mac.num index cbde51906ee..f71647a3b89 100644 --- a/lib/libcrypto/objects/obj_mac.num +++ b/lib/libcrypto/objects/obj_mac.num @@ -1019,3 +1019,4 @@ ct_precert_scts 1018 ct_precert_poison 1019 ct_precert_signer 1020 ct_cert_scts 1021 +hkdf 1022 diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index 33b780ff337..05291728d38 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/lib/libcrypto/objects/objects.txt @@ -1363,6 +1363,9 @@ secg-scheme 14 3 : dhSinglePass-cofactorDH-sha512kdf-scheme 1 3 6 1 4 1 11129 2 4 4 : ct_precert_signer : CT Precertificate Signer 1 3 6 1 4 1 11129 2 4 5 : ct_cert_scts : CT Certificate SCTs +# NID for HKDF + : HKDF : hkdf + identified-organization 36 : teletrust teletrust 3 3 2 8 1 : brainpool brainpool 1 1 : brainpoolP160r1 -- 2.20.1