From nobody Fri Jun 12 18:09:21 2026 X-Original-To: dev-commits-src-all@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 4gcSFs4PK9z6gm84 for ; Fri, 12 Jun 2026 18:09:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gcSFs3L8yz41JN for ; Fri, 12 Jun 2026 18:09:21 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781287761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=IvR853ngorg632Q/yKx0qYgGB5Sy0KWfWLKlLKB27zk=; b=vNWVA/lhzYda3VhX99QYhA2tqfVP4Sh4QbsAj+Ao6pCkpOCU33dhLJBEuwpvCcxA0LBa4X rzOPW66W3VJ4et/SF+RpUq3CNiunPEBsQXUp05dihzevpUWEWJCxVp9kbRTEKxTrFW3Rnl 4xpWCg9mXyDXA9NnUxNZ3Cm0xEhOKBcqt0BpYtcEIA/+6GFP1KMe6aHRJNoEZePMN6uwgr FF2UU1OtdnFFwX8XakxKAW1HnWSsO9sbt9dLlcP8WodM1cc3OTlflWAyQb8JyJgm7OkwRr TPQR4wO6LkrIbwiKhw8PTjcindnDzdG/o3+L70VF5WEVSnjK8pvSaZjeD0Ry/A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781287761; a=rsa-sha256; cv=none; b=A/5Fvgl2lqM2c64wbAo/17N5lWzvZDnlhbHaMcfTmbX+NZxBNCj3Q4/qZZDGSIsI1C8AGL 8cCOHhS7lDpKTbw7gDwWaoPzhQmI8F6E+497hPp5VrRpwQRlwICV5OPBnf6dh6AvyefUrK qo5/iS1jdsA9y/B+rIWhYNmYZYvWcmya/C7c/rxGrTynEL6WmghexymoDzLLzQWnqtSDrv MRg330j/2HypqFRUMb4WBqvkINDrW3qFis5hPH1OMBByyOp2/XJ4LJjcyivHl2PMggwfw7 XsTS5Uo6XwE/Vttml31CMgAuVdnexeFy2FlsS3hZbqzLBDYpjQrI8ts3Qv03YA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781287761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=IvR853ngorg632Q/yKx0qYgGB5Sy0KWfWLKlLKB27zk=; b=XHXXBPxaBVEde4l9pvLlk6cqTCED9VM2hBrxdwob/h3d7hH/ZM8kExAOYG0Qbtxmq3sGMv gs4Tnnk8FJVUFps4Er22SXHX5bRIp1hxZmXfEvZYQYGb9Da8mhU22L5K2i2Qjhu3VJkHqU oV3eflclc6sbrgJxDctjKuFAyTFuGigsKtmEGZCNVTeVSM9jLaYD6zqvB+pJCesJrtYeRP q1kFOHkk+x1Wb8d4dabMKKUu5VPaitAAGmUtjRhUAZC1Ana2Zto577ecJHz89gpbvCofc2 pFLMjMn5E3QWxqgV8ua8l/tzoWIHgCcbyQmNN6QaeHUkNRAiu4ffvwg/vbwlQQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gcSFs2hbDznnD for ; Fri, 12 Jun 2026 18:09:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 42e67 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 12 Jun 2026 18:09:21 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Enji Cooper Subject: git: 3e9b85f226ed - stable/15 - OpenSSL: update MAINTAINERS/CODEOWNERS List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ngie X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 3e9b85f226ed70a9eb9c81b6cbfd94622868fb98 Auto-Submitted: auto-generated Date: Fri, 12 Jun 2026 18:09:21 +0000 Message-Id: <6a2c4b51.42e67.725ed8d4@gitrepo.freebsd.org> The branch stable/15 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=3e9b85f226ed70a9eb9c81b6cbfd94622868fb98 commit 3e9b85f226ed70a9eb9c81b6cbfd94622868fb98 Author: Enji Cooper AuthorDate: 2026-06-09 19:34:41 +0000 Commit: Enji Cooper CommitDate: 2026-06-12 18:09:15 +0000 OpenSSL: update MAINTAINERS/CODEOWNERS I've been the quasi-defacto component maintainer for OpenSSL since 14.0-RELEASE. Make it official via CODEOWNERS/MAINTAINERS. The goal is to help guide those interested in making changes in this space to solicit my input with the new vendor import process and coordinate fixes with upstream until things are at a point where most of this is automated a system of automated checks and balances to confirm that the updates being made to the component help maintain a security supply chain for this given component. Thank you benl and jkim for your past efforts in this component area. Hopefully I can do my part to help improve this critical space further as you both did in your respective tenures. MFC after: 3 days (cherry picked from commit 8f9aabbdbcd55b25b698bd762e8693d43f295bbd) --- .github/CODEOWNERS | 8 +++++--- MAINTAINERS | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a70288941d79..b415c6ae00c5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -46,7 +46,7 @@ /contrib/openpam/lib/libpam/ @dag-erling /contrib/pjdfstest @ngie-eign @asomers /crypto/openssh @dag-erling -/crypto/openssl/ @juikim +/crypto/openssl/ @ngie-eign /etc/mail @gshapiro /etc/sendmail @gshapiro /lib/libc/sys/kevent.c @jmgurney @@ -63,7 +63,9 @@ /sbin/mount_fusefs @asomers /sbin/nvmecontrol @bsdimp /sbin/veriexec/ @stephane-rochoy-stormshield -/secure/usr.bin/openssl/ @juikim +/secure/lib/libcrypto/ @ngie-eign +/secure/lib/libssl/ @ngie-eign +/secure/usr.bin/openssl/ @ngie-eign /share/mk @bsdimp @bapt @bdrewery @emaste /stand @bsdimp /stand/lua @kevans91 @@ -75,7 +77,7 @@ /sys/arm64/include @zxombie /sys/arm64/rockchip @evadot /sys/compat/linprocfs/ @dag-erling -/sys/crypto/openssl/ @juikim +/sys/crypto/openssl/ @ngie-eign /sys/dev/drm2 @bsdimp /sys/dev/ftgpio/ @stephane-rochoy-stormshield /sys/dev/ftwd/ @stephane-rochoy-stormshield diff --git a/MAINTAINERS b/MAINTAINERS index c13290ae5611..7b41bcf4c647 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -74,7 +74,7 @@ nvme(4) imp Pre-commit review requested. nvmecontrol(8) imp Pre-commit review requested. opencrypto jmg Pre-commit review requested. Documentation Required. openssh des Pre-commit review requested, email only. -openssl benl Pre-commit review requested. +openssl ngie Pre-commit review requested. otus(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org pci bus imp,jhb Pre-commit review requested. pmcstudy(8) rrs Pre-commit review requested.