aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce/CertificateExtensions.asn
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x509ce/CertificateExtensions.asn')
-rw-r--r--asn1/x509ce/CertificateExtensions.asn16
1 files changed, 16 insertions, 0 deletions
diff --git a/asn1/x509ce/CertificateExtensions.asn b/asn1/x509ce/CertificateExtensions.asn
index 0502912aff..fc4701da25 100644
--- a/asn1/x509ce/CertificateExtensions.asn
+++ b/asn1/x509ce/CertificateExtensions.asn
@@ -723,6 +723,22 @@ CertificateTemplate ::= SEQUENCE {
templateMinorVersion INTEGER OPTIONAL
}
+-- Entrust Certificate Extension
+
+EntrustVersionInfo ::= SEQUENCE {
+ entrustVers GeneralString,
+ entrustVersInfoFlags EntrustInfoFlags OPTIONAL
+}
+
+EntrustInfoFlags ::= BIT STRING {
+ keyUpdateAllowed(0),
+ newExtensions(1),
+ pKIXCertificate(2),
+ enterpriseCategory(3),
+ webCategory(4),
+ sETCategory(5)
+}
+
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D