Open
Bug 1165987
Opened 5 years ago
Updated 2 years ago
use mozilla::pkix to extract data when gathering telemetry in SSLServerCertVerification.cpp
Categories
(Core :: Security: PSM, defect, P5)
Core
Security: PSM
P5
Tracking
()
NEW
People
(Reporter: keeler, Unassigned)
References
Details
(Whiteboard: [psm-cleanup])
In GatherSuccessfulValidationTelemetry in SSLServerCertVerification.cpp, we currently use NSS to extract data to inform our telemetry. We should expose and use utility functions from mozilla::pkix to do this instead (not only will it be easier to write memory-safe(r) code, but the telemetry will be more meaningful since NSS isn't doing certificate verification for us anymore).
![]() |
Reporter | |
Updated•4 years ago
|
Whiteboard: [psm-cleanup]
![]() |
Reporter | |
Updated•2 years ago
|
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•