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

Issue 1408433006: Support tls-server-end-point channel bindings for HTTP authentication. (Closed)

Created:
5 years, 2 months ago by asanka
Modified:
3 years, 9 months ago
CC:
cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[net/http auth] Support channel bindings for HTTP authentication. Start using tls-server-end-point channel bindings for HTTP authentication if a certificate is available. The current implementation should work on Windows and Posix. Currently only SHA-256, SHA-384, and SHA-512 are supported for generating channel bindings. BUG=270219 R=rsleevi@chromium.org,davidben@chromium.org Committed: https://crrev.com/5ffd5d79244e6c9928ed465fcfed8a136d04140a Cr-Commit-Position: refs/heads/master@{#382858}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 9

Patch Set 4 : Narrower dependencies, update comments, address review comments. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+957 lines, -274 lines) Patch
M net/android/http_auth_negotiate_android.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/android/http_auth_negotiate_android.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/android/http_auth_negotiate_android_unittest.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M net/cert/x509_util.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M net/cert/x509_util.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M net/cert/x509_util_nss.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M net/cert/x509_util_openssl.cc View 1 2 3 chunks +55 lines, -0 lines 2 comments Download
M net/cert/x509_util_unittest.cc View 1 2 1 chunk +512 lines, -0 lines 0 comments Download
M net/http/http_auth.h View 1 2 3 4 chunks +13 lines, -8 lines 0 comments Download
M net/http/http_auth.cc View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M net/http/http_auth_cache_unittest.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_auth_controller.h View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M net/http/http_auth_controller.cc View 1 2 3 4 chunks +6 lines, -50 lines 0 comments Download
M net/http/http_auth_controller_unittest.cc View 1 2 3 5 chunks +12 lines, -8 lines 0 comments Download
M net/http/http_auth_gssapi_posix.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M net/http/http_auth_gssapi_posix.cc View 1 2 3 4 chunks +23 lines, -12 lines 0 comments Download
M net/http/http_auth_gssapi_posix_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_auth_handler.h View 1 2 3 3 chunks +8 lines, -1 line 0 comments Download
M net/http/http_auth_handler.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M net/http/http_auth_handler_basic.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/http/http_auth_handler_basic.cc View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_basic_unittest.cc View 1 2 3 4 chunks +10 lines, -4 lines 0 comments Download
M net/http/http_auth_handler_digest.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/http/http_auth_handler_digest.cc View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_digest_unittest.cc View 1 2 3 5 chunks +15 lines, -13 lines 0 comments Download
M net/http/http_auth_handler_factory.h View 1 2 3 4 chunks +6 lines, -0 lines 0 comments Download
M net/http/http_auth_handler_factory.cc View 1 2 3 5 chunks +12 lines, -6 lines 0 comments Download
M net/http/http_auth_handler_factory_unittest.cc View 1 2 3 8 chunks +34 lines, -44 lines 0 comments Download
M net/http/http_auth_handler_mock.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/http/http_auth_handler_mock.cc View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_negotiate.h View 1 2 3 3 chunks +4 lines, -1 line 0 comments Download
M net/http/http_auth_handler_negotiate.cc View 1 2 3 6 chunks +42 lines, -4 lines 0 comments Download
M net/http/http_auth_handler_negotiate_unittest.cc View 1 2 3 4 chunks +13 lines, -11 lines 0 comments Download
M net/http/http_auth_handler_ntlm.h View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M net/http/http_auth_handler_ntlm.cc View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download
M net/http/http_auth_handler_ntlm_portable.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/http/http_auth_handler_ntlm_win.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/http/http_auth_handler_unittest.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/http/http_auth_sspi_win.h View 2 chunks +7 lines, -6 lines 0 comments Download
M net/http/http_auth_sspi_win.cc View 1 2 3 5 chunks +56 lines, -35 lines 0 comments Download
M net/http/http_auth_sspi_win_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_auth_unittest.cc View 1 2 3 4 chunks +11 lines, -17 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 2 3 2 chunks +6 lines, -5 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 chunks +5 lines, -3 lines 0 comments Download
M net/http/proxy_client_socket.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M net/log/net_log_event_type_list.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M net/url_request/url_request_context_builder_unittest.cc View 1 2 3 4 chunks +12 lines, -8 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
asanka
rsleevi: Not ready for commit. This is an opinion solicitation round for the non-SHA-256 digest ...
5 years, 2 months ago (2015-10-15 02:29:04 UTC) #1
Ryan Sleevi
On 2015/10/15 02:29:04, asanka wrote: > rsleevi: Not ready for commit. This is an opinion ...
5 years, 2 months ago (2015-10-17 00:34:26 UTC) #2
asanka
I believe this agrees with our discussion over email. I only implemented it for OpenSSL/BoringSSL ...
4 years, 9 months ago (2016-03-18 16:46:58 UTC) #6
Ryan Sleevi
The thing that makes me a little uncomfortable is the dependency on HttpResponseInfo, rather than ...
4 years, 9 months ago (2016-03-18 21:27:40 UTC) #9
asanka
https://codereview.chromium.org/1408433006/diff/80001/net/http/http_auth_handler_factory.h File net/http/http_auth_handler_factory.h (right): https://codereview.chromium.org/1408433006/diff/80001/net/http/http_auth_handler_factory.h#newcode83 net/http/http_auth_handler_factory.h:83: // TODO(asanka): Update comment. On 2016/03/18 at 21:27:40, Ryan ...
4 years, 9 months ago (2016-03-23 04:51:30 UTC) #10
asanka
On 2016/03/18 at 21:27:40, rsleevi wrote: > The thing that makes me a little uncomfortable ...
4 years, 9 months ago (2016-03-23 04:53:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1408433006/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1408433006/100001
4 years, 9 months ago (2016-03-23 16:14:56 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years, 9 months ago (2016-03-23 16:20:58 UTC) #15
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/5ffd5d79244e6c9928ed465fcfed8a136d04140a Cr-Commit-Position: refs/heads/master@{#382858}
4 years, 9 months ago (2016-03-23 16:22:13 UTC) #17
eroman
https://codereview.chromium.org/1408433006/diff/100001/net/cert/x509_util_openssl.cc File net/cert/x509_util_openssl.cc (right): https://codereview.chromium.org/1408433006/diff/100001/net/cert/x509_util_openssl.cc#newcode332 net/cert/x509_util_openssl.cc:332: case net::DigestAlgorithm::Sha1: Is this fall-through intentional? Seems like either: ...
3 years, 9 months ago (2017-03-02 21:13:04 UTC) #19
asanka
https://codereview.chromium.org/1408433006/diff/100001/net/cert/x509_util_openssl.cc File net/cert/x509_util_openssl.cc (right): https://codereview.chromium.org/1408433006/diff/100001/net/cert/x509_util_openssl.cc#newcode332 net/cert/x509_util_openssl.cc:332: case net::DigestAlgorithm::Sha1: On 2017/03/02 21:13:02, eroman wrote: > Is ...
3 years, 9 months ago (2017-03-02 21:28:57 UTC) #20
eroman
3 years, 9 months ago (2017-03-02 22:12:05 UTC) #21
Message was sent while issue was closed.
Thanks Asanka

Powered by Google App Engine
This is Rietveld 408576698