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-28-g8e46c95


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-28-g8e46c95
Date: Tue, 18 May 2010 19:36:46 +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=8e46c951536641a7a5e08e79570040492a5cf0b3

The branch, master has been updated
       via  8e46c951536641a7a5e08e79570040492a5cf0b3 (commit)
      from  848d5920044e9f4880d9f9857039d82bf03f0352 (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 8e46c951536641a7a5e08e79570040492a5cf0b3
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue May 18 21:36:43 2010 +0200

    Documented behavioral change.

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

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

diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index c914b08..ae7c697 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -538,10 +538,12 @@ gnutls_priority_set (gnutls_session_t session, 
gnutls_priority_t priority)
  * "%COMPAT" will enable compatibility features for a server.
  *
  * "%UNSAFE_RENEGOTIATION" will allow unsafe renegotiation (this is now
- * the default, but will change once more servers support the safe 
renegotiation
+ * the default for clients, but will change once more servers support the safe 
renegotiation
  * TLS fix).
  *
- * "%SAFE_RENEGOTIATION" will allow safe renegotiation only.
+ * "%SAFE_RENEGOTIATION" will allow safe renegotiation only (this is the
+ * default for servers - that will reject clients trying to perform an
+ * unsafe renegotiation).
  *
  * "%INITIAL_SAFE_RENEGOTIATION" will force initial safe negotiation even if 
  * renegotiation wasn't requested. Only valid for server side and implies


hooks/post-receive
-- 
GNU gnutls



reply via email to

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