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_6-16-g10da5a6


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_6-16-g10da5a6
Date: Wed, 30 Sep 2009 07:11:43 +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=10da5a6803015c7fd6790af2d7e89d83096ca384

The branch, master has been updated
       via  10da5a6803015c7fd6790af2d7e89d83096ca384 (commit)
       via  96a264f12d402868399ff07f3a5df0b2e3cc879d (commit)
      from  a17153748c2ac5c0877d647c904ce35a1d48eb62 (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 10da5a6803015c7fd6790af2d7e89d83096ca384
Author: Simon Josefsson <address@hidden>
Date:   Wed Sep 30 09:11:37 2009 +0200

    Attempt to negotiate TLS 1.2 by default.

commit 96a264f12d402868399ff07f3a5df0b2e3cc879d
Author: Simon Josefsson <address@hidden>
Date:   Wed Sep 30 09:11:08 2009 +0200

    Add.

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

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

diff --git a/NEWS b/NEWS
index 1c6af68..ab80b90 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ See the end for copying conditions.
 
 * Version 2.9.7 (unreleased)
 
+** libgnutls: TLS 1.2 server mode fixes.
+Now interoperates against Opera.  Contributed by Daiki Ueno.
+
 ** API and ABI modifications:
 No changes since last version.
 
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index d6c0df0..a99cea3 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -208,7 +208,7 @@ gnutls_certificate_type_set_priority (gnutls_session_t 
session,
 }
 
 static const int protocol_priority[] = {
-  /* GNUTLS_TLS1_2, -- not finalized yet! */
+  GNUTLS_TLS1_2,
   GNUTLS_TLS1_1,
   GNUTLS_TLS1_0,
   GNUTLS_SSL3,


hooks/post-receive
-- 
GNU gnutls




reply via email to

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