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

Unified Diff: net/der/encode_values.h

Issue 2138413002: Revert of Add CheckOCSPDateValid() to net/cert/internal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/internal/parse_ocsp_unittest.cc ('k') | net/der/encode_values.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/der/encode_values.h
diff --git a/net/der/encode_values.h b/net/der/encode_values.h
deleted file mode 100644
index e0b04423e53e5a9258d8d00bd7ece33cf2f97011..0000000000000000000000000000000000000000
--- a/net/der/encode_values.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_DER_ENCODE_VALUES_H_
-#define NET_DER_ENCODE_VALUES_H_
-
-#include "net/base/net_export.h"
-#include "net/der/parse_values.h"
-
-namespace base {
-class Time;
-}
-
-namespace net {
-
-namespace der {
-
-// Encodes |time|, a UTC-based time, to DER |generalized_time|, for comparing
-// against other GeneralizedTime objects.
-NET_EXPORT bool EncodeTimeAsGeneralizedTime(
- const base::Time& time,
- der::GeneralizedTime* generalized_time);
-
-} // namespace der
-
-} // namespace net
-
-#endif // NET_DER_ENCODE_VALUES_H
« no previous file with comments | « net/cert/internal/parse_ocsp_unittest.cc ('k') | net/der/encode_values.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698