mirror of
https://github.com/curl/curl.git
synced 2026-08-04 13:46:26 +03:00
Added simple OpenSSL crypto engine tests.
This commit is contained in:
parent
bbdc483671
commit
32fe5b14ec
3 changed files with 68 additions and 1 deletions
24
tests/data/test308
Normal file
24
tests/data/test308
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue