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

Issue 9733012: Update NSS to NSS 3.13.4 pre-release snapshot 20120319. (Closed)

Created:
8 years, 9 months ago by wtc
Modified:
8 years, 9 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Update NSS to NSS 3.13.4 pre-release snapshot 20120319. This includes two changes required for Eric Rescorla's DTLS patch: - the new SSL version range API - TLS 1.1 clang-sslcon.patch, nextprotocleanup.patch, secret_exporter.patch, and secret_exporter2.patch are removed because they have been checked in. R=rsleevi@chromium.org BUG=118983 TEST=no build or test errors. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127618

Patch Set 1 #

Patch Set 2 : Update the value of SSL_ERROR_RX_UNEXPECTED_CERT_STATUS #

Patch Set 3 : Forgot to update the sslerr.h and SSLerrs.h files #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+705 lines, -879 lines) Patch
M net/third_party/nss/README.chromium View 3 chunks +3 lines, -17 lines 0 comments Download
M net/third_party/nss/patches/applypatches.sh View 1 chunk +0 lines, -8 lines 0 comments Download
D net/third_party/nss/patches/clang-sslcon.patch View 1 chunk +0 lines, -13 lines 0 comments Download
M net/third_party/nss/patches/encryptedclientcerts.patch View 1 21 chunks +37 lines, -37 lines 0 comments Download
D net/third_party/nss/patches/nextprotocleanup.patch View 1 chunk +0 lines, -83 lines 0 comments Download
M net/third_party/nss/patches/ocspstapling.patch View 1 23 chunks +58 lines, -48 lines 0 comments Download
M net/third_party/nss/patches/renegoscsv.patch View 1 chunk +5 lines, -15 lines 0 comments Download
D net/third_party/nss/patches/secret_exporter.patch View 1 chunk +0 lines, -215 lines 0 comments Download
D net/third_party/nss/patches/secret_exporter2.patch View 1 chunk +0 lines, -228 lines 0 comments Download
M net/third_party/nss/ssl/SSLerrs.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl.h View 3 chunks +89 lines, -1 line 0 comments Download
M net/third_party/nss/ssl/ssl3con.c View 35 chunks +172 lines, -117 lines 5 comments Download
M net/third_party/nss/ssl/ssl3ext.c View 1 chunk +1 line, -1 line 0 comments Download
M net/third_party/nss/ssl/sslcon.c View 9 chunks +22 lines, -23 lines 0 comments Download
M net/third_party/nss/ssl/sslenum.c View 3 chunks +5 lines, -2 lines 0 comments Download
M net/third_party/nss/ssl/sslerr.h View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M net/third_party/nss/ssl/sslgathr.c View 5 chunks +5 lines, -5 lines 0 comments Download
M net/third_party/nss/ssl/sslimpl.h View 7 chunks +27 lines, -6 lines 0 comments Download
M net/third_party/nss/ssl/sslinfo.c View 4 chunks +42 lines, -42 lines 0 comments Download
M net/third_party/nss/ssl/sslproto.h View 2 chunks +6 lines, -2 lines 0 comments Download
M net/third_party/nss/ssl/sslsecur.c View 2 chunks +2 lines, -2 lines 0 comments Download
M net/third_party/nss/ssl/sslsock.c View 13 chunks +211 lines, -11 lines 0 comments Download
M net/third_party/nss/ssl/sslt.h View 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
wtc
8 years, 9 months ago (2012-03-19 21:58:11 UTC) #1
Ryan Sleevi
lgtm http://codereview.chromium.org/9733012/diff/27/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): http://codereview.chromium.org/9733012/diff/27/net/third_party/nss/ssl/ssl3con.c#newcode9375 net/third_party/nss/ssl/ssl3con.c:9375: * discard it before decrypting the rest. Really? ...
8 years, 9 months ago (2012-03-19 22:15:49 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/9733012/27
8 years, 9 months ago (2012-03-20 00:02:18 UTC) #3
commit-bot: I haz the power
Change committed as 127618
8 years, 9 months ago (2012-03-20 02:08:08 UTC) #4
wtc
http://codereview.chromium.org/9733012/diff/27/net/third_party/nss/ssl/ssl3con.c File net/third_party/nss/ssl/ssl3con.c (right): http://codereview.chromium.org/9733012/diff/27/net/third_party/nss/ssl/ssl3con.c#newcode9375 net/third_party/nss/ssl/ssl3con.c:9375: * discard it before decrypting the rest. On 2012/03/19 ...
8 years, 9 months ago (2012-03-20 21:15:09 UTC) #5
Ryan Sleevi
Thanks for the explanation, Wan-Teh. Reading the code with your annotations, it makes sense and ...
8 years, 9 months ago (2012-03-20 21:23:40 UTC) #6
wtc
8 years, 9 months ago (2012-03-20 21:36:55 UTC) #7
http://codereview.chromium.org/9733012/diff/27/net/third_party/nss/ssl/ssl3con.c
File net/third_party/nss/ssl/ssl3con.c (right):

http://codereview.chromium.org/9733012/diff/27/net/third_party/nss/ssl/ssl3co...
net/third_party/nss/ssl/ssl3con.c:9393: PORT_SetError(SSL_ERROR_BAD_MAC_READ);
If you could suggest better wording for that comment, I'd
appreciate it.  I was confused by the "Instead" in that
comment.  It seems to imply a complete deviation from the
RFC recommendation, but actually we only take a slightly
different approach to accomplish the same effect more
efficiently.

Powered by Google App Engine
This is Rietveld 408576698