Closed
Bug 258362
Opened 21 years ago
Closed 21 years ago
Export more libSMIME functions
Categories
(NSS :: Libraries, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.10
People
(Reporter: nelson, Assigned: nelson)
Details
This bug was originally Filed as bugscape bug 57168 on 9/1/04 because
bugzilla.mozilla.org was down.
Certain applications that were formerly built with NSS 2.7 now wish to
upgrade to NSS 3.9, and find that not all of the PKCS7 API functions
they need are exported from the new libSMIME.
In particular, they are missing
CERT_ConvertAndDecodeCertificate;
SEC_PKCS7EncodeItem;
The solution is trivial: add those symbols to smime.def.
The fix has already been checked in on the NSS 3.9 branch.
It needs to be carried to the trunk. See the diffs at
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=smime.def&branch=NSS_3_9_BRANCH&root=/cvsroot&subdir=mozilla/security/nss/lib/smime&command=DIFF_FRAMESET&rev1=1.29&rev2=1.29.16.1
| Assignee | ||
Comment 1•21 years ago
|
||
Checking in smime.def;
/cvsroot/mozilla/security/nss/lib/smime/smime.def,v <-- smime.def
new revision: 1.30; previous revision: 1.29
Status: NEW → RESOLVED
Closed: 21 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: --- → 3.10
You need to log in
before you can comment on or make changes to this bug.
Description
•