Re: CERTCertDBHandles and OCSP

2008-11-02 Thread Nelson B Bolyard
[EMAIL PROTECTED] wrote, On 2008-11-02 14:40: > 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? Yes,

Re: Help Signature Verification Error: !

2008-11-02 Thread Nelson Bolyard
Balaji Kamal Kannadassan wrote, On 2008-10-31 04:24 PDT: > We have a valid certificate and I signed my jar file with the jarsigner > when I open it using jar:!/prefstryjs.html" I am getting below error. I > ran out of options, please any help on the same would be great. > > Error: > -

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 CE

Re: multiple pkcs 12 files vs. firefox software pkcs 11 module...

2008-11-02 Thread Subrata Mazumdar
[EMAIL PROTECTED] wrote: NSS_Initialize will not add a new database, but there is a call that will.:https://developer.mozilla.org/en/NSS_PKCS11_Functions#SECMOD_OpenUserDB When you are through you can get rid of close the database with:https://developer.mozilla.org/en/NSS_PKCS11