Ian McGreer wrote: > > NSS is using an as-yet-undocumented extension to CK_C_INITIALIZE_ARGS. > The additional parameter is a string containing softoken-specific > configuration stuff. > > First, look at how NSS defines CK_C_INITIALIZE_ARGS: > http://lxr.mozilla.org/security/source/security/nss/lib/softoken/pkcs11t.h#1039 > > The new parameter is LibraryParameters. > > If your certs are in /home/me/certs, try something like this: > ckc_init_args.LibraryParameters = "configdir='/home/me/certs' > certPrefix='' keyPrefix='' secmod='secmod.db'"
We definitely need a new document that specifies the syntax and semantics of that string. -- Nelson Bolyard Disclaimer: I speak for myself, not for Netscape
