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

Issue 25107004: Change SSL_PeerCertificateChain to return a CERTCertList. (Closed)

Created:
7 years, 2 months ago by wtc
Modified:
7 years, 2 months ago
Reviewers:
agl, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org, bemasc
Visibility:
Public.

Description

Change SSL_PeerCertificateChain to return a CERTCertList. R=agl@chromium.org,rsleevi@chromium.org BUG=none TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226126

Patch Set 1 #

Total comments: 4

Patch Set 2 : Don't count the number of list nodes #

Total comments: 2

Patch Set 3 : Call CERT_DupCertificate. Address rsleevi comments. #

Patch Set 4 : Add a patch file. #

Patch Set 5 : Sync #

Patch Set 6 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -43 lines) Patch
M net/socket/ssl_client_socket_nss.cc View 1 1 chunk +7 lines, -11 lines 0 comments Download
M net/third_party/nss/README.chromium View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M net/third_party/nss/patches/applypatches.sh View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A net/third_party/nss/patches/peercertchain2.patch View 1 2 3 1 chunk +107 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl.h View 1 2 3 4 2 chunks +9 lines, -12 lines 0 comments Download
M net/third_party/nss/ssl/sslauth.c View 1 2 3 4 1 chunk +25 lines, -20 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Ryan Sleevi
https://codereview.chromium.org/25107004/diff/1/net/third_party/nss/ssl/sslauth.c File net/third_party/nss/ssl/sslauth.c (right): https://codereview.chromium.org/25107004/diff/1/net/third_party/nss/ssl/sslauth.c#newcode46 net/third_party/nss/ssl/sslauth.c:46: return chain; you return chain here, but return NULL ...
7 years, 2 months ago (2013-09-27 23:47:36 UTC) #1
wtc
agl,rsleevi: please review. bemasc: just FYI. I am changing the function prototype of SSL_PeerCertificateChain. https://codereview.chromium.org/25107004/diff/6001/net/third_party/nss/ssl/ssl.h ...
7 years, 2 months ago (2013-09-27 23:49:40 UTC) #2
wtc
rsleevi: thanks for the review. Please review the diffs between patch sets 1 and 3. ...
7 years, 2 months ago (2013-09-28 00:55:01 UTC) #3
Ryan Sleevi
lgtm
7 years, 2 months ago (2013-09-28 01:02:50 UTC) #4
agl
lgtm
7 years, 2 months ago (2013-09-30 21:16:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/25107004/57001
7 years, 2 months ago (2013-09-30 22:28:55 UTC) #6
commit-bot: I haz the power
7 years, 2 months ago (2013-10-01 03:30:47 UTC) #7
Message was sent while issue was closed.
Change committed as 226126

Powered by Google App Engine
This is Rietveld 408576698