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

Unified Diff: net/tools/testserver/testserver.py

Issue 2170643004: Add more buffer time in HTTPSOCSPVerifyTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove reference to OCSP_DATA_AFTER_CERT 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/tools/testserver/minica.py ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/testserver/testserver.py
diff --git a/net/tools/testserver/testserver.py b/net/tools/testserver/testserver.py
index 97f2b05722eae50815df8b3e54aea81b4c543ad0..14c5abcca049166d8a64a04c2f01271ce9cb6722 100755
--- a/net/tools/testserver/testserver.py
+++ b/net/tools/testserver/testserver.py
@@ -1941,10 +1941,6 @@ class ServerRunner(testserver_base.TestServerRunner):
ocsp_date = minica.OCSP_DATE_EARLY
elif ocsp_date_arg == 'long':
ocsp_date = minica.OCSP_DATE_LONG
- elif ocsp_date_arg == 'before_cert':
- ocsp_date = minica.OCSP_DATE_AFTER_CERT
- elif ocsp_date_arg == 'after_cert':
- ocsp_date = minica.OCSP_DATE_AFTER_CERT
else:
raise testserver_base.OptionError('unknown OCSP date: ' +
ocsp_date_arg)
« no previous file with comments | « net/tools/testserver/minica.py ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698