diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-01-16 18:34:58 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-01-16 18:34:58 +0000 |
commit | 32fe5b14ec1231bc3b64b8d5fbd2db5be50de475 (patch) | |
tree | 8a9a211e2e75061758ee736aedf8ea419023b6a5 /tests/data/test308 | |
parent | bbdc483671a248b553c1e5ccb42c90a665cea629 (diff) |
Added simple OpenSSL crypto engine tests.
Diffstat (limited to 'tests/data/test308')
-rw-r--r-- | tests/data/test308 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/data/test308 b/tests/data/test308 new file mode 100644 index 000000000..d9ae1fd88 --- /dev/null +++ b/tests/data/test308 @@ -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> |