Simone wrote:
Nelson wrote:
I'd guess that NSS has not been initialized properly, or that no PKCS 11 modules have been loaded that implement the requested algorithms, causing the "Best Slot" lists for those mechanisms to be empty.In effect my list seems to be empty....first of all I call PK11_InitSlotLists(), but what is the next step before hashing my buffer? I'm really in trouble understanding what I have to do.......
You need to call NSS_Init(). See nss.h. -Ian
