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

Unified Diff: net/cert/cert_verify_proc_mac.h

Issue 1081913003: Route OCSP stapling through CertVerifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@boringnss
Patch Set: split remoting fix out separately Created 5 years, 8 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/cert_verify_proc_mac.h
diff --git a/net/cert/cert_verify_proc_mac.h b/net/cert/cert_verify_proc_mac.h
index 5cd7f4c157c372ffb0bdfd91ee844d8454a36c4f..3c87edd7a48f5678dbff643e4be602fa971034d4 100644
--- a/net/cert/cert_verify_proc_mac.h
+++ b/net/cert/cert_verify_proc_mac.h
@@ -16,6 +16,7 @@ class CertVerifyProcMac : public CertVerifyProc {
CertVerifyProcMac();
bool SupportsAdditionalTrustAnchors() const override;
+ bool SupportsOCSPStapling() const override;
protected:
~CertVerifyProcMac() override;
@@ -23,6 +24,7 @@ class CertVerifyProcMac : public CertVerifyProc {
private:
int VerifyInternal(X509Certificate* cert,
const std::string& hostname,
+ const std::string& ocsp_response,
int flags,
CRLSet* crl_set,
const CertificateList& additional_trust_anchors,

Powered by Google App Engine
This is Rietveld 408576698