Closed
Bug 208194
Opened 22 years ago
Closed 22 years ago
Add a DupCrl function
Categories
(NSS :: Libraries, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.9
People
(Reporter: wtc, Assigned: nelson)
Details
We should add a DupCrl function that increments
the reference count of a CRL.
I am not sure which prefix this function should
have. We export SEC_DestroyCrl, so it would be
natural to name this new function SEC_DupCrl.
We could call it CERT_DupCrl, but the related
function CERT_DestroyCrl is not exported. I
don't know whether CERT_ or SEC_ is preferrable.
Bob, Nelson, what do you think?
Reporter | ||
Comment 1•22 years ago
|
||
Assigned the bug to Nelson.
Assignee: wtc → nelsonb
Priority: -- → P2
Target Milestone: --- → 3.9
Assignee | ||
Comment 2•22 years ago
|
||
Export SEC_DupCRL and declare it in certdb.h. Bug 208194.
Modified Files: nss/nss.def certdb/certdb.h
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•