diff options
author | job <> | 2022-09-15 08:20:34 +0000 |
---|---|---|
committer | job <> | 2022-09-15 08:20:34 +0000 |
commit | 4d426e90d22cf4cf64be4ac76de72fde64aeb4cd (patch) | |
tree | 21acdc60f20818a55d5ff9a1af7611ed40a567b8 | |
parent | eb8c72ebbdf63c499f36d2304eaeea78cc947403 (diff) | |
download | openbsd-4d426e90d22cf4cf64be4ac76de72fde64aeb4cd.tar.gz openbsd-4d426e90d22cf4cf64be4ac76de72fde64aeb4cd.tar.bz2 openbsd-4d426e90d22cf4cf64be4ac76de72fde64aeb4cd.zip |
Add OID for RPKI signedTAL objects
IANA made a permanent registration in the SMI Security for S/MIME CMS
Content Type registry at
https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1
for signed objects conforming to draft-ietf-sidrops-signed-tal.
OK tb@
-rw-r--r-- | src/lib/libcrypto/objects/obj_mac.num | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/objects/obj_mac.num b/src/lib/libcrypto/objects/obj_mac.num index e6808b5e88..3371a1d131 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num | |||
@@ -1021,3 +1021,4 @@ ct_precert_signer 1020 | |||
1021 | ct_cert_scts 1021 | 1021 | ct_cert_scts 1021 |
1022 | hkdf 1022 | 1022 | hkdf 1022 |
1023 | id_smime_aa_signingCertificateV2 1023 | 1023 | id_smime_aa_signingCertificateV2 1023 |
1024 | id_ct_signedTAL 1024 | ||
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 9d41b05607..283686f9ff 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
@@ -265,6 +265,7 @@ id-smime-ct 36 : id-ct-resourceTaggedAttest | |||
265 | id-smime-ct 47 : id-ct-geofeedCSVwithCRLF | 265 | id-smime-ct 47 : id-ct-geofeedCSVwithCRLF |
266 | id-smime-ct 48 : id-ct-signedChecklist | 266 | id-smime-ct 48 : id-ct-signedChecklist |
267 | id-smime-ct 49 : id-ct-ASPA | 267 | id-smime-ct 49 : id-ct-ASPA |
268 | id-smime-ct 50 : id-ct-signedTAL | ||
268 | 269 | ||
269 | # S/MIME Attributes | 270 | # S/MIME Attributes |
270 | id-smime-aa 1 : id-smime-aa-receiptRequest | 271 | id-smime-aa 1 : id-smime-aa-receiptRequest |