asn1: Add SRVName to PKIX module

This is in preparation to add more support for DNSSRV SANs in lib/hx509.
This commit is contained in:
Nicolas Williams
2020-12-17 12:02:20 -06:00
parent 07d4b1fc74
commit 936d8dd4ee

View File

@@ -521,6 +521,8 @@ CRLReason ::= ENUMERATED {
PKIXXmppAddr ::= UTF8String
SRVName ::= IA5String -- (SIZE (1..MAX)), but our compiler doesn't do that
id-pkix OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
dod(6) internet(1) security(5) mechanisms(5) pkix(7) }