From nobody Sat Feb 03 00:24:36 2024 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TRYLP370hz58c71; Sat, 3 Feb 2024 00:24:45 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:13b:240c::25]) (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 ECDSA (P-384) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TRYLP10jKz4HYR; Sat, 3 Feb 2024 00:24:45 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; none Date: Sat, 3 Feb 2024 01:24:36 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1706919876; bh=k7jYJbDAEv08NejftPMNyFF75Q4OixTsRbwX/727Xj4=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=JTfRf6XgoEkJPdR/2Lr+BS6EdJplQBH0mYlizVNhMSZM1YwJFN4nWNKAjyZoYgj2d k7E8LAb17UU/GY32wVMPvPMa2FUcJnN+xne3o8izTcthWxhkGVnHlu9323bbvXw0tv /fTFbF5JwKrqoKz3yKGFTb1CZua4NRfr4TIY9qj23V5dEs1Mf2nKi4KPuCwPewb33x tPwVQs1kp4NuCvZtXv3LGXK7SYDGwhyp2zx5kzJwzaYoHCZugCg1tjXvwDskAWuLjB zAYr9q+7UCP17qHSB9y7tYpwCq7i2EhXdihMK8/ZClSn8dWYbO9UdU72JXosyj7d2D XWkf2XjNQ2Utg== From: "Herbert J. Skuhra" To: Cy Schubert Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: e0c4386e7e71 - main - OpenSSL: Vendor import of OpenSSL 3.0.13 Message-ID: References: <202402022122.412LM8E8088467@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202402022122.412LM8E8088467@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4TRYLP10jKz4HYR X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] On Fri, Feb 02, 2024 at 09:22:08PM +0000, Cy Schubert wrote: > The branch main has been updated by cy: > > URL: https://cgit.FreeBSD.org/src/commit/?id=e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6 > > commit e0c4386e7e71d93b0edc0c8fa156263fc4a8b0b6 > Merge: fbae308319b7 9dd13e84fa8e > Author: Cy Schubert > AuthorDate: 2024-02-02 21:10:22 +0000 > Commit: Cy Schubert > CommitDate: 2024-02-02 21:21:36 +0000 > > OpenSSL: Vendor import of OpenSSL 3.0.13 > > * Fixed PKCS12 Decoding crashes ([CVE-2024-0727]) > * Fixed Excessive time spent checking invalid RSA public keys > ([CVE-2023-6237]) > * Fixed POLY1305 MAC implementation corrupting vector registers on > PowerPC CPUs which support PowerISA 2.07 ([CVE-2023-6129]) > * Fix excessive time spent in DH check / generation with large Q > parameter value ([CVE-2023-5678]) > > Release notes can be found at > https://www.openssl.org/news/openssl-3.0-notes.html. > > Approved by: emaste > MFC after: 3 days > > Merge commit '9dd13e84fa8eca8f3462bd55485aa3da8c37f54a' crypto/openssl/include/openssl/opensslv.h was not updated: % openssl version OpenSSL 3.0.12 24 Oct 2023 (Library: OpenSSL 3.0.12 24 Oct 2023 -- Herbert