summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/tests/unit/test_cert_eku/moz.build
blob: 7a8608171e6fb19c7a824221f2b4dca6d83c62d0 (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
# -*- 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 = (
#    'ca.pem',
#    'ee-CA.pem',
#    'ee-SA-CA.pem',
#    'ee-SA-OCSP.pem',
#    'ee-SA-nsSGC.pem',
#    'ee-SA.pem',
#    'ee-int-CA.pem',
#    'ee-int-SA-CA.pem',
#    'ee-int-SA-OCSP.pem',
#    'ee-int-SA-nsSGC.pem',
#    'ee-int-SA.pem',
#    'ee-int-nsSGC-old.pem',
#    'ee-int-nsSGC-older.pem',
#    'ee-int-nsSGC-recent.pem',
#    'ee-nsSGC.pem',
#    'int-CA.pem',
#    'int-SA-CA.pem',
#    'int-SA-OCSP.pem',
#    'int-SA-nsSGC.pem',
#    'int-SA.pem',
#    'int-nsSGC-old.pem',
#    'int-nsSGC-older.pem',
#    'int-nsSGC-recent.pem',
#)
#
#for test_certificate in test_certificates:
#    GeneratedTestCertificate(test_certificate)