Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7zaG-007kSl-PC for pgsql-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 15:01:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r7zaF-005ayo-Av for pgsql-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 15:01:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7zaF-005aye-1Q for pgsql-hackers@lists.postgresql.org; Tue, 28 Nov 2023 15:01:07 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7zaC-008zKp-TQ for pgsql-hackers@postgresql.org; Tue, 28 Nov 2023 15:01:06 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 3ASF0vJV4143822; Tue, 28 Nov 2023 10:00:57 -0500 From: Tom Lane To: Daniel Gustafsson cc: Bo Anderson , Michael Paquier , Tristan Partin , Nazir Bilal Yavuz , Andres Freund , PostgreSQL Hackers Subject: Re: SSL tests fail on OpenSSL v3.2.0 In-reply-to: <2C9178AC-EC03-4D64-86D9-0E33E595A3C3@yesql.se> References: <4036729.1701130863@sss.pgh.pa.us> <26144D95-62C4-465A-82CA-48A0BEA79E82@boanderson.me> <2C9178AC-EC03-4D64-86D9-0E33E595A3C3@yesql.se> Comments: In-reply-to Daniel Gustafsson message dated "Tue, 28 Nov 2023 10:38:12 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4143820.1701183657.1@sss.pgh.pa.us> Date: Tue, 28 Nov 2023 10:00:57 -0500 Message-ID: <4143821.1701183657@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > Thats not an issue, we don't support building with BoringSSL. Right. I'll work on getting this pushed, unless someone else is already on it? regards, tom lane