[glib-networking/mcatanzaro/session-resumption] test



commit 41f0ef7fcdfa738eacf8e85798f310a7472a4d1c
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Oct 6 20:21:57 2019 -0500

    test

 tls/tests/connection.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index eed4785..99442af 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1098,6 +1098,9 @@ test_client_auth_failure (TestConnection *test,
 
   g_tls_connection_set_database (G_TLS_CONNECTION (test->client_connection), test->database);
 
+// FIXME
+g_tls_connection_set_require_close_notify (G_TLS_CONNECTION (test->client_connection), FALSE);
+
   /* No Certificate set */
 
   /* All validation in this test */


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