Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto
Date
Msg-id E0471079-B5A8-413E-8F7A-D66C44F7DAD1@yesql.se
Whole thread Raw
In response to Re: Feature Request: Add AES-128-CFB Mode Support to pgcrypto  (Álvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
> On 5 Feb 2025, at 18:24, Álvaro Herrera <alvherre@alvh.no-ip.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




pgsql-hackers by date:

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