lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | <testcase> |
2 | <info> | ||||
3 | <keywords> | ||||
4 | HTTPS | ||||
5 | HTTP GET | ||||
6 | FAILURE | ||||
7 | </keywords> | ||||
8 | </info> | ||||
9 | |||||
10 | # | ||||
11 | # Client-side | ||||
12 | <client> | ||||
13 | <features> | ||||
14 | OpenSSL | ||||
15 | </features> | ||||
16 | <server> | ||||
17 | https | ||||
18 | </server> | ||||
19 | <name> | ||||
20 | simple HTTPS GET with invalid crypto engine | ||||
21 | </name> | ||||
22 | <command> | ||||
23 | --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308 | ||||
24 | </command> | ||||
25 | </client> | ||||
26 | |||||
27 | # | ||||
28 | # Verify data after the test has been "shot" | ||||
29 | <verify> | ||||
30 | <errorcode> | ||||
31 | 53 | ||||
32 | </errorcode> | ||||
33 | </verify> | ||||
34 | </testcase> |