-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ssl certs using pem files from google3. #2298
Conversation
c4616cd
to
d792e81
Compare
3dac9bb
to
9d1a261
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2298 +/- ##
==========================================
+ Coverage 58.40% 58.41% +0.01%
==========================================
Files 1902 1902
Lines 94718 94718
==========================================
+ Hits 55316 55331 +15
+ Misses 39402 39387 -15 ☔ View full report in Codecov by Sentry. |
1d993f8
to
c5019db
Compare
3db99b3
to
d038138
Compare
a2576a4
to
cfe4463
Compare
security/cacerts/chrome/roots.pem and security/cacerts/for_connecting_to_google/roots.pem were used. The network BUILD.gn file has also been refactored to support automated updates of the ssl certs. The script used is a temporary manual script that will be the starting point for future automations. b/278599663 b/237420990 b/321242817 Change-Id: I26d56091beadb94e86117cd133cdcde5ed922089
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM—maybe see if @kaidokert has any comments on the tests, especially our discussion about the mock test. There might be something easy to do there that I don't know about
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are a bit skimpy but ok :)
Update ssl certs using pem files from google3. security/cacerts/chrome/roots.pem and security/cacerts/for_connecting_to_google/roots.pem were used. The network BUILD.gn file has also been refactored to support automated updates of the ssl certs. The script used is a temporary manual script that will be the starting point for future automations. b/278599663 b/237420990 b/321242817 (cherry picked from commit fd65e24)
…2392) Refer to the original PR: #2298 Update ssl certs using pem files from google3. security/cacerts/chrome/roots.pem and security/cacerts/for_connecting_to_google/roots.pem were used. The network BUILD.gn file has also been refactored to support automated updates of the ssl certs. The script used is a temporary manual script that will be the starting point for future automations. b/278599663 b/237420990 b/321242817 Co-authored-by: Brian Ting <[email protected]>
Update ssl certs using pem files from google3.
security/cacerts/chrome/roots.pem and
security/cacerts/for_connecting_to_google/roots.pem were used. The
network BUILD.gn file has also been refactored to support automated
updates of the ssl certs.
The script used is a temporary manual script that will be the starting
point for future automations.
b/278599663
b/237420990
b/321242817