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

2025-01-29 Thread Vladyslav Nebozhyn
, and I appreciate your support in making it happen. Thanks again! Best regards, Vladyslav Nebozhyn On Wed, 29 Jan 2025 at 12:11, Vladyslav Nebozhyn wrote: > > Dear Daniel Gustafsson, > > Thank you for your response and for offering to review the patch. I > really appreciat

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

2025-01-29 Thread Vladyslav Nebozhyn
ssl_cast_cbc}, {"aes-ecb", &ossl_aes_ecb}, {"aes-cbc", &ossl_aes_cbc}, + {"aes-cfb", &ossl_aes_cfb}, {NULL} }; -- 2.40.1.windows.1 Best regards, Vladyslav Nebozhyn On Tue, 28 Jan 2025 at 14:14, Daniel Gustafsson <dan...@yesql.se> wrote:>

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

2025-01-28 Thread Vladyslav Nebozhyn
a few lines of code. This enhancement would greatly benefit users in managed environments and improve the flexibility of PostgreSQL as a whole. Thank you for considering this request. I would be happy to assist in testing or providing further information if needed. Best regards, Vladyslav