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

Unified Diff: net/net_common.gypi

Issue 1278763002: Add a ClientKeyStore to allow injection of non-platform keys for TLS client auth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client_cert_store
Patch Set: Nits. Created 5 years, 4 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/net.gypi ('k') | net/ssl/client_key_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_common.gypi
diff --git a/net/net_common.gypi b/net/net_common.gypi
index 62b471c680d6786012bc24e47880c5eb55e97e94..0a1a4edbf1a48a30cbf0942af1c43536c25a33b9 100644
--- a/net/net_common.gypi
+++ b/net/net_common.gypi
@@ -174,6 +174,8 @@
'socket/ssl_client_socket_openssl.h',
'socket/ssl_server_socket_openssl.cc',
'socket/ssl_server_socket_openssl.h',
+ 'ssl/client_key_store.cc',
+ 'ssl/client_key_store.h',
'ssl/openssl_ssl_util.cc',
'ssl/openssl_ssl_util.h',
'ssl/ssl_client_session_cache_openssl.cc',
@@ -278,6 +280,8 @@
'cert_net/nss_ocsp.h',
'ssl/client_cert_store_nss.cc',
'ssl/client_cert_store_nss.h',
+ 'ssl/client_key_store.cc',
+ 'ssl/client_key_store.h',
'ssl/ssl_platform_key_nss.cc',
'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
'third_party/mozilla_security_manager/nsKeygenHandler.h',
« no previous file with comments | « net/net.gypi ('k') | net/ssl/client_key_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698