gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_7-7-g5c783d


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_7-7-g5c783df
Date: Sat, 12 Mar 2011 10:56:05 +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=5c783dfc95c7b6aa67eca1828b05819fc89335e5

The branch, gnutls_2_12_x has been updated
       via  5c783dfc95c7b6aa67eca1828b05819fc89335e5 (commit)
      from  d2fecbf049ac2affc7bd06753cec141e30a2cc05 (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 5c783dfc95c7b6aa67eca1828b05819fc89335e5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Mar 12 11:55:51 2011 +0100

    do not set default record version (i.e. SSL 3.0) during a re-handshake.

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

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

diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index a671785..8ed84f2 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -316,7 +316,7 @@ copy_record_version (gnutls_session_t session,
 {
   gnutls_protocol_t lver;
 
-  if (htype != GNUTLS_HANDSHAKE_CLIENT_HELLO
+  if (session->internals.initial_negotiation_completed || htype != 
GNUTLS_HANDSHAKE_CLIENT_HELLO
       || session->internals.default_record_version[0] == 0)
     {
       lver = gnutls_protocol_get_version (session);


hooks/post-receive
-- 
GNU gnutls



reply via email to

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