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

Issue 2963: Bring X.509 cert handling (at least preliminarily) to the Mac. (Closed)

Created:
12 years, 3 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
Reviewers:
wtc, Amanda Walker
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Bring X.509 cert handling (at least preliminarily) to the Mac. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=2369

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -857 lines) Patch
M net/base/x509_certificate.h View 9 chunks +16 lines, -2 lines 5 comments Download
D net/base/x509_certificate.cc View 1 chunk +0 lines, -549 lines 0 comments Download
A + net/base/x509_certificate_mac.cc View 10 chunks +144 lines, -303 lines 16 comments Download
M net/build/net.vcproj View 1 chunk +1 line, -1 line 0 comments Download
M net/net.xcodeproj/project.pbxproj View 4 chunks +4 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj View 4 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Avi (use Gerrit)
For your review. BTW, since the mac code is a variant of the win code, ...
12 years, 3 months ago (2008-09-18 15:25:57 UTC) #1
Amanda Walker
General comment: since we're moving files around, can you update the SCons build as well? ...
12 years, 3 months ago (2008-09-18 16:14:43 UTC) #2
Avi (use Gerrit)
All fixed except for the refactoring. I want to land this first so that I ...
12 years, 3 months ago (2008-09-18 18:37:40 UTC) #3
Amanda Walker
LGTM
12 years, 3 months ago (2008-09-18 18:43:25 UTC) #4
wtc
I have some comments and suggested changes below. I'll be happy to help add unit ...
12 years, 3 months ago (2008-09-18 20:37:55 UTC) #5
Avi (use Gerrit)
comments; code in a different CL. http://codereview.chromium.org/2963/diff/206/11 File net/base/x509_certificate.h (right): http://codereview.chromium.org/2963/diff/206/11#newcode136 Line 136: #if defined(OS_WIN) ...
12 years, 3 months ago (2008-09-18 20:48:17 UTC) #6
wtc
12 years, 3 months ago (2008-09-18 21:08:14 UTC) #7
On 2008/09/18 20:48:17, Avi wrote:
>
> http://codereview.chromium.org/2963/diff/206/12#newcode336
> Line 336: GetCertFieldsForOID(cert_handle_, CSSMOID_SubjectAltName,
dns_names);
> On 2008/09/18 20:37:55, wtc wrote:
> > Add a TODO comment to note that we still need to parse
> > the subjectAltName field to get the DNS names.
> 
> OK; this is me coding not quite sure what needs to go here, so this looked
good.
> When I make the unit test, can you make sure this function is tested so I can
> fix the Mac version?

Definitely!

Powered by Google App Engine
This is Rietveld 408576698