pgcrypto: Remove internal padding implementation

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgcrypto: Remove internal padding implementation
Date: 2022-02-14 09:42:45
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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/[email protected]

Attachment Content-Type Size
v2-0001-pgcrypto-Remove-internal-padding-implementation.patch text/plain 7.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2022-02-14 09:45:26 Re: [BUG]Update Toast data failure in logical replication
Previous Message Amul Sul 2022-02-14 09:42:18 Re: TAP test to cover "EndOfLogTLI != replayTLI" case