Closed
Bug 131350
Opened 23 years ago
Closed 23 years ago
Add another symbol to list of symbols exported by NSS
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.4
People
(Reporter: javi, Assigned: wtc)
Details
Attachments
(1 file)
|
612 bytes,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
In PSM 1.x, we used to use the function SEC_PKCS12DecoderGetCerts to look at the
certs in a p12 blob after importing. It'd be nice to have this ability back to
ask the user about default S/MIME certificates if the p12 import is the first
time the user is installing a certificate into their db.
Comment 1•23 years ago
|
||
Two questions:
Are you really after the imported certs, or just a certificate structure you can
use to display info on the certs in the p12 file?
From your description I think the latter is fine, but I want to verify this. The
function still exists in NSS, but it has the latter semantics, not the former,
and is not currently exported in the .def file.
bob
| Assignee | ||
Comment 2•23 years ago
|
||
| Assignee | ||
Comment 3•23 years ago
|
||
I checked in the patch. SEC_PKCS12DecoderGetCerts is now exported
from smime.def.
Status: NEW → RESOLVED
Closed: 23 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: --- → 3.4
Updated•23 years ago
|
Attachment #75327 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•