Skip to content

Commit 2c3e3fe

Browse files
authored
Update cryptographic CODEOWNERS entry (#131892)
update cryptographic CODEOWNERS entry
1 parent c432d01 commit 2c3e3fe

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,16 @@ Objects/exceptions.c @iritkatriel
107107
# Hashing & cryptographic primitives
108108
**/*hashlib* @gpshead @tiran @picnixz
109109
**/*hashopenssl* @gpshead @tiran @picnixz
110-
**/*pyhash* @gpshead @tiran
111-
**/sha* @gpshead @tiran @picnixz
112-
Modules/md5* @gpshead @tiran @picnixz
113-
**/*blake* @gpshead @tiran @picnixz
114-
Modules/_hacl/** @gpshead
110+
**/*pyhash* @gpshead @tiran @picnixz
111+
Modules/*blake* @gpshead @tiran @picnixz
112+
Modules/*md5* @gpshead @tiran @picnixz
113+
Modules/*sha* @gpshead @tiran @picnixz
114+
Modules/_hacl/** @gpshead @picnixz
115115
**/*hmac* @gpshead @picnixz
116116

117+
# libssl
118+
**/*ssl* @gpshead @picnixz
119+
117120
# logging
118121
**/*logging* @vsajip
119122

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,7 @@ Matias Torchinsky
19101910
Sandro Tosi
19111911
Richard Townsend
19121912
David Townshend
1913+
Bénédikt Tran
19131914
Nathan Trapuzzano
19141915
Laurence Tratt
19151916
Alberto Trevino

0 commit comments

Comments
 (0)