summaryrefslogtreecommitdiffstats
path: root/net/cert/cert_verify_proc_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/cert/cert_verify_proc_mac.cc')
-rw-r--r--net/cert/cert_verify_proc_mac.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/cert/cert_verify_proc_mac.cc b/net/cert/cert_verify_proc_mac.cc
index b84612b..d298fee 100644
--- a/net/cert/cert_verify_proc_mac.cc
+++ b/net/cert/cert_verify_proc_mac.cc
@@ -476,9 +476,16 @@ bool CertVerifyProcMac::SupportsAdditionalTrustAnchors() const {
return false;
}
+bool CertVerifyProcMac::SupportsOCSPStapling() const {
+ // TODO(rsleevi): Plumb an OCSP response into the Mac system library.
+ // https://crbug.com/430714
+ return false;
+}
+
int CertVerifyProcMac::VerifyInternal(
X509Certificate* cert,
const std::string& hostname,
+ const std::string& ocsp_response,
int flags,
CRLSet* crl_set,
const CertificateList& additional_trust_anchors,