Closed
Bug 1686833
Opened 4 years ago
Closed 4 years ago
avoid CERTCertificate in nsNSSCertificate::GetDbKey
Categories
(Core :: Security: PSM, enhancement, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
nsNSSCertificate::GetDbKey
doesn't need to use a decoded CERTCertificate
- it can use mozilla::pkix.
Assignee | ||
Comment 1•4 years ago
|
||
This patch changes nsNSSCertificate::GetDbKey to use mozilla::pkix::BackCert
instead of requiring a decoded CERTCertificate.
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/870af0b2f2a9
avoid CERTCertificate in nsNSSCertificate::GetDbKey r=bbeurdouche
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•