HTTPS
HTTP GET
TLS-SRP
# Server-side
%includetext %SRCDIR/data/data%TESTNUMBER.html%
# Client-side
httptls+srp
TLS-SRP
simple TLS-SRP HTTPS GET, check user in response
--insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword abc -A curl-test-suite https://%HOSTIP:%HTTPTLSPORT
# Verify data after the test has been "shot"
HTTP/1.0 200 OK
Content-type: text/html
FINE
User-Agent: curl-test-suite
Accept: */*
s/^%LTp%GTConnected as user 'jsmith'.*/FINE/
s/Protocol version:.*[0-9]//
s/GNUTLS/GnuTLS/
s/(AES[-_])\d\d\d([-_]CBC)/$1NNN$2/
s/^%LT.*\n//
s/^\n//