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 7464031: net: add NSS support for RFC 5705 (Closed)

Created:
9 years, 5 months ago by agl
Modified:
9 years, 5 months ago
Reviewers:
wtc
CC:
chromium-reviews, Wez
Visibility:
Public.

Description

net: add NSS support for RFC 5705 (Keying Material Exporters for TLS). This is a reworked version of the patch from https://bugzilla.mozilla.org/show_bug.cgi?id=507359. BUG=none TEST=none yet Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93635

Patch Set 1 #

Total comments: 17

Patch Set 2 : ... #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, -22 lines) Patch
M net/third_party/nss/README.chromium View 1 1 chunk +5 lines, -0 lines 0 comments Download
M net/third_party/nss/patches/applypatches.sh View 1 1 chunk +2 lines, -0 lines 0 comments Download
A net/third_party/nss/patches/secret_exporter.patch View 1 1 chunk +236 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl.h View 1 chunk +11 lines, -0 lines 1 comment Download
M net/third_party/nss/ssl/ssl3con.c View 3 chunks +38 lines, -22 lines 0 comments Download
M net/third_party/nss/ssl/sslimpl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslinfo.c View 3 chunks +63 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
agl
wtc: please review wez: fyi
9 years, 5 months ago (2011-07-21 15:46:30 UTC) #1
wtc
LGTM. http://codereview.chromium.org/7464031/diff/1/net/third_party/nss/README.chromium File net/third_party/nss/README.chromium (right): http://codereview.chromium.org/7464031/diff/1/net/third_party/nss/README.chromium#newcode60 net/third_party/nss/README.chromium:60: patches/secret_extractor.patch Nit: please name the patch secret_exporter.patch. You ...
9 years, 5 months ago (2011-07-21 19:56:16 UTC) #2
agl
Thanks. Setting the commit bit... http://codereview.chromium.org/7464031/diff/1/net/third_party/nss/README.chromium File net/third_party/nss/README.chromium (right): http://codereview.chromium.org/7464031/diff/1/net/third_party/nss/README.chromium#newcode60 net/third_party/nss/README.chromium:60: patches/secret_extractor.patch On 2011/07/21 19:56:16, ...
9 years, 5 months ago (2011-07-22 14:05:40 UTC) #3
commit-bot: I haz the power
Change committed as 93635
9 years, 5 months ago (2011-07-22 15:41:47 UTC) #4
wtc
http://codereview.chromium.org/7464031/diff/6001/net/third_party/nss/ssl/ssl.h File net/third_party/nss/ssl/ssl.h (right): http://codereview.chromium.org/7464031/diff/6001/net/third_party/nss/ssl/ssl.h#newcode698 net/third_party/nss/ssl/ssl.h:698: unsigned int outlen); I suggest that we specify the ...
9 years, 5 months ago (2011-07-22 17:33:17 UTC) #5
agl
9 years, 5 months ago (2011-07-22 17:35:40 UTC) #6
On Fri, Jul 22, 2011 at 1:33 PM,  <wtc@chromium.org> wrote:
> Not requiring the string be null-terminated is more
> friendly to std::string and StringPiece.

Wez also requested a change to the handshake test to allow the
function to be called before the handshake is finished. I'll roll up
both in a change next week.


Cheers

AGL

Powered by Google App Engine
This is Rietveld 408576698