diff options
author | Job Snijders <job@sobornost.net> | 2021-05-09 22:24:29 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-12 07:06:22 +0200 |
commit | 7303c5821779613e9a7fe239990662f80284a693 (patch) | |
tree | 297689112fc7768de9b1a54517ea29c59eeeba19 /fuzz | |
parent | find-doc-nits fix courtesy Rich Salz (diff) | |
download | openssl-7303c5821779613e9a7fe239990662f80284a693.tar.xz openssl-7303c5821779613e9a7fe239990662f80284a693.zip |
Add OID for RPKI id-ct-signedChecklist
References: draft-ietf-sidrops-rpki-rsc - Resource Public Key Infrastructure
(RPKI) object profile for Signed Checklist (RSC)
OID listed under 'SMI Security for S/MIME CMS Content Type (1.2.840.113549.1.9.16.1)'
https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#security-smime-1
CLA: Trivial
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15207)
Diffstat (limited to 'fuzz')
-rw-r--r-- | fuzz/oids.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/oids.txt b/fuzz/oids.txt index 8ca5291a01..f0dbc30fc3 100644 --- a/fuzz/oids.txt +++ b/fuzz/oids.txt @@ -1110,3 +1110,4 @@ OBJ_rpkiManifest="\x2B\x06\x01\x05\x05\x07\x30\x0A" OBJ_signedObject="\x2B\x06\x01\x05\x05\x07\x30\x0B" OBJ_rpkiNotify="\x2B\x06\x01\x05\x05\x07\x30\x0D" OBJ_id_ct_geofeedCSVwithCRLF="\x2A\x86\x48\x86\xF7\x0D\x01\x09\x10\x01\x2F" +OBJ_id_ct_signedChecklist="\x2A\x86\x48\x86\xF7\x0D\x01\x09\x10\x01\x30" |