aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-11-29 14:46:21 +0100
committerAnders Broman <a.broman58@gmail.com>2018-11-29 22:11:27 +0000
commitbcd32b07e7d5fcc14e1683535a53fccdd6be70f3 (patch)
tree80d04cc05ab4fd255cc826466c8001bda11fca7a /docbook
parent7cc07bf7489fc5eef349c6aa862d6b109fe0d483 (diff)
Drop support for GnuTLS 2.12.x, require GnuTLS 3.2 or newer
Upcoming changes need GnuTLS >= 3.0.2. Require GnuTLS 3.2 (or newer) for licensing reasons. The Debian control file still mentions 3.2.14 because older packages linked with a GMP library that was not GPLv2+ compatible. RHEL6 only has 2.12.23, but is already unsupported anyway. Change-Id: I024b2a734ebb16b73a624bb2435c254e963d8b7d Reviewed-on: https://code.wireshark.org/review/30832 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_libraries.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_libraries.asciidoc b/docbook/wsdg_src/WSDG_chapter_libraries.asciidoc
index c81db8b491..2978e732c1 100644
--- a/docbook/wsdg_src/WSDG_chapter_libraries.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_libraries.asciidoc
@@ -229,8 +229,8 @@ https://www.winpcap.org/install/[]
=== GnuTLS (optional)
-The GNU Transport Layer Security Library is used to dissect TLS and SSL
-protocols (aka: HTTPS).
+The GNU Transport Layer Security Library is used to enable TLS decryption
+using a RSA private key.
[[ChLibsUnixGNUTLS]]
@@ -238,7 +238,7 @@ protocols (aka: HTTPS).
If this library isn't already installed or available as a
package for your platform, you can get it at
-https://www.gnu.org/software/gnutls/download.html[].
+https://gnutls.org/[].
[[ChLibsWin32GNUTLS]]