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_2_9_10-40-gb446206


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-40-gb446206
Date: Sat, 22 May 2010 20:18:56 +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=b44620626a681b649613055973cfc2630343be05

The branch, master has been updated
       via  b44620626a681b649613055973cfc2630343be05 (commit)
      from  3ee73d04c2a503c4295bd515957b7ea10b5d71d8 (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 b44620626a681b649613055973cfc2630343be05
Author: Simon Josefsson <address@hidden>
Date:   Sat May 22 22:18:51 2010 +0200

    Readd lost fix from Nikos.

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

Summary of changes:
 lib/gnutls_handshake.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index 61fa354..cd2378b 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -864,7 +864,8 @@ _gnutls_server_select_suite (gnutls_session_t session, 
opaque * data,
 
   /* First, check for safe renegotiation SCSV.
    */
-  {
+  if (session->internals.priorities.disable_safe_renegotiation == 0)
+    {
     int offset;
 
     for (offset = 0; offset < datalen; offset += 2)


hooks/post-receive
-- 
GNU gnutls



reply via email to

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