From feba3f0549af546677ee2d924344234fd91b8f50 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bigourdan Date: Thu, 6 Feb 2020 15:43:06 +0000 Subject: digest: Do not quote algorithm in HTTP authorisation RFC 7616 section 3.4 (The Authorization Header Field) states that "For historical reasons, a sender MUST NOT generate the quoted string syntax for the following parameters: algorithm, qop, and nc". This removes the quoting for the algorithm parameter. Reviewed-by: Steve Holme Closes #4890 --- tests/data/test2059 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test2059') diff --git a/tests/data/test2059 b/tests/data/test2059 index 4272a7b41..15799ae07 100644 --- a/tests/data/test2059 +++ b/tests/data/test2059 @@ -95,7 +95,7 @@ Content-Length: 0 GET http://%HOSTIP:%HTTPPORT/2059 HTTP/1.1 Host: %HOSTIP:%HTTPPORT -Authorization: Digest username="fddc3bc7b753b73ab0848fd83cb20cbbca971258eb8d20c941dd5e0b010d66be", realm="testrealm", nonce="1053604144", uri="/2059", response="fc09be8192851e284e73e8b719b32a2f6f91cca0594e68713da8c49dc2c1656e", algorithm="SHA-512-256", userhash=true +Authorization: Digest username="fddc3bc7b753b73ab0848fd83cb20cbbca971258eb8d20c941dd5e0b010d66be", realm="testrealm", nonce="1053604144", uri="/2059", response="fc09be8192851e284e73e8b719b32a2f6f91cca0594e68713da8c49dc2c1656e", algorithm=SHA-512-256, userhash=true Content-Range: bytes 2-4/5 Accept: */* Proxy-Connection: Keep-Alive -- cgit v1.2.3