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

Unified Diff: net/cert/x509_certificate.h

Issue 627573002: Enable passing cast channel certificate authority keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review changes. Created 6 years, 2 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/cert/x509_certificate.h
diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h
index 97906ed0461f02c4d8705e2e3db8109484f21f1b..0ef12019b5dd0832ef7b103bd6ff5647019b2a5e 100644
--- a/net/cert/x509_certificate.h
+++ b/net/cert/x509_certificate.h
@@ -217,6 +217,9 @@ class NET_EXPORT X509Certificate
// The fingerprint of this certificate.
const SHA1HashValue& fingerprint() const { return fingerprint_; }
+ // The SHA-256 fingerprint of this certificate.
+ const SHA256HashValue fingerprint256() const;
Ryan Sleevi 2014/10/22 22:07:10 Remove this now that the CalculateFingerprint256(O
+
// The fingerprint of the intermediate CA certificates.
const SHA1HashValue& ca_fingerprint() const {
return ca_fingerprint_;

Powered by Google App Engine
This is Rietveld 408576698