File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test308
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: HTTPS
    5: HTTP GET
    6: FAILURE
    7: </keywords>
    8: </info>
    9: 
   10: #
   11: # Client-side
   12: <client>
   13: <features>
   14: OpenSSL
   15: !MultiSSL
   16: </features>
   17: <server>
   18: https
   19: </server>
   20:  <name>
   21: simple HTTPS GET with invalid crypto engine
   22:  </name>
   23:  <command>
   24: --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308
   25: </command>
   26: </client>
   27: 
   28: #
   29: # Verify data after the test has been "shot"
   30: <verify>
   31: <errorcode>
   32: 53
   33: </errorcode>
   34: </verify>
   35: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>