diff options
author | Job Snijders <job@fastly.com> | 2021-01-24 15:00:02 +0100 |
---|---|---|
committer | Dmitry Belyavskiy <beldmit@gmail.com> | 2021-02-02 10:32:27 +0100 |
commit | d3372c2f35495d0c61ab09daf7fba3ecbbb595aa (patch) | |
tree | 61cbd8040b1ea3fc4bd06ac898c547ae3b7a4b45 /fuzz | |
parent | OSSL_HTTP_REQ_CTX.pod and OSSL_HTTP_transfer.pod: various improvements (diff) | |
download | openssl-d3372c2f35495d0c61ab09daf7fba3ecbbb595aa.tar.xz openssl-d3372c2f35495d0c61ab09daf7fba3ecbbb595aa.zip |
Add some PKIX-RPKI objects
References:
RFC6482 - A Profile for Route Origin Authorizations (ROAs)
RFC6484 - Certificate Policy (CP) for the RPKI
RFC6493 - The RPKI Ghostbusters Record
RFC8182 - The RPKI Repository Delta Protocol (RRDP)
RFC8360 - RPKI Validation Reconsidered
draft-ietf-sidrops-rpki-rta - A profile for RTAs
CLA: trivial
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13948)
Diffstat (limited to 'fuzz')
-rw-r--r-- | fuzz/oids.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fuzz/oids.txt b/fuzz/oids.txt index efbcaa416c..cc3f1f1401 100644 --- a/fuzz/oids.txt +++ b/fuzz/oids.txt @@ -1088,3 +1088,15 @@ OBJ_classSignToolKC3="\x2A\x85\x03\x64\x71\x03" OBJ_classSignToolKB1="\x2A\x85\x03\x64\x71\x04" OBJ_classSignToolKB2="\x2A\x85\x03\x64\x71\x05" OBJ_classSignToolKA1="\x2A\x85\x03\x64\x71\x06" +OBJ_id_ct_routeOriginAuthz="\x2A\x86\x48\x86\xF7\x0D\x01\x09\x10\x01\x18" +OBJ_id_ct_rpkiManifest="\x2A\x86\x48\x86\xF7\x0D\x01\x09\x10\x01\x1A" +OBJ_id_ct_rpkiGhostbusters="\x2A\x86\x48\x86\xF7\x0D\x01\x09\x10\x01\x23" +OBJ_id_ct_resourceTaggedAttest="\x2A\x86\x48\x86\xF7\x0D\x01\x09\x10\x01\x24" +OBJ_id_cp="\x2B\x06\x01\x05\x05\x07\x0E" +OBJ_sbgp_ipAddrBlockv2="\x2B\x06\x01\x05\x05\x07\x01\x1C" +OBJ_sbgp_autonomousSysNumv2="\x2B\x06\x01\x05\x05\x07\x01\x1D" +OBJ_ipAddr_asNumber="\x2B\x06\x01\x05\x05\x07\x0E\x02" +OBJ_ipAddr_asNumberv2="\x2B\x06\x01\x05\x05\x07\x0E\x03" +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" |