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

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

  1. pgcrypto: Remove non-OpenSSL support