From d3325ae40a63452d0cd1709e6318d9953e6c8916 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 23 Nov 2013 14:46:32 +0000 Subject: tests: Added POP3 graceful authentication cancellation tests --- tests/data/test876 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tests/data/test876 (limited to 'tests/data/test876') diff --git a/tests/data/test876 b/tests/data/test876 new file mode 100644 index 000000000..2050ba174 --- /dev/null +++ b/tests/data/test876 @@ -0,0 +1,53 @@ + + + +POP3 +POP3 AUTH CRAM-MD5 +RFC1734 +RFC2195 +RFC5034 + + + +# +# Server-side + + +AUTH CRAM-MD5 +REPLY AUTH + Rubbish +REPLY * -ERR AUTH exchange cancelled by client + + + +# +# Client-side + + +pop3 + + +crypto + + +POP3 CRAM-MD5 graceful cancellation + + +pop3://%HOSTIP:%POP3PORT/876 -u user:secret + + + +# +# Verify data after the test has been "shot" + +# 67 - CURLE_LOGIN_DENIED + +67 + + +CAPA +AUTH CRAM-MD5 +* +QUIT + + + -- cgit v1.2.3