diff options
author | job <> | 2021-02-03 12:52:05 +0000 |
---|---|---|
committer | job <> | 2021-02-03 12:52:05 +0000 |
commit | c90f8c720a52664554ebc8ed8e69520cfb3cfe74 (patch) | |
tree | 58d0e49f3b83fd40b63c0d4a97b703c7bf4206c6 /src | |
parent | 9137e5c05b0ad875bb841164b316a51799dd0d1c (diff) | |
download | openbsd-c90f8c720a52664554ebc8ed8e69520cfb3cfe74.tar.gz openbsd-c90f8c720a52664554ebc8ed8e69520cfb3cfe74.tar.bz2 openbsd-c90f8c720a52664554ebc8ed8e69520cfb3cfe74.zip |
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 'src')
-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 c02ac3e9f8..68845a40ad 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num | |||
@@ -1010,3 +1010,4 @@ ipAddr_asNumberv2 1009 | |||
1010 | rpkiManifest 1010 | 1010 | rpkiManifest 1010 |
1011 | signedObject 1011 | 1011 | signedObject 1011 |
1012 | rpkiNotify 1012 | 1012 | rpkiNotify 1012 |
1013 | id_ct_geofeedCSVwithCRLF 1013 | ||
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 46d3dc75b2..000517e99f 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
@@ -262,6 +262,7 @@ id-smime-ct 26 : id-ct-rpkiManifest | |||
262 | id-smime-ct 27 : id-ct-asciiTextWithCRLF | 262 | id-smime-ct 27 : id-ct-asciiTextWithCRLF |
263 | id-smime-ct 35 : id-ct-rpkiGhostbusters | 263 | id-smime-ct 35 : id-ct-rpkiGhostbusters |
264 | id-smime-ct 36 : id-ct-resourceTaggedAttest | 264 | id-smime-ct 36 : id-ct-resourceTaggedAttest |
265 | id-smime-ct 47 : id-ct-geofeedCSVwithCRLF | ||
265 | 266 | ||
266 | # S/MIME Attributes | 267 | # S/MIME Attributes |
267 | id-smime-aa 1 : id-smime-aa-receiptRequest | 268 | id-smime-aa 1 : id-smime-aa-receiptRequest |