PK11_ImportCert has the following signature:
SECStatus PK11_ImportCert(PK11SlotInfo *slot, CERTCertificate *cert,
        CK_OBJECT_HANDLE key, char *nickname, PRBool includeTrust)

Looking at the implementation in nss-3.11.2/mozilla/security/nss/lib/pk11wrap/pk11cert.c, line 790, I don't see "includeTrust" being used anywhere in the function. At line 855 when the function nssToken_ImportCertificate is called, no trust information is passed. Is this a bug?

What's the general procedure in cases like this? Should I just file the bug and let you guys close it if it's not an issue or post here first and ask like I just did?

Dave
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to