pgcrypto: Remove internal padding implementation
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-02-14T09:42:45Z
Lists: pgsql-hackers
Attachments
- v2-0001-pgcrypto-Remove-internal-padding-implementation.patch (text/plain) patch v2-0001
This is a rebase of the patch from [0]. It removes the internal padding implementation in pgcrypto and lets OpenSSL do it. The internal implementation was once applicable to the non-OpenSSL code paths, but those have since been removed. [0]: https://www.postgresql.org/message-id/b1a62889-bb45-e5e0-d138-7a370a0a334f@enterprisedb.com
Commits
-
pgcrypto: Remove internal padding implementation
- f5576a21b077 15.0 landed