From 0043b3fb8cf930825c3043bd72af2f57ab5d6719 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 1 Aug 2026 13:08:30 +0200 Subject: [PATCH] DEPENDENCIES.md: document minimum nettle version: 3.4.1 (2018-12-04) It comes as a transitive requirement by the minimum GnuTLS version. Because libcurl uses nettle directly (in GnuTLS builds), I figure it is useful to document explicitly. Refs: https://github.com/gnutls/gnutls/commit/4353ea025ae032887f3e8cf5aadace25662c6b35 https://github.com/curl/curl/pull/22456#discussion_r3695417678 https://github.com/gnutls/nettle/releases/tag/nettle_3.4.1_release_20181204 Closes #22457 --- docs/DEPENDENCIES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DEPENDENCIES.md b/docs/DEPENDENCIES.md index a6c97c2947..efa659cb93 100644 --- a/docs/DEPENDENCIES.md +++ b/docs/DEPENDENCIES.md @@ -35,6 +35,7 @@ We aim to support these or later versions: - libssh2 1.9.0 (2019-06-20) - mbedTLS 3.2.0 (2022-07-11) - MIT Kerberos 1.3 (2003-07-31) +- nettle 3.4.1 (2018-12-04) - nghttp2 1.15.0 (2016-09-25) - nghttp3 1.0.0 (2023-10-15) - ngtcp2 1.0.0 (2023-10-15), with OpenSSL 3.5.0+: 1.12.0 (2025-04-16)