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

Unified Diff: net/net.gypi

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/ocsp_verify_result.cc ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 9bac24bfe5e33ce32636bcf62879c2a0258ec518..f2fadb473b68d0c6c1548db74465c5fc4ebef6a2 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -119,6 +119,9 @@
'cert/internal/verify_name_match.h',
'cert/internal/verify_signed_data.cc',
'cert/internal/verify_signed_data.h',
+ 'cert/ocsp_revocation_status.h',
+ 'cert/ocsp_verify_result.cc',
+ 'cert/ocsp_verify_result.h',
'cert/pem_tokenizer.cc',
'cert/pem_tokenizer.h',
'cert/signed_certificate_timestamp.cc',
« no previous file with comments | « net/cert/ocsp_verify_result.cc ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698