summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-08-15 08:07:02 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-08-15 08:07:02 +0000
commitd4624761e3893314d5504a6ecbc9da6ff758bc41 (patch)
tree4d5330125b22c7a8aa9342f15eff4d05c0c5a356
parent4da7179fd3de20510cec62f3f0c43f5cbcd6f83a (diff)
parentbcaa194204a2589ce3f49ddad796cad7f756284f (diff)
downloadgnutls-d4624761e3893314d5504a6ecbc9da6ff758bc41.tar.gz
Merge branch 'tmp-document-none' into 'master'
doc: document the non-portability of NONE priority string See merge request gnutls/gnutls!731
-rw-r--r--doc/cha-gtls-app.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 8de6c469b8..8fd31b2add 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1183,7 +1183,14 @@ verification profile.
@item NONE @tab
Means nothing is enabled. This disables even protocol versions.
-It should be followed by the algorithms to be enabled.
+It should be followed by the algorithms to be enabled. Note that
+using this option to build a priority string gives detailed control
+into the resulting settings, however it creates non-portable applications.
+With new revisions of the TLS protocol new priority items are routinely added
+requiring such a string to be continuously updated with the library. As
+such, we advice against using that option for applications targetting multiple versions
+of the GnuTLS library, and recommend using the defaults (see above) or
+adjusting the defaults via @funcref{gnutls_set_default_priority_append}.
@end multitable
@caption{Supported initial keywords.}