Re: Replace current implementations in crypt() and gen_salt() to OpenSSL
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Joe Conway <mail@joeconway.com>
Cc: Daniel Gustafsson <daniel@yesql.se>,
Peter Eisentraut <peter@eisentraut.org>, "Koshi Shibagaki (Fujitsu)" <shibagaki.koshi@fujitsu.com>, "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2024-11-22T17:09:10Z
Lists: pgsql-hackers
On Thu, Nov 21, 2024 at 4:39 PM Joe Conway <mail@joeconway.com> wrote: > I mean, perhaps I am misreading and/or interpreting all of that > differently to you, but from my reading of the entire thread there was > clearly no consensus to using openssl to provide those two functions. OK, I see the problem now. I don't interpret those messages as opposing the idea of making this use OpenSSL, but they do say it would be hard to implement, which is a problem. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
pgcrypto: Make it possible to disable built-in crypto
- 035f99cbebe5 18.0 landed
-
pgcrypto: Add function to check FIPS mode
- 924d89a35475 18.0 landed
-
citext: Allow tests to pass in OpenSSL FIPS mode
- 3c551ebede46 17.0 cited
-
pgcrypto: Remove non-OpenSSL support
- db7d1a7b0530 15.0 cited