[glib-networking/mcatanzaro/session-resumption: 18/24] Really enable TLS 1.2 tests :D
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/session-resumption: 18/24] Really enable TLS 1.2 tests :D
- Date: Tue, 29 Oct 2019 19:07:24 +0000 (UTC)
commit 14d6d625b018d3f0c98d9db56fcd3187dcd4c0e2
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 3c70f11..ac5d88a 100644
--- a/tls/tests/meson.build
+++ b/tls/tests/meson.build
@@ -94,9 +94,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]