Skip to content

Commit

Permalink
root: add CRYPTO_OWNERS
Browse files Browse the repository at this point in the history
Per discussion on chrome-security-leads@, this change centralizes
ownership of cryptographic code in chromium within a single root-level
file. Existing OWNERS files for crypto code are left in place (since
they reflect expertise within specific directories) but //CRYPTO_OWNERS
is added as a fallback owner to all of them.

Bug: None
Change-Id: I069f3c9085219f78504f533e84046aadb01fa11d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5770906
Reviewed-by: Nico Weber <thakis@chromium.org>
Reviewed-by: Adam Langley <agl@chromium.org>
Reviewed-by: Emily Stark <estark@chromium.org>
Commit-Queue: Elly FJ <ellyjones@chromium.org>
Reviewed-by: Andrew Whalley <awhalley@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1341684}
  • Loading branch information
Elly authored and Chromium LUCI CQ committed Aug 14, 2024
1 parent 1c890d9 commit cf0751e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CRYPTO_OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# People listed in this file are responsible for making decisions about
# cryptography use in Chromium. If you are adding new cryptographic code, or
# adding complex uses of existing cryptographic code, please consult one of
# these people.

agl@chromium.org
bbe@chromium.org
davidben@chromium.org
ellyjones@chromium.org
estark@chromium.org
mattm@chromium.org
svaldez@chromium.org
tsepez@chromium.org
2 changes: 2 additions & 0 deletions components/encrypted_messages/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
estark@chromium.org

file://CRYPTO_OWNERS
2 changes: 2 additions & 0 deletions components/webcrypto/OWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
davidben@chromium.org
ellyjones@chromium.org
tsepez@chromium.org

file://CRYPTO_OWNERS
2 changes: 2 additions & 0 deletions crypto/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ set noparent
agl@chromium.org
davidben@chromium.org
mattm@chromium.org

file://CRYPTO_OWNERS
2 changes: 2 additions & 0 deletions third_party/boringssl/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ agl@chromium.org
bbe@chromium.org
davidben@chromium.org
svaldez@chromium.org

file://CRYPTO_OWNERS

0 comments on commit cf0751e

Please sign in to comment.