Closed
Bug 1563849
Opened 5 years ago
Closed 5 years ago
Get btoa(getDERString(cert)) from an API
Categories
(Core :: Security: PSM, enhancement, P3)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: carolina.jimenez.g, Assigned: mbirghan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-cleanup])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We are creating a new certificate viewer for firefox, and we access btoa(getDERString(cert))
multiple times, it would be nice to get the information from an API in nsIX509Cert
instead of copying and pasting getDERString
function everywhere when is not defined. See https://phabricator.services.mozilla.com/D35531#inline-223764
Priority: -- → P3
Whiteboard: [psm-cleanup]
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mbirghan
Keywords: checkin-needed
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6fd90712ba26
Get btoa(getDERString(cert)) from an API r=keeler
Keywords: checkin-needed
Updated•5 years ago
|
Blocks: cert-viewer, 1570973
Status: NEW → ASSIGNED
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•