Re: improve ssl error code, 2147483650

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: improve ssl error code, 2147483650
Дата
Msg-id 537905.1709833932@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: improve ssl error code, 2147483650  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: improve ssl error code, 2147483650  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> * Heikki Linnakangas (hlinnaka@iki.fi) wrote:
>> That's pretty unfortunate. As typical with OpenSSL, this stuff is not very
>> well documented, but I think we could do something like this in
>> SSLerrmessage():
>>
>> if (ERR_SYSTEM_ERROR(e))
>> errreason = strerror(ERR_GET_REASON(e));
>>
>> ERR_SYSTEM_ERROR only exists in OpenSSL 3.0 and above, and the only
>> documentation I could find was in this one obscure place in the man pages:
https://www.openssl.org/docs/man3.2/man3/BIO_dgram_get_local_addr_enable.html.
>> But as a best-effort thing, it would still be better than "SSL error code
>> 2147483650".

> Agreed that it doesn't seem well documented.  I was trying to figure out
> what the 'right' answer here was myself and not having much success.  If
> the above works, then +1 to that.

My reaction as well --- I was just gearing up to test this idea,
unless one of you are already on it?

            regards, tom lane



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: Popcount optimization using AVX512
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Potential stack overflow in incremental base backup