Update partner repo

This change includes:
- disbale the provider key in WORSPACE
- update the boringssl
- add AEAD tests
This commit is contained in:
Hua Wu
2022-10-25 19:47:45 -07:00
parent 3542f76362
commit 791eafa4bc
8 changed files with 237 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ git_repository(
git_repository(
name = "boringssl_repo",
commit = "4fb158925f7753d80fb858cb0239dff893ef9f15", # 2021-11-01
commit = "d345d68d5c4b5471290ebe13f090f1fd5b7e8f58", # 2022-09-14
remote = "https://github.com/google/boringssl.git",
)