Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(7862)

Issue 122370043: Remove compression and prune cipher list

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by ekr-rietveld
Modified:
9 years, 8 months ago
Reviewers:
mt, wtc
Visibility:
Public.

Description

Remove compression and prune cipher list

Patch Set 1 #

Total comments: 8

Patch Set 2 : Revised to match Wan-Teh's comments #

Total comments: 1

Patch Set 3 : Rebased #

Patch Set 4 : Fix parentheses nit #

Patch Set 5 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -6 lines) Patch
M lib/ssl/ssl3con.c View 1 2 3 4 chunks +18 lines, -6 lines 0 comments Download

Messages

Total messages: 8
ekr-rietveld
MT, please sanity check this for me,
9 years, 8 months ago (2014-08-11 23:50:40 UTC) #1
mt
LGTM. Not that many valid suites in 1.3, are there... On 11 August 2014 16:50, ...
9 years, 8 months ago (2014-08-12 00:02:26 UTC) #2
ekr-rietveld
Wan-Teh, Here is the second round of TLS 1.3 patches, removing compression and pruning the ...
9 years, 8 months ago (2014-08-12 02:23:38 UTC) #3
wtc
Patch set 1 LGTM. I have some questions and suggested changes. https://codereview.appspot.com/122370043/diff/1/lib/ssl/ssl3con.c File lib/ssl/ssl3con.c (right): ...
9 years, 8 months ago (2014-08-12 04:47:43 UTC) #4
ekr-rietveld
https://codereview.appspot.com/122370043/diff/1/lib/ssl/ssl3con.c File lib/ssl/ssl3con.c (right): https://codereview.appspot.com/122370043/diff/1/lib/ssl/ssl3con.c#newcode220 lib/ssl/ssl3con.c:220: } else { On 2014/08/12 04:47:43, wtc wrote: > ...
9 years, 8 months ago (2014-08-12 04:51:20 UTC) #5
ekr-rietveld
Wan-Teh, I think this is ready to go once you approve issue https://codereview.appspot.com/119690044/
9 years, 8 months ago (2014-08-13 18:15:33 UTC) #6
wtc
Patch set 2 LGTM! https://codereview.appspot.com/122370043/diff/20001/lib/ssl/ssl3con.c File lib/ssl/ssl3con.c (right): https://codereview.appspot.com/122370043/diff/20001/lib/ssl/ssl3con.c#newcode7728 lib/ssl/ssl3con.c:7728: if (comps.len != 1 || ...
9 years, 8 months ago (2014-08-13 21:47:34 UTC) #7
ekr-rietveld
9 years, 8 months ago (2014-08-22 18:03:51 UTC) #8
On 2014/08/13 21:47:34, wtc wrote:
> Patch set 2 LGTM!
> 
> https://codereview.appspot.com/122370043/diff/20001/lib/ssl/ssl3con.c
> File lib/ssl/ssl3con.c (right):
> 
>
https://codereview.appspot.com/122370043/diff/20001/lib/ssl/ssl3con.c#newcode...
> lib/ssl/ssl3con.c:7728: if (comps.len != 1 || (comps.data[0] !=
> ssl_compression_null)) {
> 
> Nit: if you parenthesize the second test, please also parenthesize the first
> test.
> 
> I think the parentheses can be omitted. Is there some style guide or compiler
> warning that made you add the parentheses?

I just tend to parenthesize, but I know that's not NSS style and I sometimes
forget. I will remove.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b