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

Issue 651090: Mac client-side SSL cert improvements. (Closed)

Created:
10 years, 10 months ago by Jens Alfke
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com, John Grabowski, darin-cc_chromium.org, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Mac client-side SSL cert improvements. Allow Netscape-style client certs. Remember which identity the user chooses for a domain, and put it at the top of the list next time. BUG=36316, 36446 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39904

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -27 lines) Patch
M chrome/browser/ssl/ssl_client_auth_handler_mac.mm View 2 chunks +4 lines, -0 lines 1 comment Download
M net/base/x509_certificate.h View 1 chunk +6 lines, -1 line 1 comment Download
M net/base/x509_certificate_mac.cc View 7 chunks +48 lines, -25 lines 6 comments Download
M net/socket/ssl_client_socket_mac.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Jens Alfke
10 years, 10 months ago (2010-02-22 17:07:45 UTC) #1
wtc
LGTM. I have some questions and suggested changes below. Great idea to take advantage of ...
10 years, 10 months ago (2010-02-24 01:44:50 UTC) #2
Jens Alfke
On Feb 23, 2010, at 5:44 PM, wtc@chromium.org wrote: > So the OpenSSL program should ...
10 years, 10 months ago (2010-02-24 18:09:29 UTC) #3
wtc
10 years, 10 months ago (2010-02-24 20:13:51 UTC) #4
http://codereview.chromium.org/651090/diff/1/4
File net/base/x509_certificate_mac.cc (right):

http://codereview.chromium.org/651090/diff/1/4#newcode764
net/base/x509_certificate_mac.cc:764: if (SecIdentityCopyPreference(domain_str,
On 2010/02/24 01:44:51, wtc wrote:
> The first argument should also contain the port, if it's not
> 443.

I see the difficulty of getting the port.  I forgot that we
pass only the hostname but not the port to the
SSLClientSocket constructor.  Perhaps we should fix that.
The port number is useful for SSL session reuse as well.

Whether different ports on the same post are considered as
the same server depends on the browser.  IE considers
them as the same server, whereas Firefox considers them
as different server instances.  If we want to treat
different ports as different server instances, than the
port needs to be included.

Powered by Google App Engine
This is Rietveld 408576698