Re: improve ssl error code, 2147483650 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: improve ssl error code, 2147483650
Date
Msg-id 537905.1709833932@sss.pgh.pa.us
Whole thread Raw
In response to Re: improve ssl error code, 2147483650  (Stephen Frost <sfrost@snowman.net>)
Responses Re: improve ssl error code, 2147483650
List 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 by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Popcount optimization using AVX512
Next
From: Robert Haas
Date:
Subject: Re: Potential stack overflow in incremental base backup