2 # OCSP verfication of certs obtained from SSL sites
5 certNetFetchEnable = false
6 useSystemAnchors = true
8 # alternate these two on successful runs, flip either one for failure
9 requireOcspIfPresent = false
10 requireOcspForAll = false
14 ### all these (until further notice) do OCSP via ocsp.verisign.com
16 echo "================================="
17 test = "www.amazon.com"
19 cert = amazon_v3.100.cer
20 cert = amazon_v3.101.cer
21 sslHost = www.amazon.com
22 requireOcspIfPresent = true
24 echo "================================="
25 test = "www.cduniverse.com"
27 cert = cduniverse_v3.100.cer
28 cert = cduniverse_v3.101.cer
29 sslHost = www.cduniverse.com
30 requireOcspForAll = false
32 echo "================================="
33 test = "store.apple.com, allowing unverified"
35 # leaf has ocsp accessMethod in AIA, intermediate doesn't
36 requireOcspIfPresent = true
37 cert = apple_v3.100.cer
38 cert = apple_v3.101.cer
39 sslHost = store.apple.com
40 certerror = 1:APPLETP_OCSP_UNAVAILABLE
42 echo "================================="
43 test = "store.apple.com, require OCSP if present"
45 # leaf has ocsp accessMethod in AIA, intermediate doesn't
46 requireOcspIfPresent = true
47 cert = apple_v3.100.cer
48 cert = apple_v3.101.cer
49 sslHost = store.apple.com
50 certerror = 1:APPLETP_OCSP_UNAVAILABLE
52 echo "================================="
53 test = "store.apple.com, require OCSP for all, fail"
55 # leaf has ocsp accessMethod in AIA, intermediate doesn't
56 requireOcspForAll = true
57 cert = apple_v3.100.cer
58 cert = apple_v3.101.cer
59 sslHost = store.apple.com
60 certerror = 1:APPLETP_OCSP_UNAVAILABLE
61 error = APPLETP_OCSP_UNAVAILABLE
63 echo "================================="
64 test = "store.apple.com, require OCSP if present, disable net, fail"
66 # leaf has ocsp accessMethod in AIA, intermediate doesn't
67 requireOcspIfPresent = true
68 ocspNetFetchDisable = true
70 cert = apple_v3.100.cer
71 cert = apple_v3.101.cer
72 sslHost = store.apple.com
73 certerror = 1:APPLETP_OCSP_UNAVAILABLE
74 error = APPLETP_OCSP_UNAVAILABLE
76 echo "================================="
77 test = "www.verisign.com"
79 # leaf has ocsp accessMethod in AIA, 2nd intermediate doesn't
80 cert = verisign_v3.100.cer
81 cert = verisign_v3.101.cer
82 cert = verisign_v3.102.cer
83 sslHost = www.verisign.com
84 certerror = 2:APPLETP_OCSP_UNAVAILABLE
86 echo "================================="
87 test = "accounts.key.com"
89 # leaf has ocsp accessMethod in AIA, intermediate doesn't
90 cert = keybank_v3.100.cer
91 cert = keybank_v3.101.cer
93 # This one is the root, which SSL server sent us.
94 # Leave it in for variety.
96 cert = keybank_v3.102.cer
97 sslHost = accounts.key.com
98 certerror = 1:APPLETP_OCSP_UNAVAILABLE
100 echo "================================="
101 test = "secure.authorize.net"
103 # This started working on 10/19/07.
104 # The intermedaite has had an AIA for a while - maybe the URL it
105 # pointed to just didn't work before today?
106 # OLD COMMENT -- leaf has ocsp accessMethod in AIA, intermediate doesn't
107 cert = secauth_v3.100.cer
108 cert = secauth_v3.101.cer
109 sslHost = secure.authorize.net
110 # deleted 10/19/07 certerror = 1:APPLETP_OCSP_UNAVAILABLE
113 ### OCSP via ocsp.thawte.com
119 echo "================================="
120 test = "www.wellsfargo.com"
122 requireOcspIfPresent = true
123 cert = wellsfargo_v3.100.cer
124 cert = wellsfargo_v3.101.cer
125 sslHost = www.wellsfargo.com
127 echo "================================="
128 test = "www.certum.pl"
130 requireOcspIfPresent = true
131 cert = certum_v3.100.cer
132 cert = certum_v3.101.cer
133 sslHost = www.certum.pl
134 # this, because we don't have the root, instead of APPLETP_OCSP_BAD_RESPONSE
135 # which Radar 4158052 causes
136 error = TP_NOT_TRUSTED