Closed
Bug 1578534
Opened 6 years ago
Closed 6 years ago
Change nsIX509CertDB.constructX509 to take Array<uint8_t>
Categories
(Core :: Security: PSM, enhancement, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: sefeng211, Assigned: sefeng211)
References
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
While we are working on Bug 1577836, part of the changes would change the signature information to byte arrays, so it would be good if we can convert constructX509 to take Array<uint8_t>, then we can construct the cert directly without some extra decoding.
Updated•6 years ago
|
Priority: -- → P1
Whiteboard: [psm-assigned]
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D44242
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4eb85afc10db
Change nsIX509CertDB.constructX509 to take Array<uint8_t> r=keeler
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•