summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrantisek Krenzelok <krenzelok.frantisek@gmail.com>2022-03-25 11:31:05 +0100
committerFrantisek Krenzelok <krenzelok.frantisek@gmail.com>2022-03-31 10:00:05 +0200
commit1f7c401a53394c6ee39a2a913133806e8a9c8289 (patch)
treef243fb858e1178e04a829d52c3f9dc9355ea5159 /doc
parent4b58324309913caf70ae980cc7b3613cb3a51df6 (diff)
downloadgnutls-1f7c401a53394c6ee39a2a913133806e8a9c8289.tar.gz
ktls config documentation
Signed-off-by: Frantisek Krenzelok <krenzelok.frantisek@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-config.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/cha-config.texi b/doc/cha-config.texi
index 62def65796..e550f2e4b1 100644
--- a/doc/cha-config.texi
+++ b/doc/cha-config.texi
@@ -26,6 +26,7 @@ used can be queried using @funcref{gnutls_get_system_config_file}.
* Querying for disabled algorithms and protocols::
* Overriding the parameter verification profile::
* Overriding the default priority string::
+* Disabling system/acceleration protocols::
@end menu
@node Application-specific priority strings
@@ -250,3 +251,18 @@ Below example sets a more specific default priority string.
default-priority-string = SECURE128:-VERS-TLS-ALL:+VERS-TLS1.3
@end example
+
+
+@node Disabling system/acceleration protocols
+@section Disabling system/acceleration protocols
+When system/acceleration protocol is enabled during build, it is usually
+enabled by default. The following options can overwrite this behavior
+system-wide.
+@example
+[global]
+ktls = false
+
+@end example
+@subsection Disabling KTLS
+When GnuTLS is build with -–enable-ktls configuration, it uses KTLS by default.
+This can be overwritten by setting @code{ktls = false} in @code{[global]} section.