diff options
author | Job Snijders <job@cvs.openbsd.org> | 2021-10-26 17:35:39 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2021-10-26 17:35:39 +0000 |
commit | b4273540863ac491ae70620132d35cebf6e36821 (patch) | |
tree | f7f0a78856376ac0318138f49ca5d416c343cd60 /lib/libcrypto | |
parent | e230659c6f12b27b21c5c648990c8c625aafdd6e (diff) |
Add tlsfeature NID
OK beck@ tb@
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 b93931379fd..bbbc7afded6 100644 --- a/lib/libcrypto/objects/obj_mac.num +++ b/lib/libcrypto/objects/obj_mac.num @@ -1013,3 +1013,4 @@ rpkiNotify 1012 id_ct_geofeedCSVwithCRLF 1013 id_ct_signedChecklist 1014 id_kp_bgpsec_router 1015 +tlsfeature 1016 diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index 79b625178c6..abaff5afad9 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/lib/libcrypto/objects/objects.txt @@ -479,6 +479,7 @@ id-pe 10 : ac-proxying !Cname sinfo-access id-pe 11 : subjectInfoAccess : Subject Information Access id-pe 14 : proxyCertInfo : Proxy Certificate Information +id-pe 24 : tlsfeature : TLS Feature id-pe 28 : sbgp-ipAddrBlockv2 id-pe 29 : sbgp-autonomousSysNumv2 |