Bob No, all you need is the cert6, key3 and secmod db's, which you can create with the utilities that come with NSS. You specify the directory containing these files in the call to NSS_Init(path). Don't exactly know what you mean by handle the key3.db, but the PK11_ functions do allow you to do such things as PK11_Sign, PK11_Verify, etc.
Ken "Bob Lee" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > To use the certificate and cryptography components of NSS, do I need to have > Netscape installed? If not, then how do specify a cert7.db and key3.db > files to NSS? > > Also, is the key3.db handled through the pkcs11 functions? If not, then how > can I do so. > > Thanks, > > --Bob.
