Re: Should PK11_Derive() save the failure status?

2017-02-22 Thread Robert Relyea
On 02/22/2017 10:44 AM, Andrew Cagney wrote: Hi, I've got a PK11_Derive() call failing (presumably something silly on my part), but frustratingly, PORT_GetError() just returns 0. It seems that all variants of PK11_Derive() don't call: PORT_SetError(PK11_MapError(crv)); with the error

Should PK11_Derive() save the failure status?

2017-02-22 Thread Andrew Cagney
Hi, I've got a PK11_Derive() call failing (presumably something silly on my part), but frustratingly, PORT_GetError() just returns 0. It seems that all variants of PK11_Derive() don't call: PORT_SetError(PK11_MapError(crv)); with the error status from ->C_DeriveKey(). Should they? Or is

Looking for Pkiutil binaries

2017-02-22 Thread Abdelhak Brrem
Hello. Does anyone know where can i get the pkiutil.exe file ? i think it's the only tool that can list the builtin root ACs stored in nssckbi.dll. i found its source code in the NSS 3.8, but i didn't manage to build it. Thank you. -- dev-tech-crypto mailing list

Re: How can i list Builtin Root ACs ?

2017-02-22 Thread Abdelhak Brrem
Le mardi 21 février 2017 15:57:41 UTC+1, Kai Engert a écrit : > On Tue, 2017-02-21 at 06:40 -0800, Abdelhak Brrem wrote: > > Does anyone knows how to list the builtin root ACs stored in the nssckbi.dll > > file ?. > > If you're asking about certutil, you can use the "-h all" parameter to list >