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

Issue 303000043: Usable ALPN

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

Description

Usable ALPN

Patch Set 1 #

Total comments: 27

Patch Set 2 : Fixing NPN and tests #

Patch Set 3 : Fixing NPN and tests 2 (last upload failed) #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -32 lines) Patch
M external_tests/ssl_gtest/ssl_loopback_unittest.cc View 1 1 chunk +68 lines, -0 lines 0 comments Download
M external_tests/ssl_gtest/tls_agent.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M external_tests/ssl_gtest/tls_agent.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M lib/ssl/ssl3con.c View 1 3 chunks +35 lines, -0 lines 0 comments Download
M lib/ssl/ssl3ext.c View 1 9 chunks +90 lines, -16 lines 1 comment Download
M lib/ssl/sslerr.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M lib/ssl/sslsock.c View 1 1 chunk +13 lines, -13 lines 0 comments Download
M lib/ssl/tls13con.c View 1 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 4
ekr-rietveld
This needs another pass/ https://codereview.appspot.com/303000043/diff/1/external_tests/ssl_gtest/tls_agent.h File external_tests/ssl_gtest/tls_agent.h (right): https://codereview.appspot.com/303000043/diff/1/external_tests/ssl_gtest/tls_agent.h#newcode208 external_tests/ssl_gtest/tls_agent.h:208: const uint8_t alpn_dummy_val_[4] = { ...
7 years, 10 months ago (2016-07-11 21:16:47 UTC) #1
mt
More bugs to identify. https://codereview.appspot.com/303000043/diff/1/external_tests/ssl_gtest/ssl_loopback_unittest.cc File external_tests/ssl_gtest/ssl_loopback_unittest.cc (right): https://codereview.appspot.com/303000043/diff/1/external_tests/ssl_gtest/ssl_loopback_unittest.cc#newcode494 external_tests/ssl_gtest/ssl_loopback_unittest.cc:494: EnableAlpnWithCallback(); Don't create a custom ...
7 years, 10 months ago (2016-07-12 00:01:29 UTC) #2
franziskus
ok, so there were more things broken. I added a NPN server support to write ...
7 years, 10 months ago (2016-07-14 06:43:03 UTC) #3
franziskus
7 years, 10 months ago (2016-07-14 07:48:04 UTC) #4
https://codereview.appspot.com/303000043/diff/40001/lib/ssl/ssl3ext.c
File lib/ssl/ssl3ext.c (right):

https://codereview.appspot.com/303000043/diff/40001/lib/ssl/ssl3ext.c#newcode...
lib/ssl/ssl3ext.c:1085: printf("\n");
this is obviously debug output and will be removed...
Sign in to reply to this message.

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