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

Issue 259430043: Updated and rebased

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

Description

Updated and rebased

Patch Set 1 #

Total comments: 19

Patch Set 2 : Updated to match MT's comments #

Total comments: 67

Patch Set 3 : Updated to match WTC's comments. Added a unit test. #

Patch Set 4 : Minor typo fix #

Patch Set 5 : Updated version. Ready for final review #

Total comments: 53

Patch Set 6 : Update to self-review #

Patch Set 7 : Updated with WTC's review comments #

Patch Set 8 : Updated per MT #

Patch Set 9 : Updated per MT (for real) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+949 lines, -209 lines) Patch
M cmd/selfserv/selfserv.c View 4 chunks +15 lines, -3 lines 0 comments Download
M cmd/tstclnt/tstclnt.c View 6 chunks +17 lines, -3 lines 0 comments Download
M coreconf/rules.mk View 1 chunk +12 lines, -12 lines 0 comments Download
M external_tests/ssl_gtest/Makefile View 1 chunk +3 lines, -2 lines 0 comments Download
A external_tests/ssl_gtest/libssl_internals.h View 1 chunk +17 lines, -0 lines 0 comments Download
A external_tests/ssl_gtest/libssl_internals.c View 1 chunk +26 lines, -0 lines 0 comments Download
M external_tests/ssl_gtest/manifest.mn View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M external_tests/ssl_gtest/ssl_loopback_unittest.cc View 1 2 3 4 5 3 chunks +212 lines, -1 line 0 comments Download
M external_tests/ssl_gtest/tls_agent.h View 1 chunk +3 lines, -0 lines 0 comments Download
M external_tests/ssl_gtest/tls_agent.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M external_tests/ssl_gtest/tls_connect.h View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M external_tests/ssl_gtest/tls_connect.cc View 4 chunks +19 lines, -1 line 0 comments Download
M external_tests/ssl_gtest/tls_filter.h View 1 chunk +15 lines, -0 lines 0 comments Download
M external_tests/ssl_gtest/tls_filter.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M external_tests/ssl_gtest/tls_parser.h View 1 chunk +2 lines, -0 lines 0 comments Download
M lib/ssl/SSLerrs.h View 1 chunk +6 lines, -0 lines 0 comments Download
M lib/ssl/derive.c View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M lib/ssl/ssl.h View 1 chunk +8 lines, -0 lines 0 comments Download
M lib/ssl/ssl3con.c View 1 2 3 4 5 6 7 8 21 chunks +389 lines, -168 lines 0 comments Download
M lib/ssl/ssl3ecc.c View 1 chunk +8 lines, -8 lines 0 comments Download
M lib/ssl/ssl3ext.c View 1 2 3 4 5 9 chunks +114 lines, -2 lines 0 comments Download
M lib/ssl/sslerr.h View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/ssl/sslimpl.h View 1 2 3 4 5 6 5 chunks +5 lines, -2 lines 0 comments Download
M lib/ssl/sslinfo.c View 1 chunk +2 lines, -0 lines 0 comments Download
M lib/ssl/sslsnce.c View 3 chunks +3 lines, -4 lines 0 comments Download
M lib/ssl/sslsock.c View 5 chunks +14 lines, -0 lines 0 comments Download
M lib/ssl/sslt.h View 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 26
ekr-rietveld
Please review.
8 years, 8 months ago (2015-08-19 12:35:43 UTC) #1
ekr-rietveld
MT: Sorry about the new issue, but once I rebased it was really hard to ...
8 years, 8 months ago (2015-08-19 12:37:42 UTC) #2
mt
I think that the tests could be tweaked a little here. https://codereview.appspot.com/259430043/diff/1/external_tests/ssl_gtest/ssl_loopback_unittest.cc File external_tests/ssl_gtest/ssl_loopback_unittest.cc (right): ...
8 years, 8 months ago (2015-08-19 16:49:47 UTC) #3
ekr-rietveld
PTAL https://codereview.appspot.com/259430043/diff/1/external_tests/ssl_gtest/ssl_loopback_unittest.cc File external_tests/ssl_gtest/ssl_loopback_unittest.cc (right): https://codereview.appspot.com/259430043/diff/1/external_tests/ssl_gtest/ssl_loopback_unittest.cc#newcode382 external_tests/ssl_gtest/ssl_loopback_unittest.cc:382: TEST_P(TlsConnectStream, ConnectStaticRSABogusPMSVersionIgnore) { On 2015/08/19 16:49:47, mt wrote: ...
8 years, 8 months ago (2015-08-19 18:06:00 UTC) #4
mt
LGTM
8 years, 8 months ago (2015-08-19 18:14:17 UTC) #5
ekr-rietveld
Richard. Please look at MT's previous review and fix your piece.
8 years, 8 months ago (2015-08-19 18:20:29 UTC) #6
wtc1
Review comments on patch set 2: I only reviewed the master secret and extended master ...
8 years, 8 months ago (2015-08-20 00:18:03 UTC) #7
ekr-rietveld
Thank you for the thorough review. I will fix the indicated issues. I have some ...
8 years, 8 months ago (2015-08-20 00:44:14 UTC) #8
wtc1
On 2015/08/20 00:44:14, ekr-webrtc wrote: > > Would you like to see another version of ...
8 years, 8 months ago (2015-08-20 02:10:33 UTC) #9
ekr-rietveld
On 2015/08/20 02:10:33, wtc1 wrote: > On 2015/08/20 00:44:14, ekr-webrtc wrote: > > > > ...
8 years, 8 months ago (2015-08-20 03:36:16 UTC) #10
ekr-rietveld
https://codereview.appspot.com/259430043/diff/20001/lib/ssl/ssl3con.c File lib/ssl/ssl3con.c (right): https://codereview.appspot.com/259430043/diff/20001/lib/ssl/ssl3con.c#newcode3617 lib/ssl/ssl3con.c:3617: * faux PMS value. If that fails, generate an ...
8 years, 8 months ago (2015-08-20 04:40:52 UTC) #11
ekr-rietveld
MT, PTAL. WTC, I updated per your comments. There is one question for you below. ...
8 years, 8 months ago (2015-08-20 17:55:08 UTC) #12
wtc1
Review comments on patch set 2: Eric, I didn't review your new patch sets, but ...
8 years, 8 months ago (2015-08-20 18:18:22 UTC) #13
ekr-rietveld
You are correct that if there is a bogus EPMS, we will generate two Faux ...
8 years, 8 months ago (2015-08-20 18:46:04 UTC) #14
ekr-rietveld
After some further thought, I think it would be best to refactor the code to ...
8 years, 8 months ago (2015-08-20 19:24:12 UTC) #15
ekr-rietveld
Self-review. Mostly nits except for the questions about the msitem tests. https://codereview.appspot.com/259430043/diff/80001/external_tests/ssl_gtest/ssl_loopback_unittest.cc File external_tests/ssl_gtest/ssl_loopback_unittest.cc (right): ...
8 years, 8 months ago (2015-08-25 18:04:33 UTC) #16
ekr-rietveld
MT, I need to double-check the removal of some of the msitem checks (which I ...
8 years, 8 months ago (2015-08-25 18:19:44 UTC) #17
ekr-rietveld
MT. I just realized that I did not incorporate WTC's editorial-type comments from "Review comments ...
8 years, 8 months ago (2015-08-25 18:27:44 UTC) #18
ekr-rietveld
Done in an outstanding patch https://codereview.appspot.com/259430043/diff/20001/lib/ssl/ssl3con.c File lib/ssl/ssl3con.c (right): https://codereview.appspot.com/259430043/diff/20001/lib/ssl/ssl3con.c#newcode2186 lib/ssl/ssl3con.c:2186: * For the bypass ...
8 years, 8 months ago (2015-08-25 18:38:53 UTC) #19
mt
OK, well, I realize that I was jumping the gun somewhat, but I hardly thing ...
8 years, 8 months ago (2015-08-25 18:41:51 UTC) #20
ekr-rietveld
https://codereview.appspot.com/259430043/diff/80001/lib/ssl/ssl3con.c File lib/ssl/ssl3con.c (right): https://codereview.appspot.com/259430043/diff/80001/lib/ssl/ssl3con.c#newcode3708 lib/ssl/ssl3con.c:3708: master_params_len = sizeof(CK_SSL3_MASTER_KEY_DERIVE_PARAMS); On 2015/08/25 18:41:51, mt wrote: > ...
8 years, 8 months ago (2015-08-25 19:20:53 UTC) #21
ekr-rietveld
Updated.
8 years, 8 months ago (2015-08-25 19:32:31 UTC) #22
ekr-rietveld
MT, I think we are ready to land. LGTY?
8 years, 8 months ago (2015-08-25 20:28:58 UTC) #23
ekr-rietveld
On 2015/08/25 20:28:58, ekr-webrtc wrote: > MT, I think we are ready to land. LGTY? ...
8 years, 8 months ago (2015-08-25 20:32:43 UTC) #24
ekr-rietveld
OK, for real
8 years, 8 months ago (2015-08-25 20:36:05 UTC) #25
mt
8 years, 8 months ago (2015-08-25 20:43:38 UTC) #26
LGTM
Sign in to reply to this message.

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