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 1sXKLj-003K4I-Rg for pgsql-hackers@arkaria.postgresql.org; Fri, 26 Jul 2024 12:47: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 1sXKLi-00B9Ox-FH for pgsql-hackers@arkaria.postgresql.org; Fri, 26 Jul 2024 12:47:06 +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 1sXKLi-00B9Op-1B for pgsql-hackers@lists.postgresql.org; Fri, 26 Jul 2024 12:47:06 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sXKLf-001Zsk-BR for pgsql-hackers@postgresql.org; Fri, 26 Jul 2024 12:47:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mx2023; t=1721998021; bh=bYd8KULSZjp1gZh/kDIY6d3a+SZfbw/gePvex50udZU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:User-Agent: Message-ID:From; b=cvXab8Q2K3HeW96mkVbrAKH8UNjMuUH1ZhuSx+nVE2iJmDc3yT2AXNUtPeWiqnujB HHUjLThSwq1SijRs564PpL/E4xwkuwvweOmgcBKKtSUXI8pOrSpI0/IpVub/iM8YR4 t8hdl1ys06WoqYLRK1bq7FCsoZYjj3p7QvjrKTxJ6w8KZOeVcktBMwB8DAaRPBtQWL cZcrIsJZ3YT4LoVZXvDNeBMeuTqMzmThMv5IzuXGhqmzHSLyXIUCGmlLv/h5ppRg9k JeqvMJUTI8LjqDXDj2I8/j4wpAD7mJ98XJNDCqghZuabz32JG0P0v4GWfcoo4Z0xB2 huuaNW/YoHxxg== Received: from mail.postgrespro.ru (webmail.mstn.postgrespro.ru [192.168.2.26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: m.polyakova@postgrespro.ru) by mail.postgrespro.ru (Postfix/587) with ESMTPSA id C11A360853; Fri, 26 Jul 2024 15:47:01 +0300 (MSK) MIME-Version: 1.0 Date: Fri, 26 Jul 2024 15:47:01 +0300 From: Marina Polyakova To: Daniel Gustafsson Cc: Heikki Linnakangas , Andres Freund , PostgreSQL Hackers Subject: Re: tls 1.3: sending multiple tickets In-Reply-To: <7919238F-723C-4113-9742-EBCE7A76A6B4@yesql.se> References: <20240617173803.6alnafnxpiqvlh3g@awork3.anarazel.de> <4FEAF57B-FFCD-4A91-BE4E-9F17C01AF7C5@yesql.se> <20fbf3cb-f634-4c45-b611-3cc6ecb2ddac@iki.fi> <336C8FC2-7B7C-428D-802E-E20DC3975C69@yesql.se> <48cebe8c3eaf308bae253b1dbf4e4a75@postgrespro.ru> <7919238F-723C-4113-9742-EBCE7A76A6B4@yesql.se> User-Agent: Roundcube Webmail/1.6.7 Message-ID: X-Sender: m.polyakova@postgrespro.ru Organization: Postgres Professional Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-KSMG-AntiPhishing: NotDetected, bases: 2024/07/26 11:21:00 X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.1.0.7854, bases: 2024/07/26 08:46:00 #26153822 X-KSMG-AntiVirus-Status: NotDetected, skipped X-KSMG-LinksScanning: not scanned, disabled by settings X-KSMG-Message-Action: skipped X-KSMG-Rule-ID: 1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2024-07-26 15:27, Daniel Gustafsson wrote: >> On 26 Jul 2024, at 14:03, Marina Polyakova >> wrote: >> It looks like the recommended way of using autoheader [1] is now >> broken. The attached patch fixes the master branch for me. > > Thanks for the report, I'll fix it. Buildfarm animal hamerkop also > reminded me > that I had managed to stash the old MSVC buildsystem changes > (ENOTENOUGHCOFFEE) > so fixing that at the same time. Thank you! -- Marina Polyakova Postgres Professional: http://www.postgrespro.com The Russian Postgres Company