37 lines
476 B
Plaintext
37 lines
476 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTPS
|
|
HTTP GET
|
|
PEM certificate
|
|
CRL
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
local-http
|
|
</features>
|
|
<server>
|
|
https test-localhost.pem
|
|
</server>
|
|
<name>
|
|
CRL test
|
|
</name>
|
|
<command>
|
|
-4 --cacert %SRCDIR/certs/test-ca.crt --crlfile %SRCDIR/certs/test-localhost.crl https://localhost:%HTTPSPORT/%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
60
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|