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

Unified Diff: net/tools/transport_security_state_generator/spki_hash_unittest.cc

Issue 2951343002: Remove residual support for SHA-1 public key pins. (Closed)
Patch Set: Created 3 years, 6 months 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 side-by-side diff with in-line comments
Download patch
Index: net/tools/transport_security_state_generator/spki_hash_unittest.cc
diff --git a/net/tools/transport_security_state_generator/spki_hash_unittest.cc b/net/tools/transport_security_state_generator/spki_hash_unittest.cc
index 5758d2a01a8c099de09f6a11648d56457e555aa7..1914208c93fcd9ad93a53e72ac939974f736e864 100644
--- a/net/tools/transport_security_state_generator/spki_hash_unittest.cc
+++ b/net/tools/transport_security_state_generator/spki_hash_unittest.cc
@@ -40,7 +40,7 @@ TEST(SPKIHashTest, FromString) {
SPKIHash hash3;
- // Valid SHA1 should rejected.
+ // Valid SHA1 should be rejected.
EXPECT_FALSE(hash3.FromString("sha1/111111111111111111111111111="));
EXPECT_FALSE(hash3.FromString("sha1/gzF+YoVCU9bXeDGQ7JGQVumRueM="));
« net/http/transport_security_state.cc ('K') | « net/http/transport_security_state_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698