Re: CERTCertDBHandles and OCSP

2008-11-03 Thread avieiva
On Nov 3, 3:16 am, Nelson B Bolyard [EMAIL PROTECTED] wrote: [...] Just call the function that returns the handle of the default trust domain. You won't regret it. /Nelson Hi Nelson, Thanks. I now understand. Cheers, Antonio ___ dev-tech-crypto

CERTCertDBHandles and OCSP

2008-11-02 Thread avieiva
Hi all again, In a previous post I got recommented to use PK11SlotInfos instead of CERTCertDBHandles. But in order to use the OCSP functions I need to obtain a CERTCertDBHandle, so I assume I have to go with the default cert database. Am I right? Or is there any other way to create a brand new

Re: Creating a cert. database at runtime?

2008-10-30 Thread avieiva
Hi all again, On Oct 30, 1:44 am, Nelson B Bolyard [EMAIL PROTECTED] wrote: I wrote an explanation about CERTCertDBHandles recently. It's the second half of this message:http://groups.google.com/group/mozilla.dev.tech.crypto/msg/36bdeef6a0... It may be enlightening. That message is

Re: Creating a cert. database at runtime?

2008-10-29 Thread avieiva
Hi again, Thanks for your reply, Robert. I didn't explain myself clearly (I'm a newbie with NSS). I was meaning ways to create a CERTCertDBHandle. I am missing something similar to the deprecated CERT_OpenCertDBFilename function. Thanks again, Antonio On Oct 29, 8:46 pm, Robert Relyea [EMAIL