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

Unified Diff: net/ssl/openssl_platform_key.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/ssl/openssl_client_key_store_unittest.cc ('k') | net/ssl/openssl_platform_key_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/openssl_platform_key.h
diff --git a/net/ssl/openssl_platform_key.h b/net/ssl/openssl_platform_key.h
deleted file mode 100644
index 9c695f6dc479aa4ceb75a1c7a7f7e06210e64609..0000000000000000000000000000000000000000
--- a/net/ssl/openssl_platform_key.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2014 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_SSL_OPENSSL_PLATFORM_KEY_H_
-#define NET_SSL_OPENSSL_PLATFORM_KEY_H_
-
-#include "crypto/scoped_openssl_types.h"
-
-namespace net {
-
-class X509Certificate;
-
-// Looks up the private key from the platform key store corresponding
-// to |certificate|'s public key. Then wraps it in an OpenSSL EVP_PKEY
-// structure to be used for SSL client auth.
-//
-// TODO(davidben): This combines looking up a private key with
-// wrapping it in an OpenSSL structure. This will be separated with
-// https://crbug.com/394131
-crypto::ScopedEVP_PKEY FetchClientCertPrivateKey(
- const X509Certificate* certificate);
-
-} // namespace net
-
-#endif // NET_SSL_OPENSSL_PLATFORM_KEY_H_
« no previous file with comments | « net/ssl/openssl_client_key_store_unittest.cc ('k') | net/ssl/openssl_platform_key_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698