SHA-1 FIPS - compliance

From: Filip Janus <fjanus(at)redhat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: SHA-1 FIPS - compliance
Date: 2021-07-08 12:33:33
Message-ID: CAFjYY+Jo7qJCAM5oE+NkNP7rFHrM+rqmo3RKmhP3HyBrRPKYFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,
I am a new maintainer of PostgreSQL in Fedora and RHEL. Currently, I am
solving usage SHA-1 for key-derivation in pgcrypto (the s2k-digest-algo).
In the documentation <https://www.postgresql.org/docs/8.3/pgcrypto.html>, I
have found that there are options SHA-1 or MD5. Unfortunately, none of
these algorithms are FIPS compliant. So I would like to ask if exists a
possibility to add or enable support for some type of stronger hash
algorithm?

Thanks
-Filip-

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2021-07-08 12:49:37 Re: [PATCH] expand the units that pg_size_pretty supports on output
Previous Message Fabien COELHO 2021-07-08 12:31:16 Re: rand48 replacement