diff options
author | job <job@cvs.openbsd.org> | 2021-02-03 12:52:06 +0000 |
---|---|---|
committer | job <job@cvs.openbsd.org> | 2021-02-03 12:52:06 +0000 |
commit | c09f63355a93ff4b0d7998babcb6d1aadeaa5267 (patch) | |
tree | 92e23eedc3577c43a65fc10b97dad3b205e33439 /lib/libcrypto | |
parent | 879f175ba48f083e23db0cb58c0ca10c141215ac (diff) |
Add OID for draft-ietf-opsawg-finding-geofeeds
https://tools.ietf.org/html/draft-ietf-opsawg-finding-geofeeds describes
a mechanism to authenticate RFC 8805 Geofeed data files through the RPKI.
OpenSSL counterpart https://github.com/openssl/openssl/pull/14050
OK tb@ jsing@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/objects/obj_mac.num | 1 | ||||
-rw-r--r-- | lib/libcrypto/objects/objects.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrypto/objects/obj_mac.num b/lib/libcrypto/objects/obj_mac.num index c02ac3e9f8c..68845a40ad8 100644 --- a/lib/libcrypto/objects/obj_mac.num +++ b/lib/libcrypto/objects/obj_mac.num @@ -1010,3 +1010,4 @@ ipAddr_asNumberv2 1009 rpkiManifest 1010 signedObject 1011 rpkiNotify 1012 +id_ct_geofeedCSVwithCRLF 1013 diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index 46d3dc75b24..000517e99f0 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/lib/libcrypto/objects/objects.txt @@ -262,6 +262,7 @@ id-smime-ct 26 : id-ct-rpkiManifest id-smime-ct 27 : id-ct-asciiTextWithCRLF id-smime-ct 35 : id-ct-rpkiGhostbusters id-smime-ct 36 : id-ct-resourceTaggedAttest +id-smime-ct 47 : id-ct-geofeedCSVwithCRLF # S/MIME Attributes id-smime-aa 1 : id-smime-aa-receiptRequest |