From 091d1c1b70a4ffb08bf06b464caf498c75e82f5f Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 31 Jul 2013 13:49:58 +0000 Subject: * test/ssl.c: Disable SSLv2 test, redundant with modern SSL libraries. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1912 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- test/ssl.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/ssl.c b/test/ssl.c index 4f60896..4ea40ed 100644 --- a/test/ssl.c +++ b/test/ssl.c @@ -422,6 +422,7 @@ static int simple(void) return accept_signed_cert(SERVER_CERT); } +#if 0 /* No longer works for modern SSL libraries, rightly so. */ /* Test for SSL operation when server uses SSLv2 */ static int simple_sslv2(void) { @@ -441,6 +442,7 @@ static int simple_sslv2(void) ne_session_destroy(sess); return OK; } +#endif /* Serves using HTTP/1.0 get-till-EOF semantics. */ static int serve_eof(ne_socket *sock, void *ud) @@ -1898,7 +1900,9 @@ ne_test tests[] = { T(clicert_import), T(simple), +#if 0 T(simple_sslv2), +#endif T(simple_eof), T(empty_truncated_eof), T(fail_not_ssl), -- cgit v1.2.1