Chromium Code Reviews

Unified Diff: chrome/browser/chromeos/login/test/https_forwarder.py

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | net/cert/cert_verify_proc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/test/https_forwarder.py
diff --git a/chrome/browser/chromeos/login/test/https_forwarder.py b/chrome/browser/chromeos/login/test/https_forwarder.py
index 4470dbe02d43375a8b192683580e284d96f277f0..e68bcca41758bb7be2e3a84386fa550def9376dd 100644
--- a/chrome/browser/chromeos/login/test/https_forwarder.py
+++ b/chrome/browser/chromeos/login/test/https_forwarder.py
@@ -188,6 +188,10 @@ class ServerRunner(testserver_base.TestServerRunner):
'only).')
self.option_parser.add_option('--ocsp', help='Ignored (provided for'
'compatibility only).')
+ self.option_parser.add_option('--ocsp-date', help='Ignored (provided for'
+ 'compatibility only).')
+ self.option_parser.add_option('--ocsp-produced', help='Ignored (provided '
+ 'for compatibility only).')
self.option_parser.add_option('--ssl-host', help='The host name that the '
'certificate should be issued to.')
self.option_parser.add_option('--forward-target', help='The URL prefix to '
« no previous file with comments | « no previous file | net/cert/cert_verify_proc.cc » ('j') | no next file with comments »

Powered by Google App Engine