From: Nikos Mavrogiannopoulos Date: Mon, 15 Mar 2010 20:29:29 +0000 (+0100) Subject: better documentation for %INITIAL_SAFE_RENEGOTIATION X-Git-Tag: gnutls_2_9_10~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de209286f0fb07ffbc4429d4896f852dd6d7259f;p=thirdparty%2Fgnutls.git better documentation for %INITIAL_SAFE_RENEGOTIATION --- diff --git a/doc/manpages/gnutls-cli.1 b/doc/manpages/gnutls-cli.1 index 3cc95ac20e..6ca8da4266 100644 --- a/doc/manpages/gnutls-cli.1 +++ b/doc/manpages/gnutls-cli.1 @@ -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 diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index 8524dbe9f5..869c525ca6 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -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.