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: ba94c26b-0c58-c97e-7a44-f44e08b4cca2@enterprisedb.com
Views: Raw Message | Whole Thread | 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/b1a62889-bb45-e5e0-d138-7a370a0a334f@enterprisedb.com

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