Which LIB file are you using ? If it is a small LIB file, it is probably just the import library for the DLL .

PKIX_PL functions are internal functions not exported from NSS3.dll . Why do you want to use those functions directly ?

There is a public PKIX API, CERT_PKIXVerifyCert, which you should use.

Julien


On 11/9/2016 05:56, Opa114 wrote:
Hi there,

how can i use the LIBPKIX Library on Windows? Did it everytime only compile a 
*.lib file instead of a *.dll file like the nss3.dll? Everytime i try to use 
the PKIX_PL_Cert_VerifySignature Function for example i got the error that the 
reference to the function is undefined, which tells me that it has a problem 
with linking to the library - right?

Anybody out there who can help?

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

Reply via email to