From nobody Tue Jun 9 19:38:49 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 4gZfNZ5T8cz6gXCg for ; Tue, 09 Jun 2026 19:38:54 +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 4gZfNZ451wz3tBJ for ; Tue, 09 Jun 2026 19:38:54 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781033934; 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=JnvGCPpiq232OtLj6iO+IWgmL159HT+srXKOXa4i7Ks=; b=oR+617hhThQhRY4/hZ2wwuYgjowdjvQrdF6T2gNv/JDPerdo38JhTlQ2urjMlYRf/eqiqe NdIGBi/hCvorIT/KO6M4O9WpGADsOHniqp+ARAJRPMdHVaYS0iHsY+4RwmQ/gEM+d4SO6a 2P1cgoC6UV1+m6gTnV5QKsdKPeZ98YDIgS/qmUAkdqmjsA5oFDLpXuxRFmUBHwVN6kKlwW VOEkZR7k7JXxnGe2uBcE2DVXYw47+5/S1bhCh1buRVm2SBj7TVh86lEpmIqYYQgoITP4qW oEcHuQ8rF9twPfdK6DNgPqH88TuofeUi9tIEhe8DSOpgq2v71g/6MvlQkq1S3A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781033934; a=rsa-sha256; cv=none; b=ts6D/cf7FK22377PS2fO4gaGNm2vm/XnU23CYe5LkcD1zzp0i2zU4c2lerPyDsM4eXAZYz x04y3ngrH0hLtnyHsQMgsf3c27ENEO4bjgD2UgZ/cmemUjSh3vMRE236cRZYf0NRPDMQEX vO3XMzwGpC6tbuWNdi3eiOgnJvTtN22MSn4cYKfb1Ycz60KlmCCBrWLnXcA5S3+s23ZDeA IY1Y0+hWBVBZrzoFe8QX5yow/DVtVyMf/l4Z4IVnlzRgQgHekfCXUCJGepPAzXrnOoakg9 9BTDjLNtiZgex07cnqt84yks4EYaRHgKKTTWceq1i0JWSH9ZaG0U27lkU/7GjA== 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=1781033934; 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=JnvGCPpiq232OtLj6iO+IWgmL159HT+srXKOXa4i7Ks=; b=c5rot1MW7VdZDmheTyUQgPX4WB4zjz+KzmNeMrm5UeZHHYTN4RWwdCgdyLxjSGfRJYJx8F Sr0IGBNJ/VN63LYxT7Cp+6HWGnE6OGSgDZp4FBTuRzRQQzHsbuhDKMG6svOxxJ9o1f5CWg G+Z0UXBgN1wheonK2MmN/dYRwEwxX60FSX+pPrxz7ZlKAc0d0fp77e/ubhT51SRndy6gEt WugsdYkeKQB8IFVndkG7AJAcLiTUX14MLzS2S5bg02X14hCjDVqOZ+mJzVkQjX6FDHJy3L g44uV19zBx1XlY2kNK6L/2ONCEXwFiPT59a26Xac/nU0rOSQV4yrjY4ssD6C+g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gZfNZ32V7zp7P for ; Tue, 09 Jun 2026 19:38:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 18d50 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 09 Jun 2026 19:38:49 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Enji Cooper Subject: git: 8f9aabbdbcd5 - main - 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/main X-Git-Reftype: branch X-Git-Commit: 8f9aabbdbcd55b25b698bd762e8693d43f295bbd Auto-Submitted: auto-generated Date: Tue, 09 Jun 2026 19:38:49 +0000 Message-Id: <6a286bc9.18d50.ad63f70@gitrepo.freebsd.org> The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=8f9aabbdbcd55b25b698bd762e8693d43f295bbd commit 8f9aabbdbcd55b25b698bd762e8693d43f295bbd Author: Enji Cooper AuthorDate: 2026-06-09 19:34:41 +0000 Commit: Enji Cooper CommitDate: 2026-06-09 19:37:52 +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 --- .github/CODEOWNERS | 7 ++++--- MAINTAINERS | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2df505627dc2..7d97938a2241 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -51,7 +51,7 @@ /crypto/heimdal @cschuber /crypto/krb5 @cschuber /crypto/openssh @dag-erling @emaste -/crypto/openssl/ @juikim +/crypto/openssl/ @ngie-eign /etc/mail @gshapiro /etc/sendmail @gshapiro /kerberos5 @cschuber @@ -76,7 +76,8 @@ /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 /share/man/ @concussious /share/mk @bsdimp @bapt @bdrewery @brooksdavis @emaste /stand @bsdimp @@ -90,7 +91,7 @@ /sys/arm64/rockchip @evadot /sys/arm64/vmm @zxombie /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 7878004cf3ff..4f4d15869c81 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -77,8 +77,8 @@ nvme(4) imp Pre-commit review requested. nvmecontrol(8) imp Pre-commit review requested. opencrypto jhb Pre-commit review requested. openpam des Pre-commit review required. +openssl ngie Pre-commit review requested. openssh emaste Pre-commit review requested. -openssl benl Pre-commit review requested. otus(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org sys/dev/pci imp,jhb Pre-commit review requested. pmcstudy(8) rrs Pre-commit review requested.