[glib-networking/mcatanzaro/session-resumption: 11/17] Really enable TLS 1.2 tests :D



commit 655561a414366017b76efbe6ac2c755dad20050a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Aug 18 21:15:21 2019 -0500

    Really enable TLS 1.2 tests :D

 tls/tests/meson.build | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/tls/tests/meson.build b/tls/tests/meson.build
index f181a6c..fefefab 100644
--- a/tls/tests/meson.build
+++ b/tls/tests/meson.build
@@ -80,9 +80,8 @@ foreach backend: backends
     endif
 
     if backend == 'gnutls' and program[0] == 'connection' or program[0] == 'dtls-connection'
-      # Run the tests again, this time with TLS 1.3 disabled.
-      # FIXME: TLS 1.2 tests are disabled until we fix
-      #test(program_name + '-tls1.2', exe, env: test_envs + 
['G_TLS_GNUTLS_PRIORITY=NORMAL:%COMPAT:!VERS-TLS1.3'])
+      # Run the tests again, this time with TLS 1.3 disabled so we can test TLS 1.2.
+      test(program_name + '-tls1.2', exe, env: test_envs + 
['G_TLS_GNUTLS_PRIORITY=NORMAL:%COMPAT:!VERS-TLS1.3'])
     endif
   endforeach
 endforeach


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