From 2c3e3fe54ce9aaa57b1e870c450d4cad4db4b208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Sun, 30 Mar 2025 19:55:05 +0200 Subject: Update cryptographic CODEOWNERS entry (#131892) update cryptographic CODEOWNERS entry --- .github/CODEOWNERS | 13 ++++++++----- Misc/ACKS | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2f684d4..4bea55a 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 b0b4ea0..814a530 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 -- cgit v0.12