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

Unified Diff: net/ssl/client_cert_store_win.h

Issue 2927193003: ClientCertStoreWin: do client cert and key lookup on SSLPlatformKeyTaskRunner. (Closed)
Patch Set: . Created 3 years, 6 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 | « no previous file | net/ssl/client_cert_store_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/client_cert_store_win.h
diff --git a/net/ssl/client_cert_store_win.h b/net/ssl/client_cert_store_win.h
index 0665a9d5ae73b0c0204942bd3b2b7ff28cdcf5cc..4db6d4756b7c77babf4916118e151fe8360539b0 100644
--- a/net/ssl/client_cert_store_win.h
+++ b/net/ssl/client_cert_store_win.h
@@ -39,6 +39,10 @@ class NET_EXPORT ClientCertStoreWin : public ClientCertStore {
friend class ClientCertStoreWinTestDelegate;
+ // Opens the "MY" cert store and uses it to lookup the client certs.
+ static ClientCertIdentityList GetClientCertsWithMyCertStore(
+ const SSLCertRequestInfo& request);
+
// A hook for testing. Filters |input_certs| using the logic being used to
// filter the system store when GetClientCerts() is called.
// Implemented by creating a temporary in-memory store and filtering it
« no previous file with comments | « no previous file | net/ssl/client_cert_store_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698