]> git.ipfire.org Git - thirdparty/curl.git/commit
cookie: check __Secure- and __Host- case sensitively
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2020 08:57:50 +0000 (09:57 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2020 15:01:23 +0000 (16:01 +0100)
commit5af0165562f35d06b9db6c9844203ad33a4a8ee6
tree48bcfd449702e1f15472fcbacac349fd187b16fa
parent0a7b7a9d401fddd5bcde6801b1813794a2744766
cookie: check __Secure- and __Host- case sensitively

While most keywords in cookies are case insensitive, these prefixes are
specified explicitly to get checked "with a case-sensitive match".

(From the 6265bis document in progress)

Ref: https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-04
Closes #4864
lib/cookie.c