Closed
Bug 449725
Opened 16 years ago
Closed 16 years ago
signver is still using static libraries.
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.2
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
4.29 KB,
patch
|
rrelyea
:
review+
nelson
:
review+
|
Details | Diff | Splinter Review |
signver is still using static libraries.
All it takes to build with shared libraries is to
deal with the ASN1 templates on Windows. I hope
using SEC_ASN1_GET is the correct fix.
Attachment #332889 -
Flags: superreview?(nelson)
Attachment #332889 -
Flags: review?(rrelyea)
Assignee | ||
Comment 1•16 years ago
|
||
The remaining tools that are using static libraries are:
bltest
certcgi
crmf-cgi
dbck
ecperf
fipstest
libpkix/pkixutil
ocspclnt
rsaperf
shlibsign/mangle
Some of these, for example, bltest, ecperf, fipstest,
and rsaperf must use static libraries. I think only
ocspclnt is worth changing to use shared libraries.
That would require exporting three functions:
CERT_GetEncodedOCSPResponse
CERT_CheckOCSPStatus
CERT_DecodeOCSPRequest
Comment 2•16 years ago
|
||
Wan-Teh, I would not oppose exporting those three functions.
Julien, what do you think of that idea?
Updated•16 years ago
|
Target Milestone: --- → 3.12.1
Version: 3.12 → 3.2
Comment 3•16 years ago
|
||
Nelson,
I have some reservations about exporting these functions at this point in time, since we are moving towards making libpkix the default PKIX engine in 3.13, and these functions are not used by the new code at all - ie. they are legacy functions. Exporting them now means a support burden going forward.
IMO, it would be preferrable to export and use the new PKIX-equivalent functions.
Comment 4•16 years ago
|
||
Comment on attachment 332889 [details] [diff] [review]
Proposed patch
The patch builds without error on Windows. I haven't tested the resultant build.
Attachment #332889 -
Flags: superreview?(nelson) → review+
Assignee | ||
Comment 5•16 years ago
|
||
I checked in the patch on the NSS trunk (NSS 3.12.2).
Checking in manifest.mn;
/cvsroot/mozilla/security/nss/cmd/signver/manifest.mn,v <-- manifest.mn
new revision: 1.5; previous revision: 1.4
done
Checking in pk7print.c;
/cvsroot/mozilla/security/nss/cmd/signver/pk7print.c,v <-- pk7print.c
new revision: 1.9; previous revision: 1.8
done
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: 3.12.1 → 3.12.2
Updated•16 years ago
|
Attachment #332889 -
Flags: review?(rrelyea) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•