1<testcase> 2<info> 3<keywords> 4HTTPS 5HTTP GET 6PEM certificate 7CRL 8</keywords> 9</info> 10 11# 12# Client-side 13<client> 14<features> 15SSL 16local-http 17</features> 18<server> 19https Server-localhost-sv.pem 20</server> 21<name> 22CRL test 23</name> 24<command> 25-4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --crlfile %SRCDIR/certs/Server-localhost-sv.crl https://localhost:%HTTPSPORT/%TESTNUMBER 26</command> 27</client> 28 29# 30# Verify data after the test has been "shot" 31<verify> 32<errorcode> 3360 34</errorcode> 35</verify> 36</testcase> 37