Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / tests / cert-tests / template-generalized.tmpl
1 # X.509 Certificate options
2 #
3 # DN options
4
5 # The organization of the subject.
6 organization = "Koko inc."
7
8 # The organizational unit of the subject.
9 unit = "sleeping dept."
10
11 # The locality of the subject.
12 # locality =
13
14 # The state of the certificate owner.
15 state = "Attiki"
16
17 # The country of the subject. Two letter code.
18 country = GR
19
20 # The common name of the certificate owner.
21 cn = "Cindy Lauper"
22
23 # A user id of the certificate owner.
24 uid = "clauper"
25
26 # If the supported DN OIDs are not adequate you can set
27 # any OID here.
28 # For example set the X.520 Title and the X.520 Pseudonym
29 # by using OID and string pairs.
30 dn_oid = 2.5.4.12 Dr.
31 dn_oid = 2.5.4.65 jackal
32
33 # This is deprecated and should not be used in new
34 # certificates.
35 pkcs9_email = "none@none.org"
36
37 # The serial number of the certificate
38 serial = 7
39
40 expiration_date = 2055-05-24 14:29:12
41 activation_date = 2051-01-12 11:36:11
42
43 # X.509 v3 extensions
44
45 # A dnsname in case of a WWW server.
46 dns_name = "www.none.org"
47 dns_name = "www.morethanone.org"
48
49 # An IP address in case of a server.
50 ip_address = "192.168.1.1"
51
52 dns_name = "www.evenmorethanone.org"
53
54 # An email in case of a person
55 email = "none@none.org"
56
57 # An URL that has CRLs (certificate revocation lists)
58 # available. Needed in CA certificates.
59 crl_dist_points = "http://www.getcrl.crl/getcrl/"
60
61 email = "where@none.org"
62
63 # Whether this is a CA certificate or not
64 ca
65
66 # Whether this certificate will be used for a TLS client
67 #tls_www_client
68
69 # Whether this certificate will be used for a TLS server
70 #tls_www_server
71
72 # Whether this certificate will be used to sign data (needed
73 # in TLS DHE ciphersuites).
74 signing_key
75
76 # Whether this certificate will be used to encrypt data (needed
77 # in TLS RSA ciphersuites). Note that it is preferred to use different
78 # keys for encryption and signing.
79 #encryption_key
80
81 # Whether this key will be used to sign other certificates.
82 cert_signing_key
83
84 # Whether this key will be used to sign CRLs.
85 #crl_signing_key
86
87 # Whether this key will be used to sign code.
88 #code_signing_key
89
90 # Whether this key will be used to sign OCSP data.
91 ocsp_signing_key
92
93 # Whether this key will be used for time stamping.
94 #time_stamping_key
95
96 # Whether this key will be used for IPsec IKE operations.
97 #ipsec_ike_key