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

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: Extract OCSPCertStatus::Status from internal 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 65bce087025761e065a8e70342f3a69783f9dcd7..9c6752388fcb887a6dfc3dde2141977350b50b48 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',

Powered by Google App Engine
This is Rietveld 408576698