Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Umar Hayat <postgresql(dot)wizard(at)gmail(dot)com>, Vladyslav Nebozhyn <vlad(at)liberatii(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto
Date: 2025-02-05 17:28:11
Message-ID: E0471079-B5A8-413E-8F7A-D66C44F7DAD1@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 5 Feb 2025, at 18:24, Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:

> Anyway, at least the bytes appear to be interpreted the same by both
> openssl and this new function, so that's good news.

Thanks for confirming. Short of a very small doc change (which I don't have
handy on this laptop) I think this patch is ready. I wish we had a better way
of adding support for ciphers in OpenSSL but it's not the responsibility of
this patch to solve that.

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranier Vilela 2025-02-05 17:31:40 Re: Avoid possible deference NULL pointer (src/backend/optimizer/path/allpaths.c)
Previous Message Álvaro Herrera 2025-02-05 17:24:17 Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto