RE: Replace current implementations in crypt() and gen_salt() to OpenSSL - Mailing list pgsql-hackers

From Koshi Shibagaki (Fujitsu)
Subject RE: Replace current implementations in crypt() and gen_salt() to OpenSSL
Date
Msg-id TYCPR01MB11684F3DFBFEF27494ED893CAFA502@TYCPR01MB11684.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: Replace current implementations in crypt() and gen_salt() to OpenSSL  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Replace current implementations in crypt() and gen_salt() to OpenSSL
List pgsql-hackers
Let me confirm the discussion in threads. I think there are two topics.
1. prohibit the use of ciphers disallowed in FIPS mode at the level of block
cipher (crypt-bf, etc...) in crypt() and gen_salt()
2. adding new "crypt-aes" module.

If this is correct, I would like to make a patch for the first topic, as I think
I can handle it.
Daniel, please let me know if you have been making a patch based on the idea.


Also, I think the second one should be discussed in a separate thread, so could
you split it into a separate thread?

Thank you

-----------------------------------------------
Fujitsu Limited
Shibagaki Koshi
shibagaki.koshi@fujitsu.com





pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: About a recently-added message
Next
From: Andrei Lepikhov
Date:
Subject: Re: [POC] Allow flattening of subquery with a link to upper query