1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

dirmngr: Require gnutls 3.2

* dirmngr/http.c: Remove gnutls version specific code.
(send_request): Factor some code out to ...
(run_proxy_connect): new.
(mk_proxy_request): new.
(mk_std_request): new.
* configure.ac (NEED_GNUTLS_VERSION): Require 3.2.
--

This patch is to factor out some code and also to remove support for
legacy gnutls versions.  Note that gnutls 3.2 was released 10 years
ago.
This commit is contained in:
Werner Koch 2023-09-21 13:32:56 +02:00
parent 8e3d4f5b63
commit 5fd5e7433d
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 194 additions and 139 deletions

View file

@ -72,7 +72,7 @@ NEED_NPTH_API=1
NEED_NPTH_VERSION=1.2
NEED_GNUTLS_VERSION=3.0
NEED_GNUTLS_VERSION=3.2
NEED_SQLITE_VERSION=3.7