diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-27 07:27:42 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-27 07:27:42 +0000 |
commit | 78b8a1a9413db653d075e8b9c53fa928a0fdf488 (patch) | |
tree | 185265535fffe7e1c9a3bddf0d9bc246f03e26c0 /lib/libcrypto | |
parent | 533619748a03d5360403b8bbc99fa2217dfb4536 (diff) |
Add data for the RFC 8737 acmeIdentifier
This teaches the object database OID, long and short names for the
ACME identifier X.509v3 extension defined in RFC 8737.
ok job jsing
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/objects/objects.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index 964a0ec46e9..174700ea222 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/lib/libcrypto/objects/objects.txt @@ -490,6 +490,7 @@ id-pe 14 : proxyCertInfo : Proxy Certificate Information id-pe 24 : tlsfeature : TLS Feature id-pe 28 : sbgp-ipAddrBlockv2 id-pe 29 : sbgp-autonomousSysNumv2 +id-pe 31 : acmeIdentifier : ACME Identifier # PKIX policyQualifiers for Internet policy qualifiers id-qt 1 : id-qt-cps : Policy Qualifier CPS |