DescriptionRecord UMA metrics for Must-Staple certificates on private roots
We'd like to get an idea of what MITM proxies tend to do with the TLS
Feature Extension (colloquially known as Must-Staple). If MITM proxies
blindly copy the extension into generated certificates, then deploying
Must-Staple will cause a lot of breakage, due to MITM proxies generating
Must-Staple certificates but not stapling OCSP responses.
This CL adds an UMA metric for the presence of the TLS Feature Extension
in certificates that chain to private roots, as a baby step in this
investigation. (Note that this conflates misbehaving MITM proxies with
private PKIs that are using Must-Staple, so it's only a starting point
for an investigation.)
A new asn1::HasTLSFeatureExtension() function is used to record this
histogram.
BUG=633732
Committed: https://crrev.com/2e2e27cf8745fc190864cf182d5467363d59fb13
Cr-Commit-Position: refs/heads/master@{#426971}
Patch Set 1 #Patch Set 2 : Add another histogram for OCSP response status #
Total comments: 11
Patch Set 3 : eroman comments #Patch Set 4 : add new test cert to net.gypi #Patch Set 5 : ... and to README #
Messages
Total messages: 22 (13 generated)
|