[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r7481 - libmicrohttpd/src/testcurl/https
From: |
gnunet |
Subject: |
[GNUnet-SVN] r7481 - libmicrohttpd/src/testcurl/https |
Date: |
Sat, 19 Jul 2008 23:03:35 -0600 (MDT) |
Author: lv-426
Date: 2008-07-19 23:03:35 -0600 (Sat, 19 Jul 2008)
New Revision: 7481
Modified:
libmicrohttpd/src/testcurl/https/mhds_multi_daemon_test.c
libmicrohttpd/src/testcurl/https/tls_authentication_test.c
Log:
part of previous commit
Modified: libmicrohttpd/src/testcurl/https/mhds_multi_daemon_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/mhds_multi_daemon_test.c 2008-07-20
05:00:00 UTC (rev 7480)
+++ libmicrohttpd/src/testcurl/https/mhds_multi_daemon_test.c 2008-07-20
05:03:35 UTC (rev 7481)
@@ -313,7 +313,7 @@
}
errorCount +=
- test_concurent_daemon_pair (test_fd, "AES256-SHA", CURL_SSLVERSION_TLSv1);
+ test_concurent_daemon_pair (test_fd, "AES256-SHA", CURL_SSLVERSION_SSLv3);
if (errorCount != 0)
fprintf (stderr, "Error (code: %u)\n", errorCount);
Modified: libmicrohttpd/src/testcurl/https/tls_authentication_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_authentication_test.c 2008-07-20
05:00:00 UTC (rev 7480)
+++ libmicrohttpd/src/testcurl/https/tls_authentication_test.c 2008-07-20
05:03:35 UTC (rev 7481)
@@ -330,7 +330,7 @@
}
errorCount +=
- test_secure_get (test_fd, "AES256-SHA", CURL_SSLVERSION_TLSv1);
+ test_secure_get (test_fd, "AES256-SHA", CURL_SSLVERSION_SSLv3);
if (errorCount != 0)
fprintf (stderr, "Error (code: %u)\n", errorCount);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r7481 - libmicrohttpd/src/testcurl/https,
gnunet <=