You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Wenzhe Zhou (Jira)" <ji...@apache.org> on 2020/10/06 00:04:00 UTC

[jira] [Updated] (IMPALA-10206) Support SHA-512 for Digest Access Authorization in Squeasel

     [ https://issues.apache.org/jira/browse/IMPALA-10206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wenzhe Zhou updated IMPALA-10206:
---------------------------------
    Summary: Support SHA-512 for Digest Access Authorization in Squeasel  (was: Replace SHA-512 for Squeasel )

> Support SHA-512 for Digest Access Authorization in Squeasel
> -----------------------------------------------------------
>
>                 Key: IMPALA-10206
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10206
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>    Affects Versions: Impala 4.0
>            Reporter: Wenzhe Zhou
>            Assignee: Wenzhe Zhou
>            Priority: Major
>              Labels: FIPS
>
> Class Webserver (be/src/util/webserver.h) is defined as a wrapper class for the Squeasel web server library.  Squeasel supports the original Digest  Access Authorization with MD5 hash algorithm (RFC 2069). 
> To support FIPS, we have to use FIPS-approved algorithms. Squeasel use MD5 and SHA-1 hash algorithms. But MD5 is one of forbidden algorithms for FIPS, and SHA-1 is soon to be deprecated. We have to replace MD5 and SHA-1 with FIPS-approved algorithms, like SHA-512. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org