Re: remove internal support in pgcrypto?
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-08-24T10:28:42Z
Lists: pgsql-hackers
On Tue, Aug 24, 2021 at 11:13:44AM +0200, Peter Eisentraut wrote: > So I'm tempted to suggest that we remove the built-in, non-OpenSSL cipher > and hash implementations in pgcrypto (basically INT_SRCS in > pgcrypto/Makefile), and then also pursue the simplifications in the OpenSSL > code paths described in [0]. +1 to remove the internal parts. And the options of the non-OpenSSL code paths are more limited than the OpenSSL ones, with md5, sha1 and sha2. NSS has support for most of the hash implementations pgcrypto makes use of, as far as I recall. -- Michael
Commits
-
pgcrypto: Remove non-OpenSSL support
- db7d1a7b0530 15.0 landed