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

Issue 259963009: New tls channel id version for OpenSSL (Closed)

Created:
6 years, 7 months ago by haavardm
Modified:
6 years, 7 months ago
Reviewers:
wtc, agl, Ryan Sleevi
CC:
chromium-reviews
Visibility:
Public.

Description

New tls channel id version for OpenSSL New tls channel id version extracted from patch 0015-channelid.patch attached to http://crbug.com/366961. BUG=366961

Patch Set 1 #

Patch Set 2 : Removed project files and put in missing conditional. #

Total comments: 10

Patch Set 3 : Added patch files #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+935 lines, -34 lines) Patch
M openssl/include/openssl/ssl.h View 1 chunk +7 lines, -0 lines 0 comments Download
M openssl/include/openssl/tls1.h View 1 chunk +1 line, -1 line 0 comments Download
A openssl/patches/new_channelid.patch View 1 2 1 chunk +273 lines, -0 lines 0 comments Download
M openssl/ssl/s3_clnt.c View 1 1 chunk +12 lines, -0 lines 0 comments Download
M openssl/ssl/ssl.h View 1 chunk +7 lines, -0 lines 0 comments Download
M openssl/ssl/ssl_locl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M openssl/ssl/t1_enc.c View 1 chunk +58 lines, -32 lines 0 comments Download
M openssl/ssl/t1_lib.c View 2 chunks +37 lines, -0 lines 0 comments Download
M openssl/ssl/tls1.h View 1 chunk +1 line, -1 line 0 comments Download
A patches.chromium/0014-new_channelid.patch View 1 2 1 chunk +537 lines, -0 lines 2 comments Download

Messages

Total messages: 19 (0 generated)
haavardm
Wtc please review. I just you assigned the bug you yourself just now, however I ...
6 years, 7 months ago (2014-04-28 19:27:18 UTC) #1
haavardm
Wtc please review. I just you assigned the bug you yourself just now, however I ...
6 years, 7 months ago (2014-04-28 19:28:21 UTC) #2
haavardm
https://codereview.chromium.org/259963009/diff/40001/openssl/ssl/s3_clnt.c File openssl/ssl/s3_clnt.c (right): https://codereview.chromium.org/259963009/diff/40001/openssl/ssl/s3_clnt.c#newcode594 openssl/ssl/s3_clnt.c:594: ret = tls1_record_handshake_hashes_for_channel_id(s); Before I knew about the server ...
6 years, 7 months ago (2014-04-28 20:26:15 UTC) #3
wtc
Patch set 2 LGTM. Thanks. Adam: I have a question for you in openssl/ssl/s3_clnt.c. Haavard: ...
6 years, 7 months ago (2014-04-30 14:11:50 UTC) #4
haavardm
On 2014/04/30 14:11:50, wtc wrote: > Patch set 2 LGTM. Thanks. > > Adam: I ...
6 years, 7 months ago (2014-04-30 17:08:59 UTC) #5
haavardm
https://codereview.chromium.org/259963009/diff/40001/openssl/ssl/ssl.h File openssl/ssl/ssl.h (right): https://codereview.chromium.org/259963009/diff/40001/openssl/ssl/ssl.h#newcode556 openssl/ssl/ssl.h:556: unsigned int original_handshake_hash_len; On 2014/04/30 14:11:50, wtc wrote: > ...
6 years, 7 months ago (2014-04-30 17:18:50 UTC) #6
wtc
On 2014/04/30 17:08:59, haavardm wrote: > Is it a hurry to get this in? No. ...
6 years, 7 months ago (2014-04-30 18:30:12 UTC) #7
agl
https://codereview.chromium.org/259963009/diff/40001/openssl/ssl/s3_clnt.c File openssl/ssl/s3_clnt.c (right): https://codereview.chromium.org/259963009/diff/40001/openssl/ssl/s3_clnt.c#newcode586 openssl/ssl/s3_clnt.c:586: if (s->s3->tlsext_channel_id_valid) On 2014/04/30 14:11:50, wtc wrote: > > ...
6 years, 7 months ago (2014-05-02 17:58:53 UTC) #8
haavardm
https://codereview.chromium.org/259963009/diff/40001/openssl/ssl/ssl_locl.h File openssl/ssl/ssl_locl.h (right): https://codereview.chromium.org/259963009/diff/40001/openssl/ssl/ssl_locl.h#newcode1105 openssl/ssl/ssl_locl.h:1105: int tls1_handshake_digest(SSL *s, unsigned char *out, size_t out_len); On ...
6 years, 7 months ago (2014-05-05 14:12:45 UTC) #9
haavardm
wtc: Uploaded patch files without other changes. PTAL
6 years, 7 months ago (2014-05-05 15:26:53 UTC) #10
wtc
Patch set 3 LGTM. https://codereview.chromium.org/259963009/diff/80001/patches.chromium/0014-new_channelid.patch File patches.chromium/0014-new_channelid.patch (right): https://codereview.chromium.org/259963009/diff/80001/patches.chromium/0014-new_channelid.patch#newcode1 patches.chromium/0014-new_channelid.patch:1: diff -burN android-openssl.orig/include/openssl/ssl.h android-openssl/include/openssl/ssl.h Do ...
6 years, 7 months ago (2014-05-05 22:09:46 UTC) #11
haavardm
https://codereview.chromium.org/259963009/diff/80001/patches.chromium/0014-new_channelid.patch File patches.chromium/0014-new_channelid.patch (right): https://codereview.chromium.org/259963009/diff/80001/patches.chromium/0014-new_channelid.patch#newcode1 patches.chromium/0014-new_channelid.patch:1: diff -burN android-openssl.orig/include/openssl/ssl.h android-openssl/include/openssl/ssl.h On 2014/05/05 22:09:47, wtc wrote: ...
6 years, 7 months ago (2014-05-06 07:22:53 UTC) #12
haavardm
The CQ bit was checked by haavardm@opera.com
6 years, 7 months ago (2014-05-06 07:23:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haavardm@opera.com/259963009/80001
6 years, 7 months ago (2014-05-06 07:23:52 UTC) #14
commit-bot: I haz the power
Change committed as 268457
6 years, 7 months ago (2014-05-06 07:24:12 UTC) #15
haavardm
A revert of this CL has been created in https://codereview.chromium.org/270103002/ by haavardm@opera.com. The reason for ...
6 years, 7 months ago (2014-05-06 09:00:42 UTC) #16
haavardm
The CQ bit was checked by haavardm@opera.com
6 years, 7 months ago (2014-05-08 15:45:50 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haavardm@opera.com/259963009/80001
6 years, 7 months ago (2014-05-08 15:47:10 UTC) #18
commit-bot: I haz the power
6 years, 7 months ago (2014-05-08 15:48:34 UTC) #19
Message was sent while issue was closed.
Change committed as 269063

Powered by Google App Engine
This is Rietveld 408576698