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

Issue 115700: Remember the intermediate CA certs if the server sends them to us.... (Closed)

Created:
11 years, 7 months ago by ukai
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Remember the intermediate CA certs if the server sends them to us. BUG=10911 TEST=net_unittests passes Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17168

Patch Set 1 #

Total comments: 18

Patch Set 2 : '' #

Total comments: 24

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -10 lines) Patch
M net/base/ssl_client_socket_nss.h View 2 2 chunks +7 lines, -0 lines 0 comments Download
M net/base/ssl_client_socket_nss.cc View 1 2 3 7 chunks +140 lines, -10 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
ukai
11 years, 7 months ago (2009-05-22 07:17:53 UTC) #1
wtc
http://codereview.chromium.org/115700/diff/1/2 File net/base/ssl_client_socket_nss.cc (right): http://codereview.chromium.org/115700/diff/1/2#newcode53 Line 53: // Client must take ownership of the returned ...
11 years, 7 months ago (2009-05-28 01:59:08 UTC) #2
wtc
http://codereview.chromium.org/115700/diff/1/2 File net/base/ssl_client_socket_nss.cc (right): http://codereview.chromium.org/115700/diff/1/2#newcode640 Line 640: PK11_ImportCert(slot, node->cert, CK_INVALID_HANDLE, This call remembers the cert ...
11 years, 7 months ago (2009-05-28 02:12:51 UTC) #3
ukai
Thanks for review. Anyway, I found the issue with net_unittests. It seems HTTPSRequestTest::HTTPSGetTest got test ...
11 years, 7 months ago (2009-05-28 08:00:19 UTC) #4
wtc
On 2009/05/28 08:00:19, ukai wrote: > Thanks for review. > > Anyway, I found the ...
11 years, 7 months ago (2009-05-28 17:47:22 UTC) #5
wtc
Let's not check this in until we have fixed the problem with remembering our test ...
11 years, 7 months ago (2009-05-28 18:14:28 UTC) #6
wtc
On 2009/05/28 08:00:19, ukai wrote: > > It seems HTTPSRequestTest::HTTPSGetTest got test root CA and ...
11 years, 7 months ago (2009-05-28 18:27:03 UTC) #7
wtc
On 2009/05/28 18:27:03, wtc wrote: > > I looked at the code. I guess it ...
11 years, 7 months ago (2009-05-28 23:01:12 UTC) #8
wtc
I got it working without errors! Please see the suggested changes below. http://codereview.chromium.org/115700/diff/1002/7 File net/base/ssl_client_socket_nss.cc ...
11 years, 7 months ago (2009-05-28 23:19:04 UTC) #9
ukai
Thanks for review and fixes! http://codereview.chromium.org/115700/diff/1002/7 File net/base/ssl_client_socket_nss.cc (right): http://codereview.chromium.org/115700/diff/1002/7#newcode5 Line 5: // It include ...
11 years, 6 months ago (2009-05-29 02:48:44 UTC) #10
wtc
LGTM! Please fix the nits below and check this in. I don't need to review ...
11 years, 6 months ago (2009-05-29 03:42:47 UTC) #11
ukai
11 years, 6 months ago (2009-05-29 05:54:37 UTC) #12
Thanks!
Fixed all nits.

http://codereview.chromium.org/115700/diff/1006/14
File net/base/ssl_client_socket_nss.cc (right):

http://codereview.chromium.org/115700/diff/1006/14#newcode5
Line 5: // It includes code GetDefaultCertNickname(), derived from
On 2009/05/29 03:42:47, wtc wrote:
> Nit: change "It" to "This file".

Done.

http://codereview.chromium.org/115700/diff/1006/14#newcode10
Line 10: // mozilla/security/manager/ssl/src/nsNSSCallbacks.cpp
On 2009/05/29 03:42:47, wtc wrote:
> Nit: add a period (.) at the end of this sentence.

Done.

http://codereview.chromium.org/115700/diff/1006/14#newcode370
Line 370: transport_->Disconnect();
On 2009/05/29 03:42:47, wtc wrote:
> Nit: add a blank line below this line.

Done.

Powered by Google App Engine
This is Rietveld 408576698