DescriptionAlign SSLClientSocketOpenSSL and SSLClientSocketNSS histograms.
This makes a handful of small changes to align the two implementations:
- Remove Net.SSLv3FallbackToRenegoPatchedServer. It's no longer necessary. In
fact, the majority of SSLv3 fallbacks are to servers that /are/ renego patched.
- Gather Net.SSLCertVerificationTime* on OpenSSL.
- Move histogram calls on OpenSSL out of GetSSLInfo as that is not called once
per handshake. Net.RenegotiationExtensionSupported is moved to common code and
RecordChannelIDSupport to the handshake success codepath.
Net.OCSPResponseStapled is left ungathered as BoringSSL does not yet support
OCSP stapling.
BUG=405631
Committed: https://crrev.com/09c3d07392bc432e5ef16874b5b3cdc5074b1cb4
Cr-Commit-Position: refs/heads/master@{#291752}
Patch Set 1 #
Total comments: 7
Patch Set 2 : asvitkine comments #
Messages
Total messages: 11 (0 generated)
|