Closed
Bug 1219347
Opened 10 years ago
Closed 10 years ago
SSL_CERT_VERIFICATION_ERRORS has a misleading description
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla45
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)"
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → mgoodwin
Reporter | ||
Comment 1•10 years ago
|
||
Err, I meant to say:
"If certificate verification failed in a TLS handshake, what was the error? (see mapping in pkix/Result.h)"
Assignee | ||
Comment 2•10 years ago
|
||
Bug 1219347 - Fix misleading description for SSL_CERT_VERIFICATION_ERRORS telemetry probe; r?keeler
Attachment #8680674 -
Flags: review?(dkeeler)
![]() |
||
Comment 3•10 years ago
|
||
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.
![]() |
||
Comment 4•10 years ago
|
||
Hmmm. I meant to check the "ship it" box, but I guess I forgot and now it won't let me...
![]() |
||
Updated•10 years ago
|
Attachment #8680674 -
Flags: review?(dkeeler) → review+
Assignee | ||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c0f0bb8414411ffbf86d8837dba918060a3597ac
Bug 1219347 - Fix misleading description for SSL_CERT_VERIFICATION_ERRORS telemetry probe; r=keeler
Comment 6•10 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 7•10 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•