DescriptionAdd debugging information to the SSL blocking page
If you click on the SSL interstitial's error code, the following is
now shown:
* subject
* issuer
* validity end date
* current date
* pem encoded chain
This CL adds a placeholder for debugging information to the security
interstitial. It's intentionally meant to be flexible, so that it could
support other debugging information in the future from other warnings.
BUG=413838
Committed: https://crrev.com/df2931a70908043e07de24d3fa48c25cb68d7dc1
Cr-Commit-Position: refs/heads/master@{#296349}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Using JoinString now #
Total comments: 4
Patch Set 3 : Removed null separator #
Total comments: 2
Patch Set 4 : Empty std::string constructor #Patch Set 5 : Fixing chrome://interstitial segfault #
Total comments: 2
Patch Set 6 : Added a few more checks in x509_certificate_ files #
Total comments: 2
Patch Set 7 : Brackets for multi-line if #Messages
Total messages: 27 (5 generated)
|