diff options
author | 2021-02-03 12:52:05 +0000 | |
---|---|---|
committer | 2021-02-03 12:52:05 +0000 | |
commit | ec2730e23fc8d21799a35b85813811ce92975d5e (patch) | |
tree | 77c8b3540709c298187fee0c31d819a61d212c0e | |
parent | After the rev. 1.108 commit we see some issues with ugen(4) behaviour, (diff) | |
download | wireguard-openbsd-ec2730e23fc8d21799a35b85813811ce92975d5e.tar.xz wireguard-openbsd-ec2730e23fc8d21799a35b85813811ce92975d5e.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@
-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 |