https://github.com/python/cpython/commit/2c3e3fe54ce9aaa57b1e870c450d4cad4db4b208
commit: 2c3e3fe54ce9aaa57b1e870c450d4cad4db4b208
branch: main
author: Bénédikt Tran <10796600+picn...@users.noreply.github.com>
committer: gpshead <g...@krypto.org>
date: 2025-03-30T10:55:05-07:00
summary:

Update cryptographic CODEOWNERS entry (#131892)

update cryptographic CODEOWNERS entry

files:
M .github/CODEOWNERS
M Misc/ACKS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2f684d4183e519..4bea55a495f776 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -107,13 +107,16 @@ Objects/exceptions.c          @iritkatriel
 # Hashing & cryptographic primitives
 **/*hashlib*                  @gpshead @tiran @picnixz
 **/*hashopenssl*              @gpshead @tiran @picnixz
-**/*pyhash*                   @gpshead @tiran
-**/sha*                       @gpshead @tiran @picnixz
-Modules/md5*                  @gpshead @tiran @picnixz
-**/*blake*                    @gpshead @tiran @picnixz
-Modules/_hacl/**              @gpshead
+**/*pyhash*                   @gpshead @tiran @picnixz
+Modules/*blake*               @gpshead @tiran @picnixz
+Modules/*md5*                 @gpshead @tiran @picnixz
+Modules/*sha*                 @gpshead @tiran @picnixz
+Modules/_hacl/**              @gpshead @picnixz
 **/*hmac*                     @gpshead @picnixz
 
+# libssl
+**/*ssl*                      @gpshead @picnixz
+
 # logging
 **/*logging*                  @vsajip
 
diff --git a/Misc/ACKS b/Misc/ACKS
index b0b4ea0db44b64..814a530f7b79d4 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1910,6 +1910,7 @@ Matias Torchinsky
 Sandro Tosi
 Richard Townsend
 David Townshend
+Bénédikt Tran
 Nathan Trapuzzano
 Laurence Tratt
 Alberto Trevino

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to