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

Side by Side Diff: components/security_state_strings.grdp

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: sync. Created 4 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:
View unified diff | Download patch
« no previous file with comments | « components/security_state/switches.cc ('k') | components/toolbar/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3 <!-- Strings describing Chrome security policy for DevTools security panel -->
4 <message name="IDS_PRIVATE_USER_DATA_INPUT" desc="Summary phrase for a securit y problem where the site collects private user data on an insecure page." transl ateable="false">
5 Private User Data Input
6 </message>
7 <message name="IDS_MAJOR_SHA1" desc="Summary phrase for a security problem whe re the site's certificate expires in 2017 or later and contains a SHA1 signature in the chain." translateable="false">
8 SHA-1 Certificate
9 </message>
10 <message name="IDS_MAJOR_SHA1_DESCRIPTION" desc="Description of a security pro blem where the site's certificate expires in 2017 or later and contains a SHA1 s ignature in the chain." translateable="false">
11 The certificate for this site expires in 2017 or later, and the certificate chain contains a certificate signed using SHA-1.
12 </message>
13 <message name="IDS_MINOR_SHA1" desc="Summary phrase for a security problem whe re the site's certificate expires in 2016 and contains a SHA1 signature in the c hain." translateable="false">
14 SHA-1 Certificate
15 </message>
16 <message name="IDS_MINOR_SHA1_DESCRIPTION" desc="Description of a security pro blem where the site's certificate expires in 2016 and contains a SHA1 signature in the chain." translateable="false">
17 The certificate for this site expires in 2016, and the certificate chain con tains a certificate signed using SHA-1.
18 </message>
19 <message name="IDS_CERTIFICATE_CHAIN_ERROR" desc="Summary phrase for a securit y problem with the site's certificate." translateable="false">
20 Certificate Error
21 </message>
22 <message name="IDS_CERTIFICATE_CHAIN_ERROR_DESCRIPTION_FORMAT" desc="Descripti on of a security problem with the site's certificate." translateable="false">
23 There are issues with the site's certificate chain (<ph name="CERT_ERROR_DES CRIPTION">$1<ex>net::ERR_CERT_AUTHORITY_INVALID</ex></ph>).
24 </message>
25 <message name="IDS_VALID_SERVER_CERTIFICATE" desc="Summary phrase for a site t hat has a valid server certificate." translateable="false">
26 Valid Certificate
27 </message>
28 <message name="IDS_VALID_SERVER_CERTIFICATE_DESCRIPTION" desc="Description of a site that has a valid server certificate." translateable="false">
29 The connection to this site is using a valid, trusted server certificate.
30 </message>
31 <message name="IDS_STRONG_SSL_SUMMARY" desc="Summary phrase for a site that us es a modern, secure TLS protocol and cipher." translateable="false">
32 Secure Connection
33 </message>
34 <message name="IDS_STRONG_SSL_DESCRIPTION" desc="Description of a site that us es a modern, secure TLS protocol and cipher." translateable="false">
35 The connection to this site is encrypted and authenticated using a strong pr otocol (<ph name="PROTOCOL_VERSION">$1<ex>TLS 1.2</ex></ph>), a strong key excha nge (<ph name="KEY_EXCHANGE">$2<ex>ECDHE_RSA</ex></ph>), and a strong cipher (<p h name="CIPHER_SUTE">$3<ex>AES_128_GCM</ex></ph>).
36 </message>
37 <message name="IDS_OBSOLETE_SSL_SUMMARY" desc="Summary phrase for a site that uses an outdated SSL settings (protocol, key exchange, or cipher)." translateabl e="false">
38 Obsolete Connection Settings
39 </message>
40 <message name="IDS_OBSOLETE_SSL_DESCRIPTION" desc="Description of a site that uses an outdated TLS protocol or cipher." translateable="false">
41 The connection to this site uses <ph name="A_PROTOCOL">$1<ex>an obsolete pro tocol</ex></ph> (<ph name="PROTOCOL">$2<ex>TLS 1.0</ex></ph>), <ph name="A_KEY_E XCHANGE">$3<ex>an obsolete key exchange</ex></ph> (<ph name="KEY_EXCHANGE">$4<ex >ECDHE_RSA</ex></ph>), and <ph name="A_CIPHER">$5<ex>an obsolete cipher</ex></ph > (<ph name="CIPHER">$6<ex>AES_256_CBC with HMAC-SHA1</ex></ph>).
42 </message>
43 <message name="IDS_CIPHER_WITH_MAC" desc="Description of an SSL cipher that co ntains a separate (bulk) cipher and MAC." translateable="false">
44 <ph name="CIPHER">$1<ex>AES_256_CBC</ex></ph> with <ph name="MAC">$2<ex>HMAC -SHA1</ex></ph>
45 </message>
46 <message name="IDS_SSL_AN_OBSOLETE_PROTOCOL" desc="A phrase to describe an SSL /TLS protocol (usually an older version like TLS 1.0) that is old and insecure" translateable="false">
47 an obsolete protocol
48 </message>
49 <message name="IDS_SSL_A_STRONG_PROTOCOL" desc="A phrase to describe an SSL/TL S protocol (e.g. TLS 1.2 or QUIC) that is modern and secure." translateable="fal se">
50 a strong protocol
51 </message>
52 <message name="IDS_SSL_AN_OBSOLETE_KEY_EXCHANGE" desc="A phrase to describe an SSL/TLS key exchange (e.g. ECDHE) that is old and insecure." translateable="fal se">
53 an obsolete key exchange
54 </message>
55 <message name="IDS_SSL_A_STRONG_KEY_EXCHANGE" desc="A phrase to describe an SS L/TLS key exchange (e.g. RSA) that is modern and secure." translateable="false">
56 a strong key exchange
57 </message>
58 <message name="IDS_SSL_AN_OBSOLETE_CIPHER" desc="A phrase to describe an SSL/T LS cipher (e.g. AES_256_CBC) that is old and insecure." translateable="false">
59 an obsolete cipher
60 </message>
61 <message name="IDS_SSL_A_STRONG_CIPHER" desc="A phrase to describe an SSL/TLS cipher (e.g. AES_128_GCM or ChaCha20 with Poly1305) that is modern and secure." translateable="false">
62 a strong cipher
63 </message>
64 <message name="IDS_SSL_KEY_EXCHANGE_WITH_GROUP" desc="A phrase to describe an SSL/TLS ECDHE-based key exchange with a group." translateable="false">
65 <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP"> $2<ex>X25519</ex></ph>
66 </message>
67 </grit-part>
OLDNEW
« no previous file with comments | « components/security_state/switches.cc ('k') | components/toolbar/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698