Stef Walter wrote:
> Is there a spec around for specifying to applications which PKCS#11
> modules to load

That's application specific.


> and how to initialize them?

This is covered by PKCS#11. A PKCS#11 module is basically a shared
library that exposes the API described in the standard. Initialize
according to the standard. :)


> I'm thinking something along the lines of PAM conf files, where you
> can specify which PAM modules different applications load.

Nothing like that.


> We're working hard on PKCS#11 support in GNOME, and rather than
> coming up with something like this on our own, perhaps someone has
> already given this some thought?

You could take a look at libp11, which aims to provide a more
friendly API than bare PKCS#11 which isn't too great.


//Peter
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to