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

Issue 1017413002: Uprev NSS to 3.18 RTM (Closed)

Created:
5 years, 9 months ago by Ryan Sleevi
Modified:
5 years, 8 months ago
Reviewers:
wtc, davidben
CC:
chromium-reviews, davidben
Base URL:
https://chromium.googlesource.com/chromium/deps/nss.git@nspr_uprev
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix version #

Total comments: 5

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2853 lines, -1854 lines) Patch
M README.chromium View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M nss.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M nss/lib/certdb/cert.h View 2 chunks +1 line, -7 lines 0 comments Download
M nss/lib/certdb/certdb.h View 1 chunk +15 lines, -0 lines 0 comments Download
M nss/lib/certdb/certdb.c View 8 chunks +10 lines, -4 lines 0 comments Download
M nss/lib/certdb/certi.h View 2 chunks +10 lines, -14 lines 0 comments Download
M nss/lib/certdb/certt.h View 2 chunks +2 lines, -2 lines 0 comments Download
M nss/lib/certdb/certv3.c View 1 chunk +0 lines, -136 lines 0 comments Download
M nss/lib/certdb/crl.c View 5 chunks +18 lines, -10 lines 0 comments Download
M nss/lib/certdb/xconst.c View 1 chunk +1 line, -1 line 0 comments Download
M nss/lib/certhigh/certvfypkix.c View 9 chunks +2 lines, -68 lines 0 comments Download
D nss/lib/certhigh/certvfypkixprint.c View 1 chunk +0 lines, -206 lines 0 comments Download
M nss/lib/ckfw/builtins/bfind.c View 3 chunks +31 lines, -11 lines 0 comments Download
M nss/lib/ckfw/builtins/certdata.c View 402 chunks +2351 lines, -1056 lines 0 comments Download
M nss/lib/ckfw/builtins/nssckbi.h View 1 chunk +2 lines, -2 lines 0 comments Download
M nss/lib/cryptohi/secsign.c View 1 chunk +1 line, -1 line 0 comments Download
M nss/lib/freebl/cts.c View 1 chunk +0 lines, -1 line 0 comments Download
M nss/lib/freebl/ec.c View 1 chunk +5 lines, -0 lines 0 comments Download
M nss/lib/freebl/rsa.c View 7 chunks +21 lines, -8 lines 0 comments Download
M nss/lib/libpkix/include/pkix_errorstrings.h View 1 chunk +0 lines, -1 line 0 comments Download
M nss/lib/libpkix/include/pkix_revchecker.h View 2 chunks +2 lines, -2 lines 0 comments Download
M nss/lib/libpkix/pkix/checker/pkix_revocationchecker.c View 2 chunks +8 lines, -2 lines 0 comments Download
M nss/lib/libpkix/pkix/checker/pkix_revocationmethod.h View 1 chunk +3 lines, -2 lines 0 comments Download
M nss/lib/libpkix/pkix/top/pkix_build.c View 3 chunks +13 lines, -6 lines 0 comments Download
M nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_crldp.h View 1 chunk +5 lines, -0 lines 0 comments Download
M nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.c View 1 chunk +0 lines, -55 lines 0 comments Download
M nss/lib/nss/nss.h View 1 chunk +4 lines, -4 lines 0 comments Download
M nss/lib/pk11wrap/dev3hack.c View 1 chunk +3 lines, -3 lines 0 comments Download
M nss/lib/pk11wrap/pk11cert.c View 6 chunks +24 lines, -9 lines 0 comments Download
M nss/lib/pk11wrap/pk11mech.c View 3 chunks +2 lines, -5 lines 0 comments Download
M nss/lib/pk11wrap/pk11pub.h View 1 chunk +15 lines, -0 lines 0 comments Download
M nss/lib/pk11wrap/pk11util.c View 1 chunk +1 line, -1 line 0 comments Download
M nss/lib/pki/pki3hack.h View 1 chunk +1 line, -1 line 0 comments Download
M nss/lib/pki/pki3hack.c View 7 chunks +18 lines, -10 lines 0 comments Download
M nss/lib/pki/pkistore.c View 3 chunks +2 lines, -28 lines 0 comments Download
M nss/lib/pki/tdcache.c View 5 chunks +8 lines, -28 lines 0 comments Download
M nss/lib/pki/trustdomain.c View 1 chunk +4 lines, -8 lines 0 comments Download
M nss/lib/softoken/fipstokn.c View 1 chunk +10 lines, -1 line 0 comments Download
M nss/lib/softoken/lowpbe.c View 3 chunks +4 lines, -4 lines 0 comments Download
M nss/lib/softoken/pkcs11.c View 1 chunk +11 lines, -0 lines 0 comments Download
M nss/lib/softoken/sdb.c View 1 chunk +0 lines, -2 lines 0 comments Download
M nss/lib/softoken/softkver.h View 1 chunk +4 lines, -4 lines 0 comments Download
M nss/lib/ssl/sslerr.h View 1 chunk +2 lines, -0 lines 0 comments Download
M nss/lib/util/nssutil.h View 1 chunk +4 lines, -4 lines 0 comments Download
M nss/lib/util/quickder.c View 1 chunk +73 lines, -18 lines 0 comments Download
M patches/nss-chacha20-poly1305.patch View 24 chunks +82 lines, -59 lines 0 comments Download
M patches/nss-static.patch View 34 chunks +72 lines, -62 lines 0 comments Download
M scripts/nss-checkout.sh View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
Ryan Sleevi
wtc: Since you volunteered...
5 years, 9 months ago (2015-03-19 01:45:11 UTC) #2
davidben
lgtm
5 years, 9 months ago (2015-03-19 23:35:04 UTC) #4
wtc
Patch set 2 LGTM. I assume you figured out how to update certdata.c. https://codereview.chromium.org/1017413002/diff/20001/README.chromium File ...
5 years, 9 months ago (2015-03-20 00:09:47 UTC) #5
Ryan Sleevi
https://codereview.chromium.org/1017413002/diff/20001/README.chromium File README.chromium (right): https://codereview.chromium.org/1017413002/diff/20001/README.chromium#newcode68 README.chromium:68: - patches/nss-static.patch: to build NSS as static libraries and ...
5 years, 9 months ago (2015-03-20 00:15:36 UTC) #6
wtc
https://codereview.chromium.org/1017413002/diff/20001/scripts/nss-checkout.sh File scripts/nss-checkout.sh (right): https://codereview.chromium.org/1017413002/diff/20001/scripts/nss-checkout.sh#newcode77 scripts/nss-checkout.sh:77: ! -name intel-aes.h ! -name intel-gcm-wrap.c ! -name intel-gcm.h ...
5 years, 9 months ago (2015-03-20 17:27:35 UTC) #7
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
5 years, 8 months ago (2015-04-03 20:56:56 UTC) #10
Ryan Sleevi
5 years, 8 months ago (2015-04-03 23:37:46 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 294684 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698