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

Issue 2400033005: Use BoringSSL scopers in //net. (Closed)

Created:
4 years, 2 months ago by davidben
Modified:
4 years, 2 months ago
Reviewers:
eroman, Ryan Hamilton
CC:
chromium-reviews, rsleevi+watch_chromium.org, certificate-transparency-chrome_googlegroups.com, cbentzel+watch_chromium.org, Eran Messeri
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use BoringSSL scopers in //net. BUG=654143 Committed: https://crrev.com/d80c12cc3341c364f67c04b1a6153a1ee34be25d Cr-Commit-Position: refs/heads/master@{#424298}

Patch Set 1 #

Patch Set 2 : fixup #

Patch Set 3 : fix various build errors #

Patch Set 4 : avoid some unnecessary refcount-bumping #

Total comments: 9

Patch Set 5 : eroman comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+316 lines, -414 lines) Patch
M net/base/keygen_handler_openssl.cc View 3 chunks +2 lines, -4 lines 0 comments Download
M net/base/keygen_handler_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/base/openssl_private_key_store_android.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M net/cert/cert_database_openssl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/cert_verify_proc_ios.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/cert/cert_verify_proc_openssl.cc View 1 2 3 4 3 chunks +5 lines, -9 lines 0 comments Download
M net/cert/ct_log_verifier.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/cert/ct_objects_extractor.cc View 7 chunks +9 lines, -17 lines 0 comments Download
M net/cert/internal/verify_name_match.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M net/cert/internal/verify_signed_data.cc View 1 2 3 9 chunks +10 lines, -10 lines 0 comments Download
M net/cert/jwk_serializer.cc View 1 2 3 4 chunks +6 lines, -7 lines 0 comments Download
M net/cert/x509_certificate_ios.cc View 11 chunks +10 lines, -20 lines 0 comments Download
M net/cert/x509_certificate_openssl.cc View 1 2 7 chunks +5 lines, -16 lines 0 comments Download
M net/cert/x509_util_openssl.cc View 7 chunks +25 lines, -39 lines 0 comments Download
M net/quic/chromium/crypto/proof_source_chromium.cc View 2 chunks +1 line, -2 lines 0 comments Download
M net/quic/core/crypto/channel_id.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M net/quic/core/crypto/p256_key_exchange.h View 1 2 3 4 3 chunks +6 lines, -5 lines 0 comments Download
M net/quic/core/crypto/p256_key_exchange.cc View 1 2 3 4 5 chunks +9 lines, -6 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.cc View 5 chunks +9 lines, -11 lines 0 comments Download
M net/socket/ssl_client_socket_impl.h View 3 chunks +3 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_impl.cc View 43 chunks +71 lines, -75 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M net/socket/ssl_server_socket_impl.h View 3 chunks +2 lines, -9 lines 0 comments Download
M net/socket/ssl_server_socket_impl.cc View 22 chunks +45 lines, -45 lines 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 3 chunks +2 lines, -4 lines 0 comments Download
M net/ssl/openssl_client_key_store.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M net/ssl/openssl_client_key_store_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/ssl/openssl_ssl_util.h View 2 chunks +4 lines, -4 lines 0 comments Download
M net/ssl/openssl_ssl_util.cc View 2 chunks +10 lines, -8 lines 0 comments Download
D net/ssl/scoped_openssl_types.h View 1 chunk +0 lines, -35 lines 0 comments Download
M net/ssl/ssl_client_session_cache.h View 4 chunks +3 lines, -4 lines 0 comments Download
M net/ssl/ssl_client_session_cache.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M net/ssl/ssl_client_session_cache_unittest.cc View 8 chunks +13 lines, -14 lines 0 comments Download
M net/ssl/ssl_platform_key_android.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M net/ssl/ssl_platform_key_chromecast.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M net/ssl/ssl_platform_key_mac.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M net/ssl/ssl_platform_key_nss.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M net/ssl/ssl_platform_key_win.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M net/ssl/test_ssl_private_key.h View 2 chunks +2 lines, -3 lines 0 comments Download
M net/ssl/test_ssl_private_key.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M net/ssl/token_binding.cc View 6 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
davidben
rch for net/quic eroman for everything else
4 years, 2 months ago (2016-10-08 06:19:30 UTC) #9
Ryan Hamilton
net/quic/ LGTM
4 years, 2 months ago (2016-10-09 20:29:02 UTC) #13
eroman
lgtm! https://codereview.chromium.org/2400033005/diff/50001/net/base/keygen_handler_unittest.cc File net/base/keygen_handler_unittest.cc (right): https://codereview.chromium.org/2400033005/diff/50001/net/base/keygen_handler_unittest.cc#newcode157 net/base/keygen_handler_unittest.cc:157: bssl::ScopedEVP_MD_CTX ctx; Nice that these are stack allocated ...
4 years, 2 months ago (2016-10-10 22:45:55 UTC) #14
davidben
https://codereview.chromium.org/2400033005/diff/50001/net/cert/cert_verify_proc_openssl.cc File net/cert/cert_verify_proc_openssl.cc (right): https://codereview.chromium.org/2400033005/diff/50001/net/cert/cert_verify_proc_openssl.cc#newcode92 net/cert/cert_verify_proc_openssl.cc:92: struct ShallowX509Stack { On 2016/10/10 22:45:54, eroman wrote: > ...
4 years, 2 months ago (2016-10-10 23:24:40 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2400033005/70001
4 years, 2 months ago (2016-10-10 23:25:05 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:70001)
4 years, 2 months ago (2016-10-11 00:14:12 UTC) #19
commit-bot: I haz the power
4 years, 2 months ago (2016-10-11 00:19:51 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d80c12cc3341c364f67c04b1a6153a1ee34be25d
Cr-Commit-Position: refs/heads/master@{#424298}

Powered by Google App Engine
This is Rietveld 408576698