Re: LIBPKIX How To Use? (Windows)

2016-11-09 Thread Julien Pierre
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 sho

LIBPKIX How To Use? (Windows)

2016-11-09 Thread Opa114
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