priority modifier have been added to allow disabling of the
status_request TLS extension in the client side.
+** libgnutls: TLS heartbeat is disabled by default.
+ The heartbeat extension in TLS (RFC 6520) is not widely used given
+ other implementations dropped support for it. To enable back
+ support for it, supply --enable-heartbeat-support to configure
+ script.
+
** minitasn1: Upgraded to libtasn1 version 4.19.
** API and ABI modifications:
fi
AM_CONDITIONAL(ENABLE_ALPN, test "$ac_enable_alpn" != "no")
- ac_enable_heartbeat=yes
+ ac_enable_heartbeat=no
AC_MSG_CHECKING([whether to enable TLS heartbeat support])
AC_ARG_ENABLE(heartbeat-support,
- AS_HELP_STRING([--disable-heartbeat-support],
- [disable support for the heartbeat extension]),
+ AS_HELP_STRING([--enable-heartbeat-support],
+ [enable support for the heartbeat extension]),
ac_enable_heartbeat=$enableval)
if test x$ac_enable_heartbeat != xno; then
AC_MSG_RESULT(yes)