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

Unified Diff: net/cert/cert_verify_result.h

Issue 2624283002: Minor comment updates to CertVerify related code. (Closed)
Patch Set: phrasing Created 3 years, 11 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 | « no previous file | net/cert/cert_verify_result.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_result.h
diff --git a/net/cert/cert_verify_result.h b/net/cert/cert_verify_result.h
index f8e0ded43f57eaa1ff1e0456b079ba018f2837e9..176c4ca50ed4ca379429c2eb38ee641bf1a8faa7 100644
--- a/net/cert/cert_verify_result.h
+++ b/net/cert/cert_verify_result.h
@@ -26,7 +26,6 @@ class NET_EXPORT CertVerifyResult {
void Reset();
- // Comparing CertVerifyResult with a nullptr |verified_cert| is invalid.
bool operator==(const CertVerifyResult& other) const;
// The certificate chain that was constructed during verification.
@@ -53,7 +52,8 @@ class NET_EXPORT CertVerifyResult {
// chain.
CertStatus cert_status;
- // Properties of the certificate chain.
+ // Hash algorithms used by the certificate chain, excluding the trust
+ // anchor.
bool has_md2;
bool has_md4;
bool has_md5;
« no previous file with comments | « no previous file | net/cert/cert_verify_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698