Bengt Nilsson wrote:
> Hi,
>
> I have a pkcs11 module (smartcard) that works with Netscape in NT.
>
> Supppose I want to write a client app of my own, using the nss library. How do I get
>access (load it) to the module from my own app?
>
> Regards Bengt
There are a set of utilities functions in
mozilla/security/nss/lib/pk11wrap with the prefix 'SECMOD_' that are
used to manage the secmod.db. NSS loads pkcs11 modules from that DB.
There is also a utility under mozilla/security/nss/cmd/modutil which
manages that database from the command line.
bob