Re: LIBPKIX How To Use? (Windows)

2016-11-10 Thread Opa114
Am Mittwoch, 9. November 2016 23:10:36 UTC+1 schrieb 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 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?

because i want not not to verify the with it's usage. i want to check ifa cert 
was / has signed another certificate. There i no such function in NSS or 
haven't i seen that? So that why i wanted to use the 
PKIX_PL_Cert_VerifySignature function. or is there a public function which 
check the same?

The LIB was the pkixpki.lib.
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


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 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