asn1: Add CPS bits from RFC5280

This commit is contained in:
Nicolas Williams
2020-12-17 13:00:32 -06:00
parent 727578f7b1
commit 94746b4bf8
3 changed files with 142 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
EXPORTS EXPORTS
add_AttributeValues add_AttributeValues
add_AuthorizationData add_AuthorizationData
add_CertificatePolicies
add_Certificates add_Certificates
add_CRLDistributionPoints add_CRLDistributionPoints
add_DigestAlgorithmIdentifiers add_DigestAlgorithmIdentifiers
@@ -9,6 +10,8 @@ EXPORTS
add_Extensions add_Extensions
add_GeneralNames add_GeneralNames
add_METHOD_DATA add_METHOD_DATA
add_PolicyMappings
add_PolicyQualifierInfos
add_Principals add_Principals
add_RDNSequence add_RDNSequence
APOptions2int APOptions2int
@@ -217,6 +220,7 @@ EXPORTS
asn1_oid_id_x509_ce_authorityKeyIdentifier DATA asn1_oid_id_x509_ce_authorityKeyIdentifier DATA
asn1_oid_id_x509_ce_basicConstraints DATA asn1_oid_id_x509_ce_basicConstraints DATA
asn1_oid_id_x509_ce_certificateIssuer DATA asn1_oid_id_x509_ce_certificateIssuer DATA
asn1_oid_id_x509_ce_certificatePolicies_anyPolicy DATA
asn1_oid_id_x509_ce_certificatePolicies DATA asn1_oid_id_x509_ce_certificatePolicies DATA
asn1_oid_id_x509_ce_cRLDistributionPoints DATA asn1_oid_id_x509_ce_cRLDistributionPoints DATA
asn1_oid_id_x509_ce_cRLNumber DATA asn1_oid_id_x509_ce_cRLNumber DATA
@@ -287,12 +291,14 @@ EXPORTS
copy_BasicConstraints copy_BasicConstraints
copy_Certificate copy_Certificate
copy_CertificateList copy_CertificateList
copy_CertificatePolicies
copy_CertificateRevocationLists copy_CertificateRevocationLists
copy_Certificates copy_Certificates
copy_CertificateSerialNumber copy_CertificateSerialNumber
copy_CertificateSet copy_CertificateSet
copy_CertificationRequest copy_CertificationRequest
copy_CertificationRequestInfo copy_CertificationRequestInfo
copy_CertPolicyId
copy_ChangePasswdDataMS copy_ChangePasswdDataMS
copy_Checksum copy_Checksum
copy_CKSUMTYPE copy_CKSUMTYPE
@@ -308,6 +314,7 @@ EXPORTS
copy_ContentEncryptionAlgorithmIdentifier copy_ContentEncryptionAlgorithmIdentifier
copy_ContentInfo copy_ContentInfo
copy_ContentType copy_ContentType
copy_CPSuri
copy_CRLCertificateList copy_CRLCertificateList
copy_CRLDistributionPoints copy_CRLDistributionPoints
copy_CRLReason copy_CRLReason
@@ -331,6 +338,7 @@ EXPORTS
copy_DigestResponse copy_DigestResponse
copy_DigestTypes copy_DigestTypes
copy_DirectoryString copy_DirectoryString
copy_DisplayText
copy_DistributionPoint copy_DistributionPoint
copy_DistributionPointName copy_DistributionPointName
copy_DistributionPointReasonFlags copy_DistributionPointReasonFlags
@@ -450,6 +458,7 @@ EXPORTS
copy_Name copy_Name
copy_NameConstraints copy_NameConstraints
copy_NAME_TYPE copy_NAME_TYPE
copy_NoticeReference
copy_NTLMInit copy_NTLMInit
copy_NTLMInitReply copy_NTLMInitReply
copy_NTLMReply copy_NTLMReply
@@ -518,12 +527,19 @@ EXPORTS
copy_PkinitSP80056AOtherInfo copy_PkinitSP80056AOtherInfo
copy_PkinitSuppPubInfo copy_PkinitSuppPubInfo
copy_PKIXXmppAddr copy_PKIXXmppAddr
copy_PolicyInformation
copy_PolicyMapping
copy_PolicyMappings
copy_PolicyQualifierId
copy_PolicyQualifierInfo
copy_PolicyQualifierInfos
copy_PreferredOrLegacyPackageIdentifier copy_PreferredOrLegacyPackageIdentifier
copy_PreferredOrLegacyStalePackageIdentifier copy_PreferredOrLegacyStalePackageIdentifier
copy_PreferredPackageIdentifier copy_PreferredPackageIdentifier
copy_Principal copy_Principal
copy_PrincipalName copy_PrincipalName
copy_Principals copy_Principals
copy_PrivateKeyUsagePeriod
copy_PROV_SRV_LOCATION copy_PROV_SRV_LOCATION
copy_ProxyCertInfo copy_ProxyCertInfo
copy_ProxyPolicy copy_ProxyPolicy
@@ -545,6 +561,7 @@ EXPORTS
copy_SignerIdentifier copy_SignerIdentifier
copy_SignerInfo copy_SignerInfo
copy_SignerInfos copy_SignerInfos
copy_SRVName
copy_StrengthOfFunction copy_StrengthOfFunction
copy_SubjectInfoAccessSyntax copy_SubjectInfoAccessSyntax
copy_SubjectKeyIdentifier copy_SubjectKeyIdentifier
@@ -571,6 +588,7 @@ EXPORTS
copy_UniqueIdentifier copy_UniqueIdentifier
copy_UnprotectedAttributes copy_UnprotectedAttributes
copy_URIReference copy_URIReference
copy_UserNotice
copy_ValidationParms copy_ValidationParms
copy_Validity copy_Validity
copy_VendorLoadErrorCode copy_VendorLoadErrorCode
@@ -606,12 +624,14 @@ EXPORTS
decode_BasicConstraints decode_BasicConstraints
decode_Certificate decode_Certificate
decode_CertificateList decode_CertificateList
decode_CertificatePolicies
decode_CertificateRevocationLists decode_CertificateRevocationLists
decode_Certificates decode_Certificates
decode_CertificateSerialNumber decode_CertificateSerialNumber
decode_CertificateSet decode_CertificateSet
decode_CertificationRequest decode_CertificationRequest
decode_CertificationRequestInfo decode_CertificationRequestInfo
decode_CertPolicyId
decode_ChangePasswdDataMS decode_ChangePasswdDataMS
decode_Checksum decode_Checksum
decode_CKSUMTYPE decode_CKSUMTYPE
@@ -627,6 +647,7 @@ EXPORTS
decode_ContentEncryptionAlgorithmIdentifier decode_ContentEncryptionAlgorithmIdentifier
decode_ContentInfo decode_ContentInfo
decode_ContentType decode_ContentType
decode_CPSuri
decode_CRLCertificateList decode_CRLCertificateList
decode_CRLDistributionPoints decode_CRLDistributionPoints
decode_CRLReason decode_CRLReason
@@ -650,6 +671,7 @@ EXPORTS
decode_DigestResponse decode_DigestResponse
decode_DigestTypes decode_DigestTypes
decode_DirectoryString decode_DirectoryString
decode_DisplayText
decode_DistributionPoint decode_DistributionPoint
decode_DistributionPointName decode_DistributionPointName
decode_DistributionPointReasonFlags decode_DistributionPointReasonFlags
@@ -769,6 +791,7 @@ EXPORTS
decode_Name decode_Name
decode_NameConstraints decode_NameConstraints
decode_NAME_TYPE decode_NAME_TYPE
decode_NoticeReference
decode_NTLMInit decode_NTLMInit
decode_NTLMInitReply decode_NTLMInitReply
decode_NTLMReply decode_NTLMReply
@@ -837,12 +860,19 @@ EXPORTS
decode_PkinitSP80056AOtherInfo decode_PkinitSP80056AOtherInfo
decode_PkinitSuppPubInfo decode_PkinitSuppPubInfo
decode_PKIXXmppAddr decode_PKIXXmppAddr
decode_PolicyInformation
decode_PolicyMapping
decode_PolicyMappings
decode_PolicyQualifierId
decode_PolicyQualifierInfo
decode_PolicyQualifierInfos
decode_PreferredOrLegacyPackageIdentifier decode_PreferredOrLegacyPackageIdentifier
decode_PreferredOrLegacyStalePackageIdentifier decode_PreferredOrLegacyStalePackageIdentifier
decode_PreferredPackageIdentifier decode_PreferredPackageIdentifier
decode_Principal decode_Principal
decode_PrincipalName decode_PrincipalName
decode_Principals decode_Principals
decode_PrivateKeyUsagePeriod
decode_PROV_SRV_LOCATION decode_PROV_SRV_LOCATION
decode_ProxyCertInfo decode_ProxyCertInfo
decode_ProxyPolicy decode_ProxyPolicy
@@ -864,6 +894,7 @@ EXPORTS
decode_SignerIdentifier decode_SignerIdentifier
decode_SignerInfo decode_SignerInfo
decode_SignerInfos decode_SignerInfos
decode_SRVName
decode_StrengthOfFunction decode_StrengthOfFunction
decode_SubjectInfoAccessSyntax decode_SubjectInfoAccessSyntax
decode_SubjectKeyIdentifier decode_SubjectKeyIdentifier
@@ -890,6 +921,7 @@ EXPORTS
decode_UniqueIdentifier decode_UniqueIdentifier
decode_UnprotectedAttributes decode_UnprotectedAttributes
decode_URIReference decode_URIReference
decode_UserNotice
decode_ValidationParms decode_ValidationParms
decode_Validity decode_Validity
decode_VendorLoadErrorCode decode_VendorLoadErrorCode
@@ -1052,12 +1084,14 @@ EXPORTS
encode_BasicConstraints encode_BasicConstraints
encode_Certificate encode_Certificate
encode_CertificateList encode_CertificateList
encode_CertificatePolicies
encode_CertificateRevocationLists encode_CertificateRevocationLists
encode_Certificates encode_Certificates
encode_CertificateSerialNumber encode_CertificateSerialNumber
encode_CertificateSet encode_CertificateSet
encode_CertificationRequest encode_CertificationRequest
encode_CertificationRequestInfo encode_CertificationRequestInfo
encode_CertPolicyId
encode_ChangePasswdDataMS encode_ChangePasswdDataMS
encode_Checksum encode_Checksum
encode_CKSUMTYPE encode_CKSUMTYPE
@@ -1073,6 +1107,7 @@ EXPORTS
encode_ContentEncryptionAlgorithmIdentifier encode_ContentEncryptionAlgorithmIdentifier
encode_ContentInfo encode_ContentInfo
encode_ContentType encode_ContentType
encode_CPSuri
encode_CRLCertificateList encode_CRLCertificateList
encode_CRLDistributionPoints encode_CRLDistributionPoints
encode_CRLReason encode_CRLReason
@@ -1096,6 +1131,7 @@ EXPORTS
encode_DigestResponse encode_DigestResponse
encode_DigestTypes encode_DigestTypes
encode_DirectoryString encode_DirectoryString
encode_DisplayText
encode_DistributionPoint encode_DistributionPoint
encode_DistributionPointName encode_DistributionPointName
encode_DistributionPointReasonFlags encode_DistributionPointReasonFlags
@@ -1215,6 +1251,7 @@ EXPORTS
encode_Name encode_Name
encode_NameConstraints encode_NameConstraints
encode_NAME_TYPE encode_NAME_TYPE
encode_NoticeReference
encode_NTLMInit encode_NTLMInit
encode_NTLMInitReply encode_NTLMInitReply
encode_NTLMReply encode_NTLMReply
@@ -1283,12 +1320,19 @@ EXPORTS
encode_PkinitSP80056AOtherInfo encode_PkinitSP80056AOtherInfo
encode_PkinitSuppPubInfo encode_PkinitSuppPubInfo
encode_PKIXXmppAddr encode_PKIXXmppAddr
encode_PolicyInformation
encode_PolicyMapping
encode_PolicyMappings
encode_PolicyQualifierId
encode_PolicyQualifierInfo
encode_PolicyQualifierInfos
encode_PreferredOrLegacyPackageIdentifier encode_PreferredOrLegacyPackageIdentifier
encode_PreferredOrLegacyStalePackageIdentifier encode_PreferredOrLegacyStalePackageIdentifier
encode_PreferredPackageIdentifier encode_PreferredPackageIdentifier
encode_Principal encode_Principal
encode_PrincipalName encode_PrincipalName
encode_Principals encode_Principals
encode_PrivateKeyUsagePeriod
encode_PROV_SRV_LOCATION encode_PROV_SRV_LOCATION
encode_ProxyCertInfo encode_ProxyCertInfo
encode_ProxyPolicy encode_ProxyPolicy
@@ -1310,6 +1354,7 @@ EXPORTS
encode_SignerIdentifier encode_SignerIdentifier
encode_SignerInfo encode_SignerInfo
encode_SignerInfos encode_SignerInfos
encode_SRVName
encode_StrengthOfFunction encode_StrengthOfFunction
encode_SubjectInfoAccessSyntax encode_SubjectInfoAccessSyntax
encode_SubjectKeyIdentifier encode_SubjectKeyIdentifier
@@ -1336,6 +1381,7 @@ EXPORTS
encode_UniqueIdentifier encode_UniqueIdentifier
encode_UnprotectedAttributes encode_UnprotectedAttributes
encode_URIReference encode_URIReference
encode_UserNotice
encode_ValidationParms encode_ValidationParms
encode_Validity encode_Validity
encode_VendorLoadErrorCode encode_VendorLoadErrorCode
@@ -1372,12 +1418,14 @@ EXPORTS
free_BasicConstraints free_BasicConstraints
free_Certificate free_Certificate
free_CertificateList free_CertificateList
free_CertificatePolicies
free_CertificateRevocationLists free_CertificateRevocationLists
free_Certificates free_Certificates
free_CertificateSerialNumber free_CertificateSerialNumber
free_CertificateSet free_CertificateSet
free_CertificationRequest free_CertificationRequest
free_CertificationRequestInfo free_CertificationRequestInfo
free_CertPolicyId
free_ChangePasswdDataMS free_ChangePasswdDataMS
free_Checksum free_Checksum
free_CKSUMTYPE free_CKSUMTYPE
@@ -1393,6 +1441,7 @@ EXPORTS
free_ContentEncryptionAlgorithmIdentifier free_ContentEncryptionAlgorithmIdentifier
free_ContentInfo free_ContentInfo
free_ContentType free_ContentType
free_CPSuri
free_CRLCertificateList free_CRLCertificateList
free_CRLDistributionPoints free_CRLDistributionPoints
free_CRLReason free_CRLReason
@@ -1416,6 +1465,7 @@ EXPORTS
free_DigestResponse free_DigestResponse
free_DigestTypes free_DigestTypes
free_DirectoryString free_DirectoryString
free_DisplayText
free_DistributionPoint free_DistributionPoint
free_DistributionPointName free_DistributionPointName
free_DistributionPointReasonFlags free_DistributionPointReasonFlags
@@ -1535,6 +1585,7 @@ EXPORTS
free_Name free_Name
free_NameConstraints free_NameConstraints
free_NAME_TYPE free_NAME_TYPE
free_NoticeReference
free_NTLMInit free_NTLMInit
free_NTLMInitReply free_NTLMInitReply
free_NTLMReply free_NTLMReply
@@ -1603,12 +1654,19 @@ EXPORTS
free_PkinitSP80056AOtherInfo free_PkinitSP80056AOtherInfo
free_PkinitSuppPubInfo free_PkinitSuppPubInfo
free_PKIXXmppAddr free_PKIXXmppAddr
free_PolicyInformation
free_PolicyMapping
free_PolicyMappings
free_PolicyQualifierId
free_PolicyQualifierInfo
free_PolicyQualifierInfos
free_PreferredOrLegacyPackageIdentifier free_PreferredOrLegacyPackageIdentifier
free_PreferredOrLegacyStalePackageIdentifier free_PreferredOrLegacyStalePackageIdentifier
free_PreferredPackageIdentifier free_PreferredPackageIdentifier
free_Principal free_Principal
free_PrincipalName free_PrincipalName
free_Principals free_Principals
free_PrivateKeyUsagePeriod
free_PROV_SRV_LOCATION free_PROV_SRV_LOCATION
free_ProxyCertInfo free_ProxyCertInfo
free_ProxyPolicy free_ProxyPolicy
@@ -1630,6 +1688,7 @@ EXPORTS
free_SignerIdentifier free_SignerIdentifier
free_SignerInfo free_SignerInfo
free_SignerInfos free_SignerInfos
free_SRVName
free_StrengthOfFunction free_StrengthOfFunction
free_SubjectInfoAccessSyntax free_SubjectInfoAccessSyntax
free_SubjectKeyIdentifier free_SubjectKeyIdentifier
@@ -1656,6 +1715,7 @@ EXPORTS
free_UniqueIdentifier free_UniqueIdentifier
free_UnprotectedAttributes free_UnprotectedAttributes
free_URIReference free_URIReference
free_UserNotice
free_ValidationParms free_ValidationParms
free_Validity free_Validity
free_VendorLoadErrorCode free_VendorLoadErrorCode
@@ -1713,12 +1773,14 @@ EXPORTS
length_BasicConstraints length_BasicConstraints
length_Certificate length_Certificate
length_CertificateList length_CertificateList
length_CertificatePolicies
length_CertificateRevocationLists length_CertificateRevocationLists
length_Certificates length_Certificates
length_CertificateSerialNumber length_CertificateSerialNumber
length_CertificateSet length_CertificateSet
length_CertificationRequest length_CertificationRequest
length_CertificationRequestInfo length_CertificationRequestInfo
length_CertPolicyId
length_ChangePasswdDataMS length_ChangePasswdDataMS
length_Checksum length_Checksum
length_CKSUMTYPE length_CKSUMTYPE
@@ -1734,6 +1796,7 @@ EXPORTS
length_ContentEncryptionAlgorithmIdentifier length_ContentEncryptionAlgorithmIdentifier
length_ContentInfo length_ContentInfo
length_ContentType length_ContentType
length_CPSuri
length_CRLCertificateList length_CRLCertificateList
length_CRLDistributionPoints length_CRLDistributionPoints
length_CRLReason length_CRLReason
@@ -1757,6 +1820,7 @@ EXPORTS
length_DigestResponse length_DigestResponse
length_DigestTypes length_DigestTypes
length_DirectoryString length_DirectoryString
length_DisplayText
length_DistributionPoint length_DistributionPoint
length_DistributionPointName length_DistributionPointName
length_DistributionPointReasonFlags length_DistributionPointReasonFlags
@@ -1876,6 +1940,7 @@ EXPORTS
length_Name length_Name
length_NameConstraints length_NameConstraints
length_NAME_TYPE length_NAME_TYPE
length_NoticeReference
length_NTLMInit length_NTLMInit
length_NTLMInitReply length_NTLMInitReply
length_NTLMReply length_NTLMReply
@@ -1944,12 +2009,19 @@ EXPORTS
length_PkinitSP80056AOtherInfo length_PkinitSP80056AOtherInfo
length_PkinitSuppPubInfo length_PkinitSuppPubInfo
length_PKIXXmppAddr length_PKIXXmppAddr
length_PolicyInformation
length_PolicyMapping
length_PolicyMappings
length_PolicyQualifierId
length_PolicyQualifierInfo
length_PolicyQualifierInfos
length_PreferredOrLegacyPackageIdentifier length_PreferredOrLegacyPackageIdentifier
length_PreferredOrLegacyStalePackageIdentifier length_PreferredOrLegacyStalePackageIdentifier
length_PreferredPackageIdentifier length_PreferredPackageIdentifier
length_Principal length_Principal
length_PrincipalName length_PrincipalName
length_Principals length_Principals
length_PrivateKeyUsagePeriod
length_PROV_SRV_LOCATION length_PROV_SRV_LOCATION
length_ProxyCertInfo length_ProxyCertInfo
length_ProxyPolicy length_ProxyPolicy
@@ -1971,6 +2043,7 @@ EXPORTS
length_SignerIdentifier length_SignerIdentifier
length_SignerInfo length_SignerInfo
length_SignerInfos length_SignerInfos
length_SRVName
length_StrengthOfFunction length_StrengthOfFunction
length_SubjectInfoAccessSyntax length_SubjectInfoAccessSyntax
length_SubjectKeyIdentifier length_SubjectKeyIdentifier
@@ -1997,6 +2070,7 @@ EXPORTS
length_UniqueIdentifier length_UniqueIdentifier
length_UnprotectedAttributes length_UnprotectedAttributes
length_URIReference length_URIReference
length_UserNotice
length_ValidationParms length_ValidationParms
length_Validity length_Validity
length_VendorLoadErrorCode length_VendorLoadErrorCode
@@ -2004,6 +2078,7 @@ EXPORTS
length_WrappedFirmwareKey length_WrappedFirmwareKey
remove_AttributeValues remove_AttributeValues
remove_AuthorizationData remove_AuthorizationData
remove_CertificatePolicies
remove_Certificates remove_Certificates
remove_CRLDistributionPoints remove_CRLDistributionPoints
remove_DigestAlgorithmIdentifiers remove_DigestAlgorithmIdentifiers
@@ -2012,6 +2087,8 @@ EXPORTS
remove_Extensions remove_Extensions
remove_GeneralNames remove_GeneralNames
remove_METHOD_DATA remove_METHOD_DATA
remove_PolicyMappings
remove_PolicyQualifierInfos
remove_Principals remove_Principals
remove_RDNSequence remove_RDNSequence
SAMFlags2int SAMFlags2int

View File

@@ -317,6 +317,67 @@ KeyUsage ::= BIT STRING {
decipherOnly (8) decipherOnly (8)
} }
-- private key usage period extension OID and syntax
PrivateKeyUsagePeriod ::= SEQUENCE {
notBefore [0] GeneralizedTime OPTIONAL,
notAfter [1] GeneralizedTime OPTIONAL
-- either notBefore or notAfter MUST be present
}
-- certificate policies extension OID and syntax
CertPolicyId ::= OBJECT IDENTIFIER
PolicyQualifierId ::= OBJECT IDENTIFIER -- ( id-qt-cps | id-qt-unotice )
PolicyQualifierInfo ::= SEQUENCE {
policyQualifierId PolicyQualifierId,
qualifier heim_any -- ANY DEFINED BY policyQualifierId
}
PolicyQualifierInfos ::= SEQUENCE SIZE (1..MAX) OF PolicyQualifierInfo
PolicyInformation ::= SEQUENCE {
policyIdentifier CertPolicyId,
policyQualifiers PolicyQualifierInfos OPTIONAL
}
CertificatePolicies ::= SEQUENCE SIZE (1..MAX) OF PolicyInformation
-- CPS pointer qualifier
CPSuri ::= IA5String
-- user notice qualifier
DisplayText ::= CHOICE {
ia5String IA5String, --(SIZE (1..200))
visibleString VisibleString, --(SIZE (1..200))
bmpString BMPString, --(SIZE (1..200))
utf8String UTF8String --(SIZE (1..200))
}
NoticeReference ::= SEQUENCE {
organization DisplayText,
noticeNumbers SEQUENCE OF INTEGER
}
UserNotice ::= SEQUENCE {
noticeRef NoticeReference OPTIONAL,
explicitText DisplayText OPTIONAL
}
-- policy mapping extension OID and syntax
PolicyMapping ::= SEQUENCE {
issuerDomainPolicy CertPolicyId,
subjectDomainPolicy CertPolicyId
}
PolicyMappings ::= SEQUENCE SIZE (1..MAX) OF PolicyMapping
-- subject key identifier OID and syntax
id-x509-ce-authorityKeyIdentifier OBJECT IDENTIFIER ::= { id-x509-ce 35 } id-x509-ce-authorityKeyIdentifier OBJECT IDENTIFIER ::= { id-x509-ce 35 }
KeyIdentifier ::= OCTET STRING KeyIdentifier ::= OCTET STRING
@@ -358,6 +419,7 @@ NameConstraints ::= SEQUENCE {
id-x509-ce-privateKeyUsagePeriod OBJECT IDENTIFIER ::= { id-x509-ce 16 } id-x509-ce-privateKeyUsagePeriod OBJECT IDENTIFIER ::= { id-x509-ce 16 }
id-x509-ce-certificatePolicies OBJECT IDENTIFIER ::= { id-x509-ce 32 } id-x509-ce-certificatePolicies OBJECT IDENTIFIER ::= { id-x509-ce 32 }
id-x509-ce-certificatePolicies-anyPolicy OBJECT IDENTIFIER ::= { id-x509-ce-certificatePolicies 0 }
id-x509-ce-policyMappings OBJECT IDENTIFIER ::= { id-x509-ce 33 } id-x509-ce-policyMappings OBJECT IDENTIFIER ::= { id-x509-ce 33 }
id-x509-ce-subjectAltName OBJECT IDENTIFIER ::= { id-x509-ce 17 } id-x509-ce-subjectAltName OBJECT IDENTIFIER ::= { id-x509-ce 17 }
id-x509-ce-issuerAltName OBJECT IDENTIFIER ::= { id-x509-ce 18 } id-x509-ce-issuerAltName OBJECT IDENTIFIER ::= { id-x509-ce 18 }

View File

@@ -7,3 +7,6 @@
--sequence=GeneralNames --sequence=GeneralNames
--sequence=RDNSequence --sequence=RDNSequence
--sequence=Certificates --sequence=Certificates
--sequence=CertificatePolicies
--sequence=PolicyQualifierInfos
--sequence=PolicyMappings