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

Unified Diff: net/net.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: Rebased, renamed the provider interface. 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index ef933fa3b429586a1975c662e79c6ba8c1592bc5..3f71927a9457666cbf54f4848bf375498e173bcc 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -163,6 +163,8 @@
'ssl/default_channel_id_store.h',
'ssl/openssl_client_key_store.cc',
'ssl/openssl_client_key_store.h',
+ 'ssl/client_key_store.cc',
+ 'ssl/client_key_store.h',
'ssl/openssl_ssl_util.cc',
'ssl/openssl_ssl_util.h',
'ssl/signed_certificate_timestamp_and_status.cc',
« no previous file with comments | « net/BUILD.gn ('k') | net/ssl/client_key_store.h » ('j') | net/ssl/client_key_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698