diff options
author | job <> | 2021-10-26 17:35:38 +0000 |
---|---|---|
committer | job <> | 2021-10-26 17:35:38 +0000 |
commit | cc35a909d2a57f30e7f2cbb922b7fac71fb4299e (patch) | |
tree | 1b43b5731d0aee32f52098efaa33f4769ae71f71 | |
parent | c1a0932336b1e3f1dfc4957add7d7e7c8a88ff36 (diff) | |
download | openbsd-cc35a909d2a57f30e7f2cbb922b7fac71fb4299e.tar.gz openbsd-cc35a909d2a57f30e7f2cbb922b7fac71fb4299e.tar.bz2 openbsd-cc35a909d2a57f30e7f2cbb922b7fac71fb4299e.zip |
Add tlsfeature NID
OK beck@ tb@
-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 b93931379f..bbbc7afded 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num | |||
@@ -1013,3 +1013,4 @@ rpkiNotify 1012 | |||
1013 | id_ct_geofeedCSVwithCRLF 1013 | 1013 | id_ct_geofeedCSVwithCRLF 1013 |
1014 | id_ct_signedChecklist 1014 | 1014 | id_ct_signedChecklist 1014 |
1015 | id_kp_bgpsec_router 1015 | 1015 | id_kp_bgpsec_router 1015 |
1016 | tlsfeature 1016 | ||
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 79b625178c..abaff5afad 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
@@ -479,6 +479,7 @@ id-pe 10 : ac-proxying | |||
479 | !Cname sinfo-access | 479 | !Cname sinfo-access |
480 | id-pe 11 : subjectInfoAccess : Subject Information Access | 480 | id-pe 11 : subjectInfoAccess : Subject Information Access |
481 | id-pe 14 : proxyCertInfo : Proxy Certificate Information | 481 | id-pe 14 : proxyCertInfo : Proxy Certificate Information |
482 | id-pe 24 : tlsfeature : TLS Feature | ||
482 | id-pe 28 : sbgp-ipAddrBlockv2 | 483 | id-pe 28 : sbgp-ipAddrBlockv2 |
483 | id-pe 29 : sbgp-autonomousSysNumv2 | 484 | id-pe 29 : sbgp-autonomousSysNumv2 |
484 | 485 | ||