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/test878 | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 tests/data/test878 (limited to 'tests/data/test878') diff --git a/tests/data/test878 b/tests/data/test878 new file mode 100644 index 000000000..33ffb8657 --- /dev/null +++ b/tests/data/test878 @@ -0,0 +1,54 @@ + + + +POP3 +POP3 AUTH DIGEST-MD5 +RFC1734 +RFC2831 +RFC5034 + + + +# +# Server-side + + +AUTH DIGEST-MD5 +REPLY AUTH + Rubbish +REPLY * -ERR AUTH exchange cancelled by client + + + +# +# Client-side + + +pop3 + + +debug +crypto + + +POP3 DIGEST-MD5 graceful cancellation + + +pop3://%HOSTIP:%POP3PORT/878 -u user:secret + + + +# +# Verify data after the test has been "shot" + +# 67 - CURLE_LOGIN_DENIED + +67 + + +CAPA +AUTH DIGEST-MD5 +* +QUIT + + + -- cgit v1.2.3