The branch stable/14 has been updated by ngie:

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

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

Reply via email to