summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/tests/unit/test_ev_certs/moz.build
blob: a688ffa0710d82352f70c07af180eecd1bb0dfa0 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# Temporarily disabled. See bug 1256495.
#test_certificates = (
#    'anyPolicy-ee-path-ee.pem',
#    'anyPolicy-ee-path-int.pem',
#    'anyPolicy-int-path-ee.pem',
#    'anyPolicy-int-path-int.pem',
#    'cabforum-and-test-oid-ee-cabforum-oid-int-path-ee.pem',
#    'cabforum-and-test-oid-ee-cabforum-oid-int-path-int.pem',
#    'cabforum-and-test-oid-ee-path-ee.pem',
#    'cabforum-and-test-oid-ee-path-int.pem',
#    'cabforum-oid-path-ee.pem',
#    'cabforum-oid-path-int.pem',
#    'evroot.pem',
#    'no-ocsp-ee-path-ee.pem',
#    'no-ocsp-ee-path-int.pem',
#    'no-ocsp-int-path-ee.pem',
#    'no-ocsp-int-path-int.pem',
#    'non-ev-root-path-ee.pem',
#    'non-ev-root-path-int.pem',
#    'non-evroot-ca.pem',
#    'reverse-order-oids-path-ee.pem',
#    'reverse-order-oids-path-int.pem',
#    'test-and-cabforum-oid-ee-cabforum-oid-int-path-ee.pem',
#    'test-and-cabforum-oid-ee-cabforum-oid-int-path-int.pem',
#    'test-and-cabforum-oid-ee-path-ee.pem',
#    'test-and-cabforum-oid-ee-path-int.pem',
#    'test-oid-ee-cabforum-oid-int-path-ee.pem',
#    'test-oid-ee-cabforum-oid-int-path-int.pem',
#    'test-oid-path-ee.pem',
#    'test-oid-path-int.pem',
#)
#
#for test_certificate in test_certificates:
#    GeneratedTestCertificate(test_certificate)
#
#test_keys = (
#    'evroot.key',
#    'test-oid-path-int.key',
#)
#
#for test_key in test_keys:
#    GeneratedTestKey(test_key)