Re: [libmicrohttpd] Digest Authentication algorithm field case sensitivity

2022-01-17 Thread Evgeny Grin
Values must match precisely what is specified by RFC, so this fix definitely is an improvement. However, it is not absolutely clear whether case-sensitive or case-insensitive match should be used for parameters and values. The initial RFC2617 specified that: * realm token must be case-insensi

Re: [libmicrohttpd] Digest Authentication algorithm field case sensitivity

2022-01-17 Thread Christian Grothoff
Dear Ahmet, Thanks for the report, I've fixed this in Git master now. -Christian On 17.01.22 09:50, Ahmet Kermen wrote: > Hi All, > > Since version 0.9.62 libmicrohttpd appears to be started adding optional > "algorithm" field for digest authentication header. According to > RFC2617 https://da

[libmicrohttpd] Digest Authentication algorithm field case sensitivity

2022-01-17 Thread Ahmet Kermen
Hi All, Since version 0.9.62 libmicrohttpd appears to be started adding optional "algorithm" field for digest authentication header. According to RFC2617 https://datatracker.ietf.org/doc/html/rfc2617 and RFC7616 https://datatracker.ietf.org/doc/h