aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ns-cert-exts/NETSCAPE-CERT-EXTS.asn
blob: c541bdef146ff5ca7876eee69bedf2586a1c723a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
-- NetScape Certificate Extensions
-- based on information from http://wp.netscape.com/eng/security/cert-exts.html

NS-CERT-EXTS { 2 16 840 1 113730 1 } DEFINITIONS EXPLICIT TAGS ::=
BEGIN

BaseUrl ::= IA5String

RevocationUrl ::= IA5String

CaRevocationUrl ::= IA5String

CaPolicyUrl ::= IA5String

Comment ::= IA5String

SslServerName ::= IA5String

CertRenewalUrl ::= IA5String

CertType ::= BIT STRING {
	client(0),
	server(1),
	ca(5)
}

END -- of NS-CERT-EXTS