gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 30/31: test_tls_authentication: fixed to really test TLS


From: gnunet
Subject: [libmicrohttpd] 30/31: test_tls_authentication: fixed to really test TLS authentication
Date: Mon, 10 Oct 2022 13:01:15 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 95e6662960f243c9731df4891a9585650a7d5e47
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Oct 10 13:15:21 2022 +0300

    test_tls_authentication: fixed to really test TLS authentication
    
    Previously test certificate authentication was just skipped
---
 src/testcurl/https/test_tls_authentication.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/https/test_tls_authentication.c 
b/src/testcurl/https/test_tls_authentication.c
index fb6e5615..b488193f 100644
--- a/src/testcurl/https/test_tls_authentication.c
+++ b/src/testcurl/https/test_tls_authentication.c
@@ -75,7 +75,7 @@ test_secure_get (void *cls, const char *cipher_suite, int 
proto_version)
     port = dinfo->port;
   }
 
-  ret = test_daemon_get (NULL, cipher_suite, proto_version, port, 0);
+  ret = test_daemon_get (NULL, cipher_suite, proto_version, port, 1);
 
   MHD_stop_daemon (d);
   return ret;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]