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

Unified Diff: net/socket/ssl_client_socket_mac.cc

Issue 651090: Mac client-side SSL cert improvements. (Closed)
Patch Set: Created 10 years, 10 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
« net/base/x509_certificate_mac.cc ('K') | « net/base/x509_certificate_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_mac.cc
diff --git a/net/socket/ssl_client_socket_mac.cc b/net/socket/ssl_client_socket_mac.cc
index ba7d1113fff38020c944e1db9c236ee206da8169..99f0e78c7bee6d941ca8307411606e269b1b5bf5 100644
--- a/net/socket/ssl_client_socket_mac.cc
+++ b/net/socket/ssl_client_socket_mac.cc
@@ -654,7 +654,8 @@ void SSLClientSocketMac::GetSSLCertRequestInfo(
// I'm being asked for available client certs (identities).
cert_request_info->host_and_port = hostname_;
cert_request_info->client_certs.clear();
- X509Certificate::GetSSLClientCertificates(&cert_request_info->client_certs);
+ X509Certificate::GetSSLClientCertificates(hostname_,
+ &cert_request_info->client_certs);
}
SSLClientSocket::NextProtoStatus
« net/base/x509_certificate_mac.cc ('K') | « net/base/x509_certificate_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698