Re: Replace current implementations in crypt() and gen_salt() to OpenSSL

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Replace current implementations in crypt() and gen_salt() to OpenSSL
Дата
Msg-id EC00F20F-C4E9-4A64-98DC-4AE70D0E37AA@yesql.se
обсуждение исходный текст
Ответ на Re: Replace current implementations in crypt() and gen_salt() to OpenSSL  (Peter Eisentraut <peter@eisentraut.org>)
Список pgsql-hackers
> On 20 Feb 2024, at 12:18, Peter Eisentraut <peter@eisentraut.org> wrote:

> I think we are going about this the wrong way.  It doesn't make sense to ask OpenSSL what a piece of code that
doesn'tuse OpenSSL should do. 

Given that pgcrypto cannot be built without OpenSSL, and ideally we should be
using the OpenSSL implementations for everything, I don't think it's too far
fetched.

--
Daniel Gustafsson




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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Replace current implementations in crypt() and gen_salt() to OpenSSL
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Integer undeflow in fprintf in dsa.c