]> git.saurik.com Git - apple/security.git/blob - SecurityTests/ssl-policy-certs/SSLTrustPolicyTest.plist
Security-57740.1.18.tar.gz
[apple/security.git] / SecurityTests / ssl-policy-certs / SSLTrustPolicyTest.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>Test1</key>
6 <dict>
7 <key>Filename</key>
8 <string>InvalidHostnameTest1</string>
9 <key>Hostname</key>
10 <string>test.apple.com</string>
11 <key>Result</key>
12 <string>kSecTrustResultRecoverableTrustFailure</string>
13 </dict>
14 <key>Test2</key>
15 <dict>
16 <key>Filename</key>
17 <string>InvalidHostnameTest2</string>
18 <key>Hostname</key>
19 <string>test.apple.com</string>
20 <key>Result</key>
21 <string>kSecTrustResultRecoverableTrustFailure</string>
22 </dict>
23 <key>Test3</key>
24 <dict>
25 <key>Filename</key>
26 <string>ValidHostnameTest3</string>
27 <key>Hostname</key>
28 <string>test.apple.com</string>
29 <key>Result</key>
30 <string>kSecTrustResultUnspecified</string>
31 </dict>
32 <key>Test4</key>
33 <dict>
34 <key>Filename</key>
35 <string>ValidHostnameTest4</string>
36 <key>Hostname</key>
37 <string>test.apple.com</string>
38 <key>Result</key>
39 <string>kSecTrustResultUnspecified</string>
40 </dict>
41 <key>Test5</key>
42 <dict>
43 <key>Filename</key>
44 <string>InvalidWildcardTest5Test6</string>
45 <key>Hostname</key>
46 <string>test.bad.apple.com</string>
47 <key>Result</key>
48 <string>kSecTrustResultRecoverableTrustFailure</string>
49 </dict>
50 <key>Test6</key>
51 <dict>
52 <key>Filename</key>
53 <string>InvalidWildcardTest5Test6</string>
54 <key>Hostname</key>
55 <string>test.apple.com</string>
56 <key>Result</key>
57 <string>kSecTrustResultRecoverableTrustFailure</string>
58 </dict>
59 <key>Test7</key>
60 <dict>
61 <key>Filename</key>
62 <string>ValidWildcardTest7Test8Test9</string>
63 <key>Hostname</key>
64 <string>good.test.apple.com</string>
65 <key>Result</key>
66 <string>kSecTrustResultUnspecified</string>
67 </dict>
68 <key>Test8</key>
69 <dict>
70 <key>Filename</key>
71 <string>ValidWildcardTest7Test8Test9</string>
72 <key>Hostname</key>
73 <string>test.apple.com</string>
74 <key>Result</key>
75 <string>kSecTrustResultRecoverableTrustFailure</string>
76 </dict>
77 <key>Test9</key>
78 <dict>
79 <key>Filename</key>
80 <string>ValidWildcardTest7Test8Test9</string>
81 <key>Hostname</key>
82 <string>one.bad.test.apple.com</string>
83 <key>Result</key>
84 <string>kSecTrustResultRecoverableTrustFailure</string>
85 </dict>
86 <key>Test10</key>
87 <dict>
88 <key>Filename</key>
89 <string>InvalidWildcardTest10</string>
90 <key>Hostname</key>
91 <string>apple.com</string>
92 <key>Result</key>
93 <string>kSecTrustResultRecoverableTrustFailure</string>
94 </dict>
95 <key>Test11</key>
96 <dict>
97 <key>Filename</key>
98 <string>InvalidWildcardTest11</string>
99 <key>Hostname</key>
100 <string>apple.co.uk</string>
101 <key>Result</key>
102 <string>kSecTrustResultRecoverableTrustFailure</string>
103 <key>Reason</key>
104 <string>rdar://problem/26555272</string>
105 </dict>
106 <key>Test12</key>
107 <dict>
108 <key>Filename</key>
109 <string>InvalidWildcardTest12</string>
110 <key>Hostname</key>
111 <string>test.apple.com</string>
112 <key>Result</key>
113 <string>kSecTrustResultRecoverableTrustFailure</string>
114 </dict>
115 <key>Test13</key>
116 <dict>
117 <key>Filename</key>
118 <string>InvalidWildcardTest13Test14</string>
119 <key>Hostname</key>
120 <string>apple.com</string>
121 <key>Result</key>
122 <string>kSecTrustResultRecoverableTrustFailure</string>
123 </dict>
124 <key>Test14</key>
125 <dict>
126 <key>Filename</key>
127 <string>InvalidWildcardTest13Test14</string>
128 <key>Hostname</key>
129 <string>appleseed.com</string>
130 <key>Result</key>
131 <string>kSecTrustResultRecoverableTrustFailure</string>
132 </dict>
133 <key>Test15</key>
134 <dict>
135 <key>Filename</key>
136 <string>InvalidWildcardTest15</string>
137 <key>Hostname</key>
138 <string>one.bad.apple.com</string>
139 <key>Result</key>
140 <string>kSecTrustResultRecoverableTrustFailure</string>
141 </dict>
142 <key>Test16</key>
143 <dict>
144 <key>Filename</key>
145 <string>InvalidEKUTest16</string>
146 <key>Hostname</key>
147 <string>test.apple.com</string>
148 <key>Result</key>
149 <string>kSecTrustResultRecoverableTrustFailure</string>
150 </dict>
151 <key>Test17</key>
152 <dict>
153 <key>Filename</key>
154 <string>ValidEKUTest17</string>
155 <key>Hostname</key>
156 <string>test.apple.com</string>
157 <key>Result</key>
158 <string>kSecTrustResultUnspecified</string>
159 </dict>
160 <key>Test18</key>
161 <dict>
162 <key>Filename</key>
163 <string>ValidHostnameTest18Test19Test20</string>
164 <key>Hostname</key>
165 <string>test.apple.com.test</string>
166 <key>Result</key>
167 <string>kSecTrustResultRecoverableTrustFailure</string>
168 </dict>
169 <key>Test19</key>
170 <dict>
171 <key>Filename</key>
172 <string>ValidHostnameTest18Test19Test20</string>
173 <key>Hostname</key>
174 <string>test.apple.com.</string>
175 <key>Result</key>
176 <string>kSecTrustResultUnspecified</string>
177 </dict>
178 <key>Test20</key>
179 <dict>
180 <key>Filename</key>
181 <string>ValidHostnameTest18Test19Test20</string>
182 <key>Hostname</key>
183 <string>.test.apple.com</string>
184 <key>Result</key>
185 <string>kSecTrustResultRecoverableTrustFailure</string>
186 </dict>
187 <key>Test21</key>
188 <dict>
189 <key>Filename</key>
190 <string>ValidHostnameTest21</string>
191 <key>Hostname</key>
192 <string>test.apple.com</string>
193 <key>Result</key>
194 <string>kSecTrustResultRecoverableTrustFailure</string>
195 </dict>
196 <key>Test22</key>
197 <dict>
198 <key>Filename</key>
199 <string>InvalidHostnameTest22</string>
200 <key>Hostname</key>
201 <string>test.apple.com</string>
202 <key>Result</key>
203 <string>kSecTrustResultRecoverableTrustFailure</string>
204 </dict>
205 <key>Test23</key>
206 <dict>
207 <key>Filename</key>
208 <string>InvalidHostnameTest23</string>
209 <key>Hostname</key>
210 <string>test.apple.com</string>
211 <key>Result</key>
212 <string>kSecTrustResultRecoverableTrustFailure</string>
213 </dict>
214 <key>Test24</key>
215 <dict>
216 <key>Filename</key>
217 <string>InvalidHostnameTest24</string>
218 <key>Hostname</key>
219 <string>test.apple.com</string>
220 <key>Result</key>
221 <string>kSecTrustResultRecoverableTrustFailure</string>
222 </dict>
223 <key>Test25</key>
224 <dict>
225 <key>Filename</key>
226 <string>InvalidWildcardTest25Test26</string>
227 <key>Hostname</key>
228 <string>test.apple.com</string>
229 <key>Result</key>
230 <string>kSecTrustResultRecoverableTrustFailure</string>
231 </dict>
232 <key>Test26</key>
233 <dict>
234 <key>Filename</key>
235 <string>InvalidWildcardTest25Test26</string>
236 <key>Hostname</key>
237 <string>est.apple.com</string>
238 <key>Result</key>
239 <string>kSecTrustResultRecoverableTrustFailure</string>
240 </dict>
241 <key>Test27</key>
242 <dict>
243 <key>Filename</key>
244 <string>InvalidWildcardTest27Test28</string>
245 <key>Hostname</key>
246 <string>test.apple.com</string>
247 <key>Result</key>
248 <string>kSecTrustResultRecoverableTrustFailure</string>
249 </dict>
250 <key>Test28</key>
251 <dict>
252 <key>Filename</key>
253 <string>InvalidWildcardTest27Test28</string>
254 <key>Hostname</key>
255 <string>tes.apple.com</string>
256 <key>Result</key>
257 <string>kSecTrustResultRecoverableTrustFailure</string>
258 </dict>
259 <key>Test29</key>
260 <dict>
261 <key>Filename</key>
262 <string>ValidHostnameTest3</string>
263 <key>Hostname</key>
264 <string>TEST.apple.com</string>
265 <key>Result</key>
266 <string>kSecTrustResultUnspecified</string>
267 </dict>
268 <key>Test30</key>
269 <dict>
270 <key>Filename</key>
271 <string>InvalidWildcardTest30</string>
272 <key>Hostname</key>
273 <string>apple</string>
274 <key>Result</key>
275 <string>kSecTrustResultRecoverableTrustFailure</string>
276 </dict>
277 <key>Test31</key>
278 <dict>
279 <key>Filename</key>
280 <string>InvalidWildcardTest31</string>
281 <key>Hostname</key>
282 <string>apple.com</string>
283 <key>Result</key>
284 <string>kSecTrustResultRecoverableTrustFailure</string>
285 </dict>
286 <key>Test32</key>
287 <dict>
288 <key>Filename</key>
289 <string>InvalidWildcardTest32</string>
290 <key>Hostname</key>
291 <string>test.apple.com</string>
292 <key>Result</key>
293 <string>kSecTrustResultRecoverableTrustFailure</string>
294 </dict>
295 <key>Test33</key>
296 <dict>
297 <key>Filename</key>
298 <string>InvalidWildcardTest33</string>
299 <key>Hostname</key>
300 <string>apple</string>
301 <key>Result</key>
302 <string>kSecTrustResultRecoverableTrustFailure</string>
303 </dict>
304 <key>Test34</key>
305 <dict>
306 <key>Filename</key>
307 <string>InvalidWildcardTest34</string>
308 <key>Hostname</key>
309 <string>apple</string>
310 <key>Result</key>
311 <string>kSecTrustResultRecoverableTrustFailure</string>
312 </dict>
313 <key>Test35</key>
314 <dict>
315 <key>Filename</key>
316 <string>InvalidWildcardTest30</string>
317 <key>Hostname</key>
318 <string>apple.com</string>
319 <key>Result</key>
320 <string>kSecTrustResultRecoverableTrustFailure</string>
321 </dict>
322 <key>Test36</key>
323 <dict>
324 <key>Filename</key>
325 <string>InvalidWildcardTest33</string>
326 <key>Hostname</key>
327 <string>apple.com</string>
328 <key>Result</key>
329 <string>kSecTrustResultRecoverableTrustFailure</string>
330 </dict>
331 <key>Test37</key>
332 <dict>
333 <key>Filename</key>
334 <string>InvalidWildcardTest34</string>
335 <key>Hostname</key>
336 <string>apple.com</string>
337 <key>Result</key>
338 <string>kSecTrustResultRecoverableTrustFailure</string>
339 </dict>
340 </dict>
341 </plist>