support for it, supply --enable-heartbeat-support to configure
script.
+** libgnutls: SRP authentication is now disabled by default.
+ It is disabled because the SRP authentication in TLS is not up to
+ date with the latest TLS standards and its ciphersuites are based
+ on the CBC mode and SHA-1. To enable it back, supply
+ --enable-srp-authentication option to configure script.
+
** minitasn1: Upgraded to libtasn1 version 4.19.
** API and ABI modifications:
fi
AM_CONDITIONAL(ENABLE_HEARTBEAT, test "$ac_enable_heartbeat" != "no")
- ac_enable_srp=yes
- AC_MSG_CHECKING([whether to disable SRP authentication support])
+ ac_enable_srp=no
+ AC_MSG_CHECKING([whether to enable SRP authentication support])
AC_ARG_ENABLE(srp-authentication,
- AS_HELP_STRING([--disable-srp-authentication],
- [disable the SRP authentication support]),
+ AS_HELP_STRING([--enable-srp-authentication],
+ [enable the SRP authentication support]),
ac_enable_srp=$enableval)
if test x$ac_enable_srp != xno; then
AC_MSG_RESULT(no)