[glib-networking/mcatanzaro/tls1.2: 10/11] Really enable TLS 1.2 tests :D
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/tls1.2: 10/11] Really enable TLS 1.2 tests :D
- Date: Mon, 19 Aug 2019 21:32:26 +0000 (UTC)
commit e0fddbc49556f60906f8d1554ce2b9450a8744b7
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Aug 18 21:15:21 2019 -0500
Really enable TLS 1.2 tests :D
Fixes #94
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]