Commit Graph

1 Commits

Author SHA1 Message Date
Daiki Ueno
ef17e7a0e2 Revert back to using GnuTLS as the TLS backend
The previous commit switched from GnuTLS to OpenSSL to avoid direct
usage of Nettle functions for NTLM, which worked but posed
user-visible incompatibilities such as PKCS#11 URI passed with
--certificate option.  This patch switches wget back to using GnuTLS
but uses non-Nettle implementation of deprecated algorithms for NTLM.

Resolves: RHEL-69748
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2024-12-11 17:36:47 +09:00