Re: scram-sha-256 authentication broken in FIPS mode

Alessandro Gherardi <alessandro.gherardi@yahoo.com>

From: Alessandro Gherardi <alessandro.gherardi@yahoo.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2018-09-10T14:52:00Z
Lists: pgsql-general

Attachments

 I changed the implementation of the other SHA digests to use EVP also.
I verified that, with these changes, scram-sha-256 works when FIPS is enabled.      

Commits

  1. Change SHA2 implementation based on OpenSSL to use EVP digest routines