From 61f85f5283a01224548085f548fbf75b2ae1fd26 Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 24 Nov 2021 01:12:43 +0000 Subject: Make the certificate transparency code build with the rest of the library Do not expose it yet, this will wait for an upcoming bump ok tb@ --- src/lib/libcrypto/objects/obj_mac.num | 4 ++++ src/lib/libcrypto/objects/objects.txt | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'src/lib/libcrypto/objects') diff --git a/src/lib/libcrypto/objects/obj_mac.num b/src/lib/libcrypto/objects/obj_mac.num index 26d3d458cf..cbde51906e 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num @@ -1015,3 +1015,7 @@ id_ct_signedChecklist 1014 id_kp_bgpsec_router 1015 tlsfeature 1016 id_ct_ASPA 1017 +ct_precert_scts 1018 +ct_precert_poison 1019 +ct_precert_signer 1020 +ct_cert_scts 1021 diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index b2f1cc6121..33b780ff33 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt @@ -1357,6 +1357,12 @@ secg-scheme 14 3 : dhSinglePass-cofactorDH-sha512kdf-scheme : dh-std-kdf : dh-cofactor-kdf +# RFC 6962 Extension OIDs (see http://www.ietf.org/rfc/rfc6962.txt) +1 3 6 1 4 1 11129 2 4 2 : ct_precert_scts : CT Precertificate SCTs +1 3 6 1 4 1 11129 2 4 3 : ct_precert_poison : CT Precertificate Poison +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 + identified-organization 36 : teletrust teletrust 3 3 2 8 1 : brainpool brainpool 1 1 : brainpoolP160r1 -- cgit v1.2.3-55-g6feb