Update cryptographic CODEOWNERS entry (#131892)

update cryptographic CODEOWNERS entry
This commit is contained in:
Bénédikt Tran
2025-03-30 19:55:05 +02:00
committed by GitHub
parent c432d0147b
commit 2c3e3fe54c
2 changed files with 9 additions and 5 deletions

13
.github/CODEOWNERS vendored
View File

@@ -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

View File

@@ -1910,6 +1910,7 @@ Matias Torchinsky
Sandro Tosi
Richard Townsend
David Townshend
Bénédikt Tran
Nathan Trapuzzano
Laurence Tratt
Alberto Trevino