Re: Is PG CE is FIPS Aware?

From: pramod kg <pramod11287(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Is PG CE is FIPS Aware?
Date: 2022-01-27 05:44:41
Message-ID: CAHkcXnzEuJ_UMZxAtdeVR2fVKZ=YgNwQecUX2bvVq9aMP5bK7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks Tom for your quick response.

I executed query. Got output.

postgres=# SELECT md5('foo');
md5
----------------------------------
acbd18db4cc2f85cedef654fccc4a4d8
(1 row)

Do we have official documentation or any blogs which guides us to make PG
installation FIPS Compliant? Also, is it achievable via RPM based
installation? Or do we need to compile libraries?

On Thu, Jan 27, 2022 at 11:02 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> pramod kg <pramod11287(at)gmail(dot)com> writes:
> > How to determine whether PG installed in a server is FIPS aware or
> not(FIPS
> > 140-2 compliant)? We are doing RPM based installation.
>
> If "SELECT md5('foo')" fails, then FIPS restrictions are active.
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Imran Haider 2022-01-27 05:50:23 Re: Is PG CE is FIPS Aware?
Previous Message Tom Lane 2022-01-27 05:32:37 Re: Is PG CE is FIPS Aware?