How can i list Builtin Root ACs ?

2017-02-21 Thread Abdelhak Brrem
Does anyone knows how to list the builtin root ACs stored in the nssckbi.dll 
file ?.

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


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
> certificates from all tokens.
> 
> But by default certutil doesn't load nssckbi.dll
> 
> You can create a new database using "certutil -N", then use modutil to add the
> nssckbi.dll as a module to your database, then "certutil -L -h all" should 
> work.
> 
> Kai

I tried this but unfortunately it did not work 
i get this error:
ERROR: Failed to add module "nssckbimod". Probable cause : "error 127".

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

Builtin root ACs

2017-02-18 Thread Abdelhak Brrem
I have a question if i may ask it, it's about the nssckbi.dll file that stores 
Builtin root ACs, how can i list these certificates ?, The Certutile tool works 
only for the certificates stored in the cert8.db file.
do you have any leads on this ?.

Thank you.
B.Abdelhak
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


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
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


Re: How can i list Builtin Root ACs ?

2017-02-28 Thread Abdelhak Brrem
On Tuesday, 21 February 2017 15:57:41 UTC+1, Kai Engert  wrote:
> 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
> certificates from all tokens.
> 
> But by default certutil doesn't load nssckbi.dll
> 
> You can create a new database using "certutil -N", then use modutil to add the
> nssckbi.dll as a module to your database, then "certutil -L -h all" should 
> work.
> 
> Kai

I tried this on Linux with the libnssckbi.so file and it worked 
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto