Chromium Code Reviews
DescriptionRevert of Enable Expect-Staple in SSLClientSocket. (patchset #3 id:40001 of https://codereview.chromium.org/2155753002/ )
Reason for revert:
The newly added test HTTPSOCSPTest.ExpectStapleReportNotSentOnValid fails on the Android bot:
https://build.chromium.org/p/chromium.android/builders/Android%20Cronet%20ARMv6%20Builder/builds/2675
C 165.045s Main Detailed Logs
C 165.045s Main ********************************************************************************
C 165.063s Main [FAIL] HTTPSOCSPTest.ExpectStapleReportNotSentOnValid:
C 165.063s Main [ RUN ] HTTPSOCSPTest.ExpectStapleReportNotSentOnValid
C 165.063s Main [WARNING:embedded_test_server.cc(193)] Request not handled. Returning 404: /
C 165.063s Main ../../net/url_request/url_request_unittest.cc:9342: Failure
C 165.063s Main Value of: mock_report_sender.latest_report().empty()
C 165.063s Main Actual: false
C 165.064s Main Expected: true
C 165.064s Main ../../net/url_request/url_request_unittest.cc:9343: Failure
C 165.064s Main Value of: mock_report_sender.latest_report_uri()
C 165.064s Main Actual: https://report.badssl.com/expect-staple
C 165.064s Main Expected: GURL()
C 165.064s Main Which is:
C 165.064s Main [ FAILED ] HTTPSOCSPTest.ExpectStapleReportNotSentOnValid (65 ms)
Original issue's description:
> Enable Expect-Staple in SSLClientSocket.
>
> In TransportSecurityState, set |enable_static_expect_staple_|
> to true by default. Update SSLClientSocket to call
> TransportSecurityState::ProcessExpectStaple.
>
> In ssl_client_socket_impl.cc, this also removes the if
> (|signed_certificate_timestamps_enabled_) check around
> extracting the OCSP response and setting the
> UMA_HISTOGRAM_BOOLEAN("Net.OCSPResponseStapled"). Since
> SCTs are always enabled, this if statement was a noop.
>
> This does not enable Expect-Staple for QUIC. See
> https://crbug.com/631101
>
> BUG=598021
>
> Committed: https://crrev.com/3c0e49240847ea54265e17c7a8a1ecf73daeaeee
> Cr-Commit-Position: refs/heads/master@{#407575}
TBR=svaldez@chromium.org,rsleevi@chromium.org,estark@chromium.org,dadrian@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=598021
Committed: https://crrev.com/5b3cfa2861a8c2d452111225fb5f95c7b561b50c
Cr-Commit-Position: refs/heads/master@{#407606}
Patch Set 1 #
Messages
Total messages: 10 (3 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||