From owner-freebsd-questions@freebsd.org Mon Jun 8 09:47:55 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 30C123299FD; Mon, 8 Jun 2020 09:47:55 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49gT2L1Nxrz45Mm; Mon, 8 Jun 2020 09:47:53 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id 0589lhgi034508 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Mon, 8 Jun 2020 11:47:45 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: Openssl on 11.x and expired certificates [was: IMAP && Server certificate has expired] To: John Capo Cc: freebsd-questions@freebsd.org, ports-secteam@FreeBSD.org References: <5e1a71cd-6837-47f1-b485-c583550db48a@unixarea.de> <247ae2fd-a7e8-146b-be43-47ca247cca10@netfence.it> <59211.198.205.123.4.1591457461.squirrel@squirrelmail.mxes.net> From: Andrea Venturoli Message-ID: <3ebe4055-d885-6591-6765-2e845a4385ff@netfence.it> Date: Mon, 8 Jun 2020 11:47:43 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <59211.198.205.123.4.1591457461.squirrel@squirrelmail.mxes.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49gT2L1Nxrz45Mm X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=netfence.it; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 2.44.121.52 as permitted sender) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-3.35 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:2.44.121.52]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.003]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.48)[-0.481]; DMARC_POLICY_ALLOW(-0.50)[netfence.it,none]; NEURAL_HAM_MEDIUM(-1.07)[-1.071]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:30722, ipnet:2.44.0.0/16, country:IT]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 09:47:55 -0000 On 2020-06-06 17:31, John Capo wrote: > This worked for me to fix curl on 11.3. Get the Mozilla cert bundle from here: > > https://curl.haxx.se/ca/cacert.pem > > Replace the AddTrust External Root cert in that bundle with a new one from here: > > https://www.tbs-certificates.co.uk/FAQ/en/racine-USERTrustRSACertificationAuthority.html > > Save the existing /usr/local/share/certs/ca-root-nss.crt somewhere and replace it with the modified bundle. Hello. As I said, removing the cert was enough for me; I didn't even need to add the updated one. Of course this needs to be done on each host and each jail therein... and repeated after every security/ca_root_nss update. My question was: is the project planning to solve this? How? Or are we all expected to do the work ourselves on our boxes? I guess patching security/ca_root_nss would be a fast workaround, while patching base openssl would be a lot more trouble. Will 11.4 still have this bug? bye & Thanks av.