]> git.ipfire.org Git - thirdparty/cups.git/commit
cups/http-support.c: Apply DigestOptions to RFC 2069 support 287/head
authorZdenek Dohnal <zdohnal@redhat.com>
Fri, 19 Nov 2021 11:23:08 +0000 (12:23 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Fri, 19 Nov 2021 11:23:08 +0000 (12:23 +0100)
commit887041aaa3f61b87c55b2a746a8813be3d584034
tree227529f1c0e50859d6f125dd1dd898042b04cf40
parentecd1cc58a5da7d9ea539b6b673b89c3dfb474586
cups/http-support.c: Apply DigestOptions to RFC 2069 support

Earlier we applied DigestOptions only for devices which implement RFC
2617 or RFC 7616, this commit applies it even for RFC 2069 support.

This issue came up during CentOS Stream/RHEL 9 development, where MD5
digest is marked as insecure for authentication/authorization, so it
should be turned off in default configurations to prevent security
issues.
cups/http-support.c