Re: remove internal support in pgcrypto?
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-10-30T12:11:53Z
Lists: pgsql-hackers
Attachments
- v1-0001-Remove-non-OpenSSL-support-from-pgcrypto.patch (text/plain) patch v1-0001
On 24.08.21 11:13, 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]. Here is a patch for this.
Commits
-
pgcrypto: Remove non-OpenSSL support
- db7d1a7b0530 15.0 landed