From nobody Fri Jun 12 18:17:28 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 4gcSRF1r4Tz6gmM3 for ; Fri, 12 Jun 2026 18:17:29 +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 4gcSRF0c1mz444M for ; Fri, 12 Jun 2026 18:17:29 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781288249; 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=1EIPSvAFXajHfG2qQlk8X2stUxCJJh8NTslmm4G6bxE=; b=bqY1M1L0f8GanPw7xm10xhO44b8WVhoulOFD0ZFxxnjuWTyPAp+tnE82MHmjQeDxgT66c1 hFPJ52VK8JTC0ZRZAzaj7gUYCB2DsP+VAEjNrf7sDFL2n383+7US8tjwB4lImtw659oFl9 Q/gTaillrZVGqDX7NeoAjeKmYZR9kwEIotFvdm7+3fXn+EKy2WMXK5O/XF3XDKpLhHmXXG 4l9Tar1PNPyS/rnEi+ttJXWWEU8CJNjGtbRET5qxHybwCyettjr0qwGa2yj9ApIll4Wdpn lj/TqvS/Wxf4RnvHNourvadQQywlRby+0WyHnRMFcw5cOA8ZWz4AdB6Kg0vPdw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781288249; a=rsa-sha256; cv=none; b=QTAsVj6C7a8J17iFsRuHl1XG8+bRcxFFFI5K17WmZGNfiwdiogNen+sOd6OCv0ahIclxsn 63UskJNyBB6LrNYdHUwmK7PjgJoEBwT53+AHcnA4Tlpyzm53ImyRL0j1VrADlhFu/MumLK AM04OKqNjztw81ul9M9YxKof6DWIDix1uaH0REMGy8jZEngfAoqu2EVRkmu1CAD5W0hhgB G+HKfmS0berq0UOUNB8F56J9uDXu28hjWB0X0FSiRGvllLUxSJm9E0Omwn8cFuUapMNcbf mfM95b4lT9mN6zkfx28snFqAbPPKEaqBhsjLtX9qEhpGqAo/FN/69ycsE9HNnw== 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=1781288249; 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=1EIPSvAFXajHfG2qQlk8X2stUxCJJh8NTslmm4G6bxE=; b=gPDyXcP8WcohhlG43CkemvH/j9fOcjTKOyByCReuIhxX2nV5R/RUvTevhBc3qYD0DmSk0Z MjHXIicoW9NAnrk27gNIkv460LVeNuuTL86YT0mpUWt48xL/YO9ES5IJuHnesq8fegxKBJ TsDtFedFX6ltVFTGTRXnSVkUDzVn24PLVsz99JYW6TNalIu+ldbd/4CPOtXwVU2WCaJZzd qyzlTW0f68so1eqY3+7KRwNfLdqouNS9P0bOLKTzzXGpawP6VhXp4Q94csOWmDXG1TmhDg yNfe8Nj0exz3XB6AfTNA+jRWy3W7hcOdukmrQGZ3ELQQT3Gzf0f9RsC8L6fQQQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gcSRD6f17zpf0 for ; Fri, 12 Jun 2026 18:17:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 433af by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 12 Jun 2026 18:17:28 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Enji Cooper Subject: git: fd420ecc7e06 - stable/14 - 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/14 X-Git-Reftype: branch X-Git-Commit: fd420ecc7e068ca22c71f1b7aafad3b0c8e84525 Auto-Submitted: auto-generated Date: Fri, 12 Jun 2026 18:17:28 +0000 Message-Id: <6a2c4d38.433af.7b5a391@gitrepo.freebsd.org> The branch stable/14 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=fd420ecc7e068ca22c71f1b7aafad3b0c8e84525 commit fd420ecc7e068ca22c71f1b7aafad3b0c8e84525 Author: Enji Cooper AuthorDate: 2026-06-09 19:34:41 +0000 Commit: Enji Cooper CommitDate: 2026-06-12 18:16:56 +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 5d9e43f4e725..534d93b63925 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -47,7 +47,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 @@ -59,7 +59,9 @@ /libexec/nuageinit/ @bapt /libexec/rc/rc.d/rctl/ @trasz /sbin/mount_fusefs @asomers -/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 @@ -72,7 +74,7 @@ /sys/compat/linprocfs/ @dag-erling /sys/compat/linuxkpi @hselasky /sys/netpfil/ipfilter @cschuber -/sys/crypto/openssl/ @juikim +/sys/crypto/openssl/ @ngie-eign /sys/dev/drm2 @bsdimp /sys/dev/iscsi/ @trasz /sys/dev/pci @bsdimp @bsdjhb diff --git a/MAINTAINERS b/MAINTAINERS index 50d5bf28639b..a17d94d7c90d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -76,7 +76,7 @@ nvme(4) jimharris Pre-commit review requested. nvmecontrol(8) jimharris 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.