gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-104-gb0680b7


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-104-gb0680b7
Date: Thu, 20 Sep 2012 21:41:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=b0680b7566709eaed6fb5192180702292266e335

The branch, master has been updated
       via  b0680b7566709eaed6fb5192180702292266e335 (commit)
       via  4e97dfef6e163f43c89fd5693fd1d29a6c20f373 (commit)
      from  739d28d20b5567eb7c1835747f8a639b5329b63e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b0680b7566709eaed6fb5192180702292266e335
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Sep 20 23:41:01 2012 +0200

    bumped versions

commit 4e97dfef6e163f43c89fd5693fd1d29a6c20f373
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Sep 18 21:50:35 2012 +0200

    doc update

-----------------------------------------------------------------------

Summary of changes:
 configure.ac           |    2 +-
 doc/cha-gtls-app.texi  |    4 +++-
 doc/cha-intro-tls.texi |    4 +++-
 m4/hooks.m4            |    4 ++--
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 02cda83..7562242 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # USA
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.1.0], address@hidden)
+AC_INIT([GnuTLS], [3.1.2], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 7e82a42..3e84ba2 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -982,7 +982,9 @@ renegotiation thus this option must be used with care.
 @item %STATELESS_COMPRESSION @tab
 will disable keeping state across records when compressing. This may
 help to mitigate attacks when compression is used but an attacker
-is in control of input data.
+is in control of input data. This has to be used only when the
+data that are possibly controlled by an attacker are placed in
+separate records.
 
 @item %SERVER_PRECEDENCE @tab
 The ciphersuite will be selected according to server priorities
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index 8279fff..581a527 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -191,7 +191,9 @@ on @xcite{RFC3749}. The supported algorithms are shown 
below.
 Note that compression enables attacks such as traffic analysis, or even
 plaintext recovery under certain circumstances. To avoid some of these
 attacks GnuTLS allows each record to be compressed independently (i.e.,
-stateless compression), by using the "%STATELESS_COMPRESSION" priority string.
+stateless compression), by using the "%STATELESS_COMPRESSION" priority string,
+in order to be used in cases where the attacker controlled data are
+pt in separate records.
 
 @node Weaknesses and countermeasures
 @subsection Weaknesses and countermeasures
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index b38c27e..6c9f814 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces changed/added/removed:   CURRENT++       REVISION=0
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
-  AC_SUBST(LT_CURRENT, 39)
+  AC_SUBST(LT_CURRENT, 40)
   AC_SUBST(LT_REVISION, 0)
-  AC_SUBST(LT_AGE, 11)
+  AC_SUBST(LT_AGE, 12)
 
   AC_SUBST(LT_SSL_CURRENT, 27)
   AC_SUBST(LT_SSL_REVISION, 2)


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]