From: Nikos Mavrogiannopoulos Date: Tue, 12 Jan 2010 20:30:04 +0000 (+0100) Subject: Documentation updates. X-Git-Tag: gnutls_2_9_10~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef78ef389dd5d7e80848fec91925c61eccea3b40;p=thirdparty%2Fgnutls.git Documentation updates. --- diff --git a/NEWS b/NEWS index aa7f8d0595..47bb5bab10 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ See the end for copying conditions. * Version 2.9.10 (unreleased) -** libgnutls: When checking self signature also check the signatures of all subkeys. +** libgnutls: When checking openpgp self signature also check the signatures of all subkeys. Ilari Liusvaara noticed and reported the issue and provided test vectors as well. ** libgnutls: Added cryptodev support (/dev/crypto). Tested with diff --git a/doc/manpages/gnutls-cli.1 b/doc/manpages/gnutls-cli.1 index 6ca8da4266..3f3865e850 100644 --- a/doc/manpages/gnutls-cli.1 +++ b/doc/manpages/gnutls-cli.1 @@ -81,6 +81,9 @@ 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. +.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/doc/manpages/gnutls-serv.1 b/doc/manpages/gnutls-serv.1 index e1b5bd16e9..b056583695 100644 --- a/doc/manpages/gnutls-serv.1 +++ b/doc/manpages/gnutls-serv.1 @@ -78,6 +78,9 @@ Special keywords: "%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. +.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