Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / tests / cert-tests / template-test.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 # In how many days, counting from today, this certificate will expire.
41 expiration_days = 2590
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/getcrl1/"
60 crl_dist_points = "http://www.getcrl.crl/getcrl2/"
61 crl_dist_points = "http://www.getcrl.crl/getcrl3/"
62
63 email = "where@none.org"
64
65 # Whether this is a CA certificate or not
66 ca
67
68 # Whether this certificate will be used for a TLS client
69 #tls_www_client
70
71 # Whether this certificate will be used for a TLS server
72 #tls_www_server
73
74 # Whether this certificate will be used to sign data (needed
75 # in TLS DHE ciphersuites).
76 signing_key
77
78 # Whether this certificate will be used to encrypt data (needed
79 # in TLS RSA ciphersuites). Note that it is preferred to use different
80 # keys for encryption and signing.
81 #encryption_key
82
83 # Whether this key will be used to sign other certificates.
84 cert_signing_key
85
86 # Whether this key will be used to sign CRLs.
87 #crl_signing_key
88
89 # Whether this key will be used to sign code.
90 #code_signing_key
91
92 # Whether this key will be used to sign OCSP data.
93 ocsp_signing_key
94
95 # Whether this key will be used for time stamping.
96 #time_stamping_key
97
98 # Whether this key will be used for IPsec IKE operations.
99 #ipsec_ike_key