Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | certDir=/iopr |
michael@0 | 6 | caCertName=TestCA |
michael@0 | 7 | caCrlName=TestCA |
michael@0 | 8 | |
michael@0 | 9 | #old values |
michael@0 | 10 | userCertNames="TestUser510-rsa TestUser512-rsa" |
michael@0 | 11 | userRevokedCertNames="TestUser510-rsa" |
michael@0 | 12 | reverseRunCGIScript="/cgi-bin/client.cgi" |
michael@0 | 13 | #reverseTestParam=NOREVALL |
michael@0 | 14 | supportedTests="SslSingleHs SslSecondHs" |
michael@0 | 15 | #supportedTests="SslSecondHs" |
michael@0 | 16 | |
michael@0 | 17 | |
michael@0 | 18 | downloadFiles="TestUser510-rsa.p12 TestUser512-rsa.p12 ocspTrustedResponder-rsa.crt ocspTRTestUser514-rsa.crt ocspTRTestUser516-rsa.crt ocspRCATestUser518-rsa.crt ocspRCATestUser520-rsa.crt ocspDRTestUser522-rsa.crt ocspDRTestUser524-rsa.crt ocspTRUnknownIssuerCert-rsa.crt ocspRCAUnknownIssuerCert-rsa.crt ocspDRUnknownIssuerCert-rsa.crt" |
michael@0 | 19 | # Keep a space at the end of |
michael@0 | 20 | SslClntValidCertName="TestUser512-rsa" |
michael@0 | 21 | SslClntRevokedCertName="TestUser510-rsa" |
michael@0 | 22 | reverseRunCGIScript="/cgi-bin/client.cgi" |
michael@0 | 23 | #reverseTestParam=NOREVALL |
michael@0 | 24 | |
michael@0 | 25 | supportedTests_new="SslSingleHs SslSecondHs OcspTrustedResponder OcspResponderCA OcspDesinatedResponder" |
michael@0 | 26 | |
michael@0 | 27 | # |
michael@0 | 28 | # SslSingleHs: ssl single handshake with out client cert auth |
michael@0 | 29 | SslSingleHsDescr="ssl with single handshake without client cert auth" |
michael@0 | 30 | SslSingleHsPort=443 |
michael@0 | 31 | SslSingleHsUrl=/iopr_test/test_pg.html |
michael@0 | 32 | SslSingleHsParam=NOAUTH |
michael@0 | 33 | |
michael@0 | 34 | # |
michael@0 | 35 | # SslSecondHs: ssl with secondary hs when accessing direcory |
michael@0 | 36 | # that requires cert verification |
michael@0 | 37 | SslSecondHsDescr="ssl with secondary hs when accessing direcory that requires cert verification" |
michael@0 | 38 | SslSecondHsPort=443 |
michael@0 | 39 | SslSecondHsUrl=/iopr_test_2hs/test_pg.html |
michael@0 | 40 | SslSecondHsParam=NOCOV |
michael@0 | 41 | |
michael@0 | 42 | # |
michael@0 | 43 | # OcspTrustedResponder - trusted responder key is used to sign OCSP response |
michael@0 | 44 | # |
michael@0 | 45 | OcspTrustedResponderDescr="trusted responder key is used to sign OCSP response" |
michael@0 | 46 | OcspTrustedResponderProto=http |
michael@0 | 47 | OcspTrustedResponderPort=2560 |
michael@0 | 48 | OcspTrustedResponderResponderCert=ocspTrustedResponder-rsa |
michael@0 | 49 | OcspTrustedResponderValidCertNames="ocspTRTestUser516-rsa" |
michael@0 | 50 | OcspTrustedResponderRevokedCertNames="ocspTRTestUser514-rsa" |
michael@0 | 51 | OcspTrustedResponderStatUnknownCertNames="ocspTRUnknownIssuerCert-rsa" |
michael@0 | 52 | |
michael@0 | 53 | # |
michael@0 | 54 | # OcspResponderCA - CA key is used to sign OCSP response |
michael@0 | 55 | # |
michael@0 | 56 | OcspResponderCADescr="CA key is used to sign OCSP response" |
michael@0 | 57 | OcspResponderCAValidCertNames="ocspRCATestUser518-rsa" |
michael@0 | 58 | OcspResponderCARevokedCertNames="ocspRCATestUser520-rsa" |
michael@0 | 59 | OcspResponderCAStatUnknownCertNames="ocspRCAUnknownIssuerCert-rsa" |
michael@0 | 60 | |
michael@0 | 61 | # |
michael@0 | 62 | # OcspDesinatedResponder - CA Designated Responder key is used to sign OCSP response |
michael@0 | 63 | # |
michael@0 | 64 | OcspDesinatedResponderDescr="CA Designated Responder key is used to sign OCSP response" |
michael@0 | 65 | OcspDesinatedResponderValidCertNames="ocspDRTestUser522-rsa" |
michael@0 | 66 | OcspDesinatedResponderRevokedCertNames="ocspDRTestUser524-rsa" |
michael@0 | 67 | OcspDesinatedResponderStatUnknownCertNames="ocspDRUnknownIssuerCert-rsa" |