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
- sha2.h.diff (application/octet-stream)
- sha2_openssl.c.diff (application/octet-stream)
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
-
Change SHA2 implementation based on OpenSSL to use EVP digest routines
- 4f48a6fbe2b2 14.0 landed
- e21cbb4b893b 14.0 landed