Re: scram-sha-256 authentication broken in FIPS mode

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: scram-sha-256 authentication broken in FIPS mode
Дата
Msg-id 20180913031114.GA3578@paquier.xyz
обсуждение исходный текст
Ответ на Re: scram-sha-256 authentication broken in FIPS mode  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: scram-sha-256 authentication broken in FIPS mode
Список pgsql-general
On Wed, Sep 12, 2018 at 07:24:24AM +0900, Michael Paquier wrote:
> Good point.  Such things have bitten in the past.  Okay, then let's do
> something about sha2_openssl.c only on HEAD for now then, which I am
> fine to finish wrapping.

I was looking at trying to commit this patch, however more needs to be
done in terms of error handling, as the proposed patch would happily
crash if EVP_MD_CTX cannot be allocated (understand OOM) in
EVP_DigestInit_ex if I read the OpenSSL code correctly (see
crypto/evp/digest.c).  Our lives would be facilitated if it was possible
to use directly EVP_MD_CTX and EVP_MD_CTX_init so as no allocation is
done but that's not doable as of 1.0.2.
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: constraint exclusion with a tsrange type
Следующее
От: Arup Rakshit
Дата:
Сообщение: Can I add Index to make a query faster which involves joins on unnest?