summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-21 16:18:23 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-24 12:50:53 +0200
commitbceaac87c4a853f1d62cd4560788ddbcd7db7a1b (patch)
treeeb25dfa9d036d2b91fee02b07afe26e7190dd492 /m4
parentc64fc97523570a72abc3a58a0b85cbb3da231067 (diff)
downloadgnutls-bceaac87c4a853f1d62cd4560788ddbcd7db7a1b.tar.gz
Enable the TLS1.3 protocol by default
As the protocol has been finalized, and the implementation is stable and interoperable, there is no need to enable it conditionally. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 1cc442d2d2..f25fca1247 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -173,21 +173,6 @@ LIBTASN1_MINIMUM=4.9
AM_CONDITIONAL(ENABLE_SSL3, test "$ac_enable_ssl3" != "no")
- ac_enable_tls13=no
- AC_MSG_CHECKING([whether to enable the TLS 1.3 draft protocol])
- AC_ARG_ENABLE(tls13-support,
- AS_HELP_STRING([--enable-tls13-support],
- [enable the TLS1.3 draft protocol by default]),
- ac_enable_tls13=$enableval)
- if test x$ac_enable_tls13 != xno; then
- AC_MSG_RESULT(yes)
- AC_DEFINE([ENABLE_TLS13], 1, [enable TLS1.3 support])
- else
- ac_full=0
- AC_MSG_RESULT(no)
- fi
- AM_CONDITIONAL(ENABLE_TLS13, test "$ac_enable_tls13" != "no")
-
ac_enable_ssl2=yes
AC_MSG_CHECKING([whether to disable the SSL 2.0 client hello])
AC_ARG_ENABLE(ssl2-support,