]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
better documentation for %INITIAL_SAFE_RENEGOTIATION
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 15 Mar 2010 20:29:29 +0000 (21:29 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 15 Mar 2010 20:29:58 +0000 (21:29 +0100)
doc/manpages/gnutls-cli.1
lib/gnutls_priority.c

index 3cc95ac20ef3830878fc3ae6187b24cf7c513552..6ca8da4266d95c6ac0ac3056d4c65157399dbae5 100644 (file)
@@ -81,9 +81,6 @@ hello. This is to avoid buggy servers from terminating connection.
 "%UNSAFE_RENEGOTIATION" will enable unsafe renegotiation (default
 behaviour at 2.8.5 and earlier releases)
 .IP
-"%INITIAL_SAFE_RENEGOTIATION" will force initial safe negotiation even if
-renegotiation wasn't requested (this is enabled by default).
-.IP
 To avoid collisions in order to specify a compression algorithm in
 this string you have to prefix it with "COMP-", protocol versions
 with "VERS-" and certificate types with "CTYPE-". All other
index 8524dbe9f538c4ab29d7e70a4c5711677d094a37..869c525ca62d8c69650ecbc8adc348fb9101480a 100644 (file)
@@ -524,7 +524,8 @@ gnutls_priority_set (gnutls_session_t session, gnutls_priority_t priority)
  *
  * "%UNSAFE_RENEGOTIATION" will allow unsafe renegotiation.
  *
- * "%INITIAL_SAFE_RENEGOTIATION" will force initial safe negotiation even if renegotiation wasn't requested.
+ * "%INITIAL_SAFE_RENEGOTIATION" will force initial safe negotiation even if 
+ * renegotiation wasn't requested. Only valid for server side.
  *
  * "%DISABLE_SAFE_RENEGOTIATION" will disable safe renegotiation completely. Do not use
  * unless you know what you are doing. Testing purposes only.