Added simple OpenSSL crypto engine tests.

This commit is contained in:
Dan Fandrich
2007-01-16 18:34:58 +00:00
parent bbdc483671
commit 32fe5b14ec
3 changed files with 68 additions and 1 deletions

24
tests/data/test308 Normal file
View File

@@ -0,0 +1,24 @@
#
# Client-side
<client>
<features>
OpenSSL
</features>
<server>
https
</server>
<name>
simple HTTPS GET with invaild crypto engine
</name>
<command>
--engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
53
</errorcode>
</verify>