Closed
Bug 1535752
Opened 6 years ago
Closed 6 years ago
avoid unnecessary base64-encoding when calling cert_storage functions
Categories
(Core :: Security: PSM, enhancement, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
Bug 1429796 will replace the cert blocklist with cert_storage. The API as it will land requires that inputs be base64-encoded. This is useful for when we're adding data to it from e.g. kinto, but when we're e.g. checking certificates for revocation it isn't necessary.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dkeeler
Priority: P2 → P1
Whiteboard: [psm-backlog] → [psm-assigned]
Pushed by dkeeler@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ed9c289b46b8 avoid unnecessarily base64-encoding inputs to nsICertStorage when we already have DER r=mgoodwin
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Comment hidden (obsolete) |
You need to log in
before you can comment on or make changes to this bug.
Description
•