1# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2# vim: set filetype=python:
3# This Source Code Form is subject to the terms of the Mozilla Public
4# License, v. 2.0. If a copy of the MPL was not distributed with this
5# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7# Temporarily disabled. See bug 1256495.
8#test_certificates = (
9#    'ca-used-as-end-entity.pem',
10#    'default-ee.pem',
11#    'delegatedSHA1Signer.pem',
12#    'delegatedSigner.pem',
13#    'invalidDelegatedSignerFromIntermediate.pem',
14#    'invalidDelegatedSignerKeyUsageCrlSigning.pem',
15#    'invalidDelegatedSignerNoExtKeyUsage.pem',
16#    'invalidDelegatedSignerWrongExtKeyUsage.pem',
17#    'multi-tls-feature-bad-ee.pem',
18#    'multi-tls-feature-good-ee.pem',
19#    'must-staple-ee.pem',
20#    'must-staple-ee-with-must-staple-int.pem',
21#    'must-staple-missing-ee.pem',
22#    'ocspEEWithIntermediate.pem',
23#    'ocspOtherEndEntity.pem',
24#    'other-test-ca.pem',
25#    'rsa-1016-keysizeDelegatedSigner.pem',
26#    'test-ca.pem',
27#    'test-int.pem',
28#    'test-multi-tls-feature-int.pem',
29#    'test-must-staple-int.pem',
30#)
31#
32#for test_certificate in test_certificates:
33#    GeneratedTestCertificate(test_certificate)
34#
35#test_keys = (
36#    'default-ee.key',
37#    'other-test-ca.key',
38#    'rsa-1016-keysizeDelegatedSigner.key',
39#)
40#
41#for test_key in test_keys:
42#    GeneratedTestKey(test_key)
43