From e31d00f52ea2bb3e49d823cd43d5879322be2285 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 25 Apr 2023 15:46:54 +0000 Subject: Add NIDs for truncated SHA-2, SHA-3 and related things From jsing --- src/lib/libcrypto/objects/obj_mac.num | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'src/lib/libcrypto/objects/obj_mac.num') diff --git a/src/lib/libcrypto/objects/obj_mac.num b/src/lib/libcrypto/objects/obj_mac.num index 3371a1d131..15178e37d0 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num @@ -1022,3 +1022,31 @@ ct_cert_scts 1021 hkdf 1022 id_smime_aa_signingCertificateV2 1023 id_ct_signedTAL 1024 +sha512_224WithRSAEncryption 1025 +sha512_256WithRSAEncryption 1026 +hmacWithSHA512_224 1027 +hmacWithSHA512_256 1028 +sha512_224 1029 +sha512_256 1030 +sha3_224 1031 +sha3_256 1032 +sha3_384 1033 +sha3_512 1034 +hmac_sha3_224 1035 +hmac_sha3_256 1036 +hmac_sha3_384 1037 +hmac_sha3_512 1038 +dsa_with_SHA384 1039 +dsa_with_SHA512 1040 +dsa_with_SHA3_224 1041 +dsa_with_SHA3_256 1042 +dsa_with_SHA3_384 1043 +dsa_with_SHA3_512 1044 +ecdsa_with_SHA3_224 1045 +ecdsa_with_SHA3_256 1046 +ecdsa_with_SHA3_384 1047 +ecdsa_with_SHA3_512 1048 +RSA_SHA3_224 1049 +RSA_SHA3_256 1050 +RSA_SHA3_384 1051 +RSA_SHA3_512 1052 -- cgit v1.2.3-55-g6feb