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

Unified Diff: ios/web/public/cert_policy.h

Issue 2000503002: Remove the fingerprint and ca_fingerprint from X509Certificate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_cache
Patch Set: Fix IDN test Created 4 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
« no previous file with comments | « ios/web/net/request_tracker_impl_unittest.mm ('k') | net/cert/cert_verify_proc_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/cert_policy.h
diff --git a/ios/web/public/cert_policy.h b/ios/web/public/cert_policy.h
index 037ef3087f9e236b9baa84c4e98e76904290febf..212f26b507e1f163456012518b1e500d1c42527f 100644
--- a/ios/web/public/cert_policy.h
+++ b/ios/web/public/cert_policy.h
@@ -46,7 +46,7 @@ class CertPolicy {
private:
// The set of fingerprints of allowed certificates.
- std::map<net::SHA1HashValue, net::CertStatus, net::SHA1HashValueLessThan>
+ std::map<net::SHA256HashValue, net::CertStatus, net::SHA256HashValueLessThan>
allowed_;
};
« no previous file with comments | « ios/web/net/request_tracker_impl_unittest.mm ('k') | net/cert/cert_verify_proc_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698