summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-01-12 21:30:04 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-01-12 21:30:04 +0100
commitef78ef389dd5d7e80848fec91925c61eccea3b40 (patch)
treed209cecd792229d8ade25093fc1b64a5fb8ab0fe
parent2a1121f9d91d1b7eda7090b2060a2467fff98153 (diff)
downloadgnutls-ef78ef389dd5d7e80848fec91925c61eccea3b40.tar.gz
Documentation updates.
-rw-r--r--NEWS2
-rw-r--r--doc/manpages/gnutls-cli.13
-rw-r--r--doc/manpages/gnutls-serv.13
3 files changed, 7 insertions, 1 deletions
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