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-8-g91f404


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_7-8-g91f4041
Date: Sat, 12 Mar 2011 21:49:38 +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=91f4041f466386e1dedfbf95ffacd713574cc000

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

    correctly set compression method in SSL V2 client hello.

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

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

diff --git a/lib/gnutls_v2_compat.c b/lib/gnutls_v2_compat.c
index 020ced2..d92892b 100644
--- a/lib/gnutls_v2_compat.c
+++ b/lib/gnutls_v2_compat.c
@@ -42,6 +42,7 @@
 #include "gnutls_extensions.h"
 #include "gnutls_auth.h"
 #include "gnutls_v2_compat.h"
+#include "gnutls_constate.h"
 
 /* This selects the best supported ciphersuite from the ones provided */
 static int
@@ -253,6 +254,7 @@ _gnutls_read_client_hello_v2 (gnutls_session_t session, 
opaque * data,
     }
 
   session->internals.compression_method = GNUTLS_COMP_NULL;
+  _gnutls_epoch_set_compression (session, EPOCH_NEXT, 
session->internals.compression_method);
 
   return 0;
 }


hooks/post-receive
-- 
GNU gnutls



reply via email to

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