]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: drop support for CURLAUTH_DIGEST_IE 21486/head
authorDaniel Stenberg <daniel@haxx.se>
Sat, 2 May 2026 20:50:10 +0000 (22:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 May 2026 11:43:47 +0000 (13:43 +0200)
commit37b2403f48959c632c8dd1dac688087237410ea2
tree6cb2330d7d9bcb9d6ac1fe47f0db4f2349aba3c5
parent10d4b34e5c962a0b17836b0bc7483ce3b7c518cc
lib: drop support for CURLAUTH_DIGEST_IE

This bit was used to do Digest authentication like Internet Explorer
before version 7 (released on October 18, 2006). Presumably no one uses
this anymore and since it is hard to use and does broken auth, starting
in 8.21.0 this bit does nothing (except setting the actual Digest bit).

Closes #21486
docs/libcurl/opts/CURLOPT_HTTPAUTH.md
docs/libcurl/symbols-in-versions
lib/http_digest.c
lib/setopt.c
lib/urldata.h