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

Issue 280660043: Bug 1237514 - Convert certificate indexing to SSLAuthType (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 4 months ago by mt
Modified:
7 years, 9 months ago
Reviewers:
wtc1, ttaubert
Visibility:
Public.

Description

Bug 1237514 - Convert certificate indexing to SSLAuthType

Patch Set 1 #

Total comments: 12

Patch Set 2 : Header updates #

Total comments: 3

Patch Set 3 : Fixed up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2043 lines, -1117 lines) Patch
M cmd/selfserv/selfserv.c View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M external_tests/common/scoped_ptrs.h View 1 2 1 chunk +13 lines, -9 lines 0 comments Download
M external_tests/ssl_gtest/libssl_internals.c View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M external_tests/ssl_gtest/ssl_loopback_unittest.cc View 1 2 7 chunks +72 lines, -36 lines 0 comments Download
M external_tests/ssl_gtest/tls_agent.h View 1 2 7 chunks +16 lines, -2 lines 0 comments Download
M external_tests/ssl_gtest/tls_agent.cc View 1 2 6 chunks +55 lines, -19 lines 0 comments Download
M external_tests/ssl_gtest/tls_connect.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M external_tests/ssl_gtest/tls_connect.cc View 1 2 2 chunks +29 lines, -1 line 0 comments Download
M lib/pk11wrap/pk11auth.c View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M lib/ssl/SSLerrs.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/ssl/manifest.mn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M lib/ssl/ssl.h View 1 2 3 chunks +66 lines, -3 lines 0 comments Download
M lib/ssl/ssl.def View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M lib/ssl/ssl3con.c View 1 2 53 chunks +306 lines, -261 lines 0 comments Download
M lib/ssl/ssl3ecc.c View 1 2 7 chunks +61 lines, -78 lines 0 comments Download
M lib/ssl/ssl3ext.c View 1 2 14 chunks +74 lines, -55 lines 0 comments Download
A lib/ssl/sslcert.h View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A lib/ssl/sslcert.c View 1 2 1 chunk +898 lines, -0 lines 0 comments Download
M lib/ssl/sslcon.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/ssl/sslimpl.h View 1 2 15 chunks +72 lines, -83 lines 0 comments Download
M lib/ssl/sslinfo.c View 1 2 1 chunk +102 lines, -80 lines 0 comments Download
M lib/ssl/sslsecur.c View 1 2 1 chunk +0 lines, -254 lines 0 comments Download
M lib/ssl/sslsnce.c View 1 2 9 chunks +44 lines, -23 lines 0 comments Download
M lib/ssl/sslsock.c View 1 2 9 chunks +57 lines, -134 lines 0 comments Download
M lib/ssl/sslt.h View 1 2 7 chunks +39 lines, -6 lines 0 comments Download
M lib/ssl/tls13con.c View 1 2 16 chunks +63 lines, -66 lines 0 comments Download

Messages

Total messages: 3
wtc1
Review comments on patch set 1: Martin: thank you very much for writing the CL. ...
8 years, 3 months ago (2016-01-11 23:45:56 UTC) #1
mt
https://codereview.appspot.com/280660043/diff/1/lib/ssl/ssl.h File lib/ssl/ssl.h (right): https://codereview.appspot.com/280660043/diff/1/lib/ssl/ssl.h#newcode1048 lib/ssl/ssl.h:1048: * Returns authentication type of the keys in an ...
8 years, 3 months ago (2016-01-12 00:22:27 UTC) #2
ttaubert
8 years, 3 months ago (2016-01-22 10:55:30 UTC) #3
This is great stuff. I'm rather surprised we got away this long handling cipher
suites as we currently do. The patch seems quite solid.

https://codereview.appspot.com/280660043/diff/20001/lib/ssl/ssl3con.c
File lib/ssl/ssl3con.c (right):

https://codereview.appspot.com/280660043/diff/20001/lib/ssl/ssl3con.c#newcode...
lib/ssl/ssl3con.c:5658: * shared secret is treated the same way as Fortezza's
Ks, i.e.,
nit: can we get rid of the Fortezza reference?

https://codereview.appspot.com/280660043/diff/20001/lib/ssl/sslsecur.c
File lib/ssl/sslsecur.c (right):

https://codereview.appspot.com/280660043/diff/20001/lib/ssl/sslsecur.c#newcod...
lib/ssl/sslsecur.c:851: tag == SEC_OID_PKCS1_RSA_ENCRYPTION;
nit: indent

https://codereview.appspot.com/280660043/diff/20001/lib/ssl/sslsecur.c#newcod...
lib/ssl/sslsecur.c:856: tag == SEC_OID_X942_DIFFIE_HELMAN_KEY;
nit: indent
Sign in to reply to this message.

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