Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 27026002: CT: Adding preliminary Certificate Transparency support to Chromium. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Distinguish between SCTs from unknown logs and unverified ones Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/browser/io_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d22a470eda5ef7a8b4561aeb16624b37d9c5e49d..de1eb150432905726dd6fa5c2f399272f827753d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9548,6 +9548,18 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
<message name="IDS_PAGE_INFO_SECURITY_TAB_RENEGOTIATION_MESSAGE" desc="This message is displayed when the server hasn't been updated to fix a recent security issues. TLS here is an acronym and need not be translated. 'renegotiation' is a technical term describing a process of agreeing on a new set of security parameters and secrets. 'extension' here should be taken to mean 'amendment' rather than elongation.">
The server does not support the TLS renegotiation extension.
</message>
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_CT_NO_SCT" desc="This message is displayed when server's certificate has an SCT attached.">
+ Chrome cannot verify that this server's certificate has been observed in a Certificate Transparency log.
+ </message>
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_CT_HAS_SCT" desc="This message is displayed when server's certificate has an SCT attached.">
+ The server's certificate may appear in an unknown Certificate Transparency log.
+ </message>
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_CT_VERIFIED" desc="This message is displayed when the server's certificate has been verified using Certificate Transparency.">
+ A Certificate Transparency log has signed this server's certificate.
+ </message>
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_CT_NOT_VERIFIED" desc="This message is displayed when the server's certificate could not be verified using Certificate Transparency.">
+ The Certificate Transparency signature over this server’s certificate is incorrect
+ </message>
<message name="IDS_PAGE_INFO_SITE_INFO_TITLE" desc="The name of the site information section.">
Site information
</message>
« no previous file with comments | « no previous file | chrome/browser/io_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698