The branch stable/15 has been updated by ngie:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=3e9b85f226ed70a9eb9c81b6cbfd94622868fb98

commit 3e9b85f226ed70a9eb9c81b6cbfd94622868fb98
Author:     Enji Cooper <[email protected]>
AuthorDate: 2026-06-09 19:34:41 +0000
Commit:     Enji Cooper <[email protected]>
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 
[email protected]
 pci bus                imp,jhb Pre-commit review requested.
 pmcstudy(8)    rrs             Pre-commit review requested.

Reply via email to