Re: Refactoring HMAC in the core code

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Refactoring HMAC in the core code
Дата
Msg-id YAupaDtux0mykWtR@paquier.xyz
обсуждение исходный текст
Ответ на Re: Refactoring HMAC in the core code  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Refactoring HMAC in the core code  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Fri, Jan 08, 2021 at 04:11:53PM +0900, Michael Paquier wrote:
> Please find attached a rebased version.  I have simplified the
> implementation to use an opaque pointer similar to the cryptohash
> part, leading to a large cleanup of the allocation logic for both
> implementations, with and without OpenSSL.

Rebased patch is attached wiht SHA1 added as of a8ed6bb.  Now that
SHA1 is part of the set of options for cryptohashes, a lot of code of
pgcrypto can be cleaned up thanks to the refactoring done here, but
I am leaving that as a separate item to address later.
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: Is Recovery actually paused?