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

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

  1. pgcrypto: Remove internal padding implementation