Re: BUG #17522: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL test fails on OpenBSD 7.1 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17522: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL test fails on OpenBSD 7.1
Date
Msg-id 3091666.1655846153@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #17522: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL test fails on OpenBSD 7.1  (Jacob Champion <jchampion@timescale.com>)
Responses Re: BUG #17522: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL test fails on OpenBSD 7.1  (Jacob Champion <jchampion@timescale.com>)
List pgsql-bugs
Jacob Champion <jchampion@timescale.com> writes:
> On Tue, Jun 21, 2022 at 3:07 PM Jacob Champion <jchampion@timescale.com> wrote:
>> There is also a question of why LibreSSL doesn't do the same for the
>> IPv6 CIDR test. Should we proactively disable SNI for both of them?

> (Never mind; it's because we don't send SNI if there's a colon
> anywhere in the host string.)

So maybe the simplest fix is to do the same if there's a '/' anywhere?
More generally, should we limit the SNI host string to chars allowed in
DNS names?

            regards, tom lane



pgsql-bugs by date:

Previous
From: Jacob Champion
Date:
Subject: Re: BUG #17522: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL test fails on OpenBSD 7.1
Next
From: PG Bug reporting form
Date:
Subject: BUG #17525: Range partition by date won't allow the use of a date that is the upper bound