Closed Bug 1219347 Opened 10 years ago Closed 10 years ago

SSL_CERT_VERIFICATION_ERRORS has a misleading description

Categories

(Toolkit :: Telemetry, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla45
Tracking Status
firefox44 --- affected
firefox45 --- fixed
b2g-v2.5 --- fixed

People

(Reporter: April, Assigned: mgoodwin)

References

()

Details

Attachments

(1 file)

The description for SSL_CERT_VERIFICATION_ERRORS lists the following description: "If certificate verification failed in a TLS handshake, what was the error? (see mapping in SSLServerCertVerification.cpp)" But the mapping is actually here: https://dxr.mozilla.org/mozilla-central/source/security/pkix/include/pkix/Result.h#86 So it should probably read: "If certification verification failed in a TLS handshake, what was the error? (see mapping in pkix/Result.h)"
Assignee: nobody → mgoodwin
Err, I meant to say: "If certificate verification failed in a TLS handshake, what was the error? (see mapping in pkix/Result.h)"
Bug 1219347 - Fix misleading description for SSL_CERT_VERIFICATION_ERRORS telemetry probe; r?keeler
Attachment #8680674 - Flags: review?(dkeeler)
https://reviewboard.mozilla.org/r/23663/#review21193 r=me. Just the one comment. ::: toolkit/components/telemetry/Histograms.json:8017 (Diff revision 1) > - "description": "If certificate verification failed in a TLS handshake, what was the error? (see mapping in SSLServerCertVerification.cpp)" > + "description": "If certificate verification failed in a TLS handshake, what was the error? (see mapping in security/pkix/include/pkix/Result.h)" I have a couple of concerns about this: 1. Result.h doesn't mention SSL_CERT_VERIFICATION_ERRORS, so this might be confusing 2. MapCertErrorToProbeValue takes the values from Result.h but modifies some of them, so this comment isn't quite accurate Maybe mentioning both files or MapCertErrorToProbeValue specifically would be best.
Hmmm. I meant to check the "ship it" box, but I guess I forgot and now it won't let me...
Attachment #8680674 - Flags: review?(dkeeler) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/c0f0bb8414411ffbf86d8837dba918060a3597ac Bug 1219347 - Fix misleading description for SSL_CERT_VERIFICATION_ERRORS telemetry probe; r=keeler
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: