test777: simple ---ssl-sessions test with wrong sessions

This commit is contained in:
Daniel Stenberg 2025-11-19 08:32:13 +01:00
parent abe6ea0531
commit b98e791e57
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 49 additions and 1 deletions

View file

@ -110,7 +110,7 @@ test736 test737 test738 test739 test740 test741 test742 test743 test744 \
test745 test746 test747 test748 test749 test750 test751 test752 test753 \
test754 test755 test756 test757 test758 test759 test760 test761 test762 \
test763 test764 test765 test766 test767 test768 test769 test770 test771 \
test772 test773 test774 test775 test776 \
test772 test773 test774 test775 test776 test777 \
test780 test781 test782 test783 test784 test785 test786 test787 test788 \
test789 test790 test791 test792 test793 test794 test796 test797 \
\

48
tests/data/test777 Normal file
View file

@ -0,0 +1,48 @@
<testcase>
<info>
<keywords>
--ssl-sessions
</keywords>
</info>
#
# Server-side
<reply>
<data crlf="headers">
HTTP/1.1 200
Date: Tue, 09 Nov 2030 14:49:00 GMT
Server: test-server/fake swsclose
Content-Type: text/html
</data>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<features>
ssl-sessions
</features>
<name>
--ssl-sessions with weird sessions in file
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --ssl-sessions "%LOGDIR/sessions"
</command>
<file name="%LOGDIR/sessions">
# Your SSL session cache. https://curl.se/docs/ssl-sessions.html
# This file was generated by libcurl! Edit at your own risk.
%b64[this is a funny test]b64%:%b64[second sequence]b64%
%b64[also a funny test]b64%:%b64[second different sequence]b64%
bad base64:also!bad
</file>
</client>
#
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>