diff options
author | Job Snijders <job@cvs.openbsd.org> | 2021-09-11 13:31:32 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2021-09-11 13:31:32 +0000 |
commit | 894f5019f5a5a4b74f960960b214c707a2dc67fc (patch) | |
tree | b66eea575238479805b2d49e0ea1c4ba9ce32428 /lib | |
parent | e377c664ea9bb2c23d00207e531c2f9ac3b142d7 (diff) |
Add BGPSec Router (RFC 8209) Key Purpose OID
OK tb@
Diffstat (limited to 'lib')
-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 9de2fc5ae9c..b93931379fd 100644 --- a/lib/libcrypto/objects/obj_mac.num +++ b/lib/libcrypto/objects/obj_mac.num @@ -1012,3 +1012,4 @@ signedObject 1011 rpkiNotify 1012 id_ct_geofeedCSVwithCRLF 1013 id_ct_signedChecklist 1014 +id_kp_bgpsec_router 1015 diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index ea95f18ba21..79b625178c6 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/lib/libcrypto/objects/objects.txt @@ -505,6 +505,7 @@ id-kp 8 : timeStamping : Time Stamping !Cname OCSP-sign id-kp 9 : OCSPSigning : OCSP Signing id-kp 10 : DVCS : dvcs +id-kp 30 : id-kp-bgpsec-router : BGPsec Router # CMP information types id-it 1 : id-it-caProtEncCert |