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

Issue 415005: Linux: add next-protocol-negotiation to libssl. (Closed)

Created:
11 years, 1 month ago by agl
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Linux: add next-protocol-negotiation to libssl. This is an experimental, client only implementation of next-protocol-negotiation: http://www.imperialviolet.org/binary/draft-agl-tls-nextprotoneg-00.html This only affects the internal copy of libssl and is only active when built with use_system_ssl=0, which is not currently the default. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33327

Patch Set 1 #

Patch Set 2 : Edit README #

Total comments: 26

Patch Set 3 : Addressing wtc's first round of comments. #

Total comments: 38

Patch Set 4 : Addressing wtc's comments. #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -7 lines) Patch
M base/nss_init.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M build/linux/system.gyp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/ssl_config_service.h View 1 2 3 2 chunks +10 lines, -1 line 1 comment Download
M net/base/ssl_info.h View 1 2 3 2 chunks +17 lines, -1 line 4 comments Download
M net/flip/flip_session.cc View 1 2 3 1 chunk +7 lines, -0 lines 2 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 2 chunks +43 lines, -0 lines 0 comments Download
M net/third_party/nss/README.google View 1 chunk +4 lines, -1 line 0 comments Download
M net/third_party/nss/ssl/ssl.h View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl.def View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl3con.c View 1 2 3 4 chunks +46 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/ssl3ext.c View 1 2 3 4 chunks +121 lines, -1 line 0 comments Download
M net/third_party/nss/ssl/ssl3prot.h View 2 chunks +5 lines, -3 lines 0 comments Download
M net/third_party/nss/ssl/sslimpl.h View 1 2 3 5 chunks +24 lines, -0 lines 0 comments Download
M net/third_party/nss/ssl/sslsock.c View 1 2 3 3 chunks +74 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
agl
11 years, 1 month ago (2009-11-19 23:11:19 UTC) #1
wtc
Cool! I'm still reviewing the NSS changes. Let me send you my comments on the ...
11 years, 1 month ago (2009-11-20 02:29:08 UTC) #2
agl
http://codereview.chromium.org/415005/diff/2001/3001 File base/nss_init.cc (right): http://codereview.chromium.org/415005/diff/2001/3001#newcode118 Line 118: #if defined(SYSTEM_SSL) On 2009/11/20 02:29:08, wtc wrote: > ...
11 years, 1 month ago (2009-11-20 22:23:43 UTC) #3
wtc
LGTM. I found some bugs and have some suggested changes below. Re: proto: Please change ...
11 years, 1 month ago (2009-11-21 00:57:06 UTC) #4
agl
http://codereview.chromium.org/415005/diff/6001/7005 File net/flip/flip_session.cc (right): http://codereview.chromium.org/415005/diff/6001/7005#newcode60 net/flip/flip_session.cc:60: ssl_config_.next_protocols = "\007http1.1\004spdy"; On 2009/11/21 00:57:06, wtc wrote: > ...
11 years, 1 month ago (2009-11-23 21:50:06 UTC) #5
willchan no longer on Chromium
Drive by review of the chromium code in the changelist. http://codereview.chromium.org/415005/diff/9001/10003 File net/base/ssl_config_service.h (right): http://codereview.chromium.org/415005/diff/9001/10003#newcode19 ...
11 years ago (2009-11-25 19:48:13 UTC) #6
agl
http://codereview.chromium.org/415005/diff/9001/10004 File net/base/ssl_info.h (right): http://codereview.chromium.org/415005/diff/9001/10004#newcode51 net/base/ssl_info.h:51: enum NextProtoStatus { On 2009/11/25 19:48:13, willchan wrote: > ...
11 years ago (2009-11-30 20:24:53 UTC) #7
wtc
Adam, Do you know why the SVN commit message for this CL doesn't have a ...
11 years ago (2009-12-01 23:49:23 UTC) #8
agl
On Tue, Dec 1, 2009 at 3:49 PM, <wtc@chromium.org> wrote: > Do you know why ...
11 years ago (2009-12-01 23:51:41 UTC) #9
wtc
On 2009/12/01 23:51:41, agl wrote: > > Ah nuts. Because I screwed up and didn't ...
11 years ago (2009-12-02 00:01:14 UTC) #10
agl
11 years ago (2009-12-02 00:03:29 UTC) #11
On Tue, Dec 1, 2009 at 4:01 PM,  <wtc@chromium.org> wrote:
> The "Review URL" link should be inserted by "gcl commit" automatically.
> But "gcl commit" should also have closed the code review for you,
> which didn't happen.  So I was just wondering if "gcl commit" had
> some errors.

I don't use gcl (or git-cl).


AGL

Powered by Google App Engine
This is Rietveld 408576698