Commit 89ffa98eacde35b045b16586be196dc2ca89ab0c

Carlos Martín Nieto 2017-11-18T15:51:08

badssl: re-enable RC4 test This used to fail with an error indicating a mis-use of OpenSSL on platforms using it due to poor error handling. Re-enable it even if this isn't the right error code to use for now.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/tests/online/badssl.c b/tests/online/badssl.c
index 6524fcd..ffd4ef1 100644
--- a/tests/online/badssl.c
+++ b/tests/online/badssl.c
@@ -67,9 +67,6 @@ void test_online_badssl__old_cipher(void)
 	git_clone_options opts = GIT_CLONE_OPTIONS_INIT;
 	opts.fetch_opts.callbacks.certificate_check = cert_check_assert_invalid;
 
-	/* FIXME: we don't actually reject RC4 anywhere, figure out what to tweak */
-	cl_skip();
-
 	if (!g_has_ssl)
 		cl_skip();