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

Unified Diff: net/cert/cert_verify_result.cc

Issue 2100303002: Add OCSPVerifyResult for tracking stapled OCSP responses cross-platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocsp-date-check
Patch Set: Remaining nits. Created 4 years, 5 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 | « net/cert/cert_verify_result.h ('k') | net/cert/internal/parse_ocsp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_result.cc
diff --git a/net/cert/cert_verify_result.cc b/net/cert/cert_verify_result.cc
index 1b91fc7d23f43b9e217ca4b9b513d5cfda6c7abd..b09ce71f2c4963d71fb34282b95a69cbae5b04ce 100644
--- a/net/cert/cert_verify_result.cc
+++ b/net/cert/cert_verify_result.cc
@@ -32,6 +32,7 @@ void CertVerifyResult::Reset() {
common_name_fallback_used = false;
public_key_hashes.clear();
+ ocsp_result = OCSPVerifyResult();
}
bool CertVerifyResult::operator==(const CertVerifyResult& other) const {
« no previous file with comments | « net/cert/cert_verify_result.h ('k') | net/cert/internal/parse_ocsp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698