Re: Grab bag of smaller OpenSSL fixups

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Tristan Partin <tristan(at)partin(dot)io>
Cc: Andreas Karlsson <andreas(at)proxel(dot)se>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Grab bag of smaller OpenSSL fixups
Date: 2026-07-15 14:20:19
Message-ID: 20C76805-9DA3-4447-A6A3-17FC994B7045@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 14 Jul 2026, at 22:50, Tristan Partin <tristan(at)partin(dot)io> wrote:

> I wonder if it is worth leaving your justification in a comment. Other
> than that, nothing to add.

Not sure if it's all that interesting, I did however add a function comment on
ssl_init_context which explains the hasWarned parameter as that was lacking.
The attached v3 removes the openssl-owned comment and fixed the compiler
warning, both mentioned upthread.

--
Daniel Gustafsson

Attachment Content-Type Size
v3-0001-ssl-Remove-static-var-tracking-tls_init_hook-warn.patch application/octet-stream 4.1 KB
v3-0002-ssl-Use-TLS_method-instead-of-deprecated-SSLv23_m.patch application/octet-stream 2.5 KB
v3-0003-ssl-Replace-deprecated-API-to-get-commonName.patch application/octet-stream 2.4 KB
v3-0004-ssl-Use-the-correct-feature-macros-for-TLS-protoc.patch application/octet-stream 3.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-07-15 14:30:54 Re: CI failure: postgres_fdw_get_connections
Previous Message Robert Haas 2026-07-15 14:15:59 Re: walsummarizer can get stuck when switching timelines