curl: add new option HTTP AUTH
authorFlorian Eckert <[email protected]>
Tue, 18 Mar 2025 08:48:24 +0000 (09:48 +0100)
committerFlorian Eckert <[email protected]>
Thu, 20 Mar 2025 07:37:57 +0000 (08:37 +0100)
commit43b9a37a6ef0c69e834cf2967a3796804b7e3a48
treed46c852c7d61b622eaecbffda1410aa6ecf2e308
parent2f80944c2b2520caf31db0721a254cc2c549ab8e
curl: add new option HTTP AUTH

The '--enable-http-auth' compile option in cURL is used to enable support
for HTTP authentication methods. This option allows cURL to handle various
authentication schemes, such as Basic, Digest, NTLM, and others, which
are commonly used in HTTP requests to secure access to resources.

This cURL compile option is default disabled. This should at least be enabled
as a compile option in OpenWrt so that it can be switched on if needed.

Signed-off-by: Florian Eckert <[email protected]>
net/curl/Config.in
net/curl/Makefile