summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-29 02:04:19 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-29 02:04:19 +0200
commitef11b756916c9961d63b373b06ec229841cc07a9 (patch)
treeb3d4cb603ba933c6cf287655d928baa8057cb782
parente41e31fca838c6c62d0f56a506e7d4b6ba90b3a3 (diff)
downloadgnutls-ef11b756916c9961d63b373b06ec229841cc07a9.tar.gz
Documented the defaults.
-rw-r--r--doc/gnutls.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 321271b577..dd4d86fb70 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -1304,6 +1304,17 @@ clients and servers, by using the @code{%DISABLE_SAFE_RENEGOTIATION}
priority string however we strongly recommend you to only do this for
debugging and test purposes.
+The default values if the flags above are not specified are:
+@table @code
+
+@item Server:
+%SAFE_RENEGOTIATION
+
+@item Client:
+%UNSAFE_RENEGOTIATION
+
+@end table
+
For applications we have introduced a new API related to safe
renegotiation. The @ref{gnutls_safe_renegotiation_status} function is
used to check if the extension has been negotiated on a session, and