Adding a PKCS#11 module when device is not connected

2011-03-24 Thread Matej Kurpel
Hello, I am developing a PKCS#11 module and I would like to improve it a bit - let me explain: Currently, when adding a new PKCS#11 module via the GUI (or modutil), the module is not added when it returns CKR_DEVICE_REMOVED on C_Initialize and it says a rather nothing-saying error message "Una

Re[4]: Hashing function in NSS

2011-03-24 Thread Konstantin Andreev
On 23.03.11 23:32, Crypto User wrote: On Mar 23, 12:05 pm, Honza Bambas wrote: On 3/22/2011 10:29 PM, Crypto User wrote:> Hi , I am trying to create APIS which will provide Hashing functionality to end user. I am using NSS to provide this on Linux. I was trying to find the correct APIs in NS