mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 18:28:38 +09:00
48 lines
1.7 KiB
Python
48 lines
1.7 KiB
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# 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)
|