On 5/18/05, Wan-Teh Chang <[EMAIL PROTECTED]> wrote: > E Perlade wrote: > > > > The problem is retrieving distribution points. I need to know > > certificate extensions especially distribution points extension in its > > decoded form. > > So the function CERT_FindCRLDistributionPoints seems good to me > > moreover it calls CERT_DecodeCRLDistributionPoints, that's what I > > want. > > Unfortunately using this function outside nss results in an undifined > > symbol error during compilation. I found > > CERT_FindCRLDistributionPoints isn't declared in nss.def as a public > > API function. Is that a bug? > > Is there any other simple way retrieving distribution points URI from > > a CERTCertificate structure? > > Note: adding CERT_FindCRLDistributionPoints to nss.def file allow me > > to do what I want. > > Until we sort out whether we can and want to export > that function, you can implement it yourself > using the exported CERT_FindCertExtension and > CERT_DecodeCRLDistributionPoints functions. >
Thank you, I'll use it waiting for the final decision _______________________________________________ mozilla-crypto mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-crypto
