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-6-gd2fecb


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_7-6-gd2fecbf
Date: Sat, 12 Mar 2011 10:41:30 +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=d2fecbf049ac2affc7bd06753cec141e30a2cc05

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

    default behavior is to send SSL3.0 client hellos.

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

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

diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index b6c1fba..2f35a84 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -537,6 +537,7 @@ gnutls_priority_init (gnutls_priority_t * priority_cache,
    * when we make it the default.
    */
   (*priority_cache)->sr = SR_PARTIAL;
+  (*priority_cache)->ssl3_record_version = 1;
 
   if (priorities == NULL)
     priorities = "NORMAL";


hooks/post-receive
-- 
GNU gnutls



reply via email to

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