summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/ssl_client_socket_mac.cc')
-rw-r--r--net/socket/ssl_client_socket_mac.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/socket/ssl_client_socket_mac.cc b/net/socket/ssl_client_socket_mac.cc
index 25d1401..09103ce 100644
--- a/net/socket/ssl_client_socket_mac.cc
+++ b/net/socket/ssl_client_socket_mac.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -707,11 +707,11 @@ void SSLClientSocketMac::GetSSLInfo(SSLInfo* ssl_info) {
return;
}
- // set cert
ssl_info->cert = server_cert_;
-
- // update status
ssl_info->cert_status = server_cert_verify_result_.cert_status;
+ ssl_info->public_key_hashes = server_cert_verify_result_.public_key_hashes;
+ ssl_info->is_issued_by_known_root =
+ server_cert_verify_result_.is_issued_by_known_root;
// security info
SSLCipherSuite suite;