From 0891fe7ade45e828ca0d0fc5eb9c214a136e9580 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 20 Apr 2020 22:23:48 +0200 Subject: gnutls: bump lowest supported version to 3.1.10 GnuTLS 3.1.10 added new functions we want to use. That version was released on Mar 22, 2013. Removing support for older versions also greatly simplifies the code. Ref: #5271 Closes #5276 --- docs/INTERNALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index add8b417f..635e7b2d1 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -85,7 +85,7 @@ Dependencies ------------ - OpenSSL 0.9.7 - - GnuTLS 2.11.3 + - GnuTLS 3.1.10 - zlib 1.1.4 - libssh2 0.16 - c-ares 1.6.0 -- cgit v1.2.3