From bf41514739c804ffdea8d15a2aa8e2f5ea3ae2a8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 27 Jun 2010 17:55:48 +0000 Subject: Force support of safe renegotiation. --- diff --git a/NEWS b/NEWS index ef5bef4..c0f3a0d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +** Version 0.5.7 +- Added support for session tickets. + +- Depend on gnutls 2.10.0 to force support for safe + renegotiation. + ** Version 0.5.6 (2010-03-24) - Corrected issue with firefox and long POST data (by handling EINTR and EAGAIN errors in read). diff --git a/configure.ac b/configure.ac index e1bee4e..497f73a 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,8 @@ CHECK_APACHE(,$AP_VERSION, dnl LIBTOOL="`${APR_CONFIG} --apr-libtool`" dnl AC_SUBST(LIBTOOL) -MIN_TLS_VERSION=2.4.0 +dnl Depend on 2.10.0 due to safe renegotiation addition. +MIN_TLS_VERSION=2.10.0 AM_PATH_LIBGNUTLS($MIN_TLS_VERSION,, AC_MSG_ERROR([[ *** -- cgit v0.9.2