Commit 3239cf1a authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub

Change code owners for hashlib and ssl to the crypto team (#3284)

* Change code owners for hashlib and ssl to the crypto team

* Include the core CSPRNG for the crypto-team
parent 06de1aef
......@@ -11,14 +11,17 @@
**/*genobject* @1st1
# Hashing
**/*hashlib* @tiran
**/*pyhash* @tiran
**/*hashlib* @python/crypto-team
**/*pyhash* @python/crypto-team
# Import (including importlib)
**/*import* @python/import-team
# SSL
**/*ssl* @tiran
**/*ssl* @python/crypto-team
# CSPRNG
Python/bootstrap_hash.c @python/crypto-team
# Email and related
**/*mail* @bitdancer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment