Re: importing leaf cert into NSS db via JSS

2010-12-10 Thread David Stutzman
On 12/9/2010 2:29 PM, Wan-Teh Chang wrote: The (-8157) Certificate extension not found part is most likely wrong (a stale error code). Please try to track that down and fix it. I remember Nelson saying pretty much anytime that error pops out it's a bug in NSS. I would go with adding an

Re: importing leaf cert into NSS db via JSS

2010-12-10 Thread Nelson B Bolyard
On 2010-12-10 03:45 PDT, David Stutzman wrote: On 12/9/2010 2:29 PM, Wan-Teh Chang wrote: The (-8157) Certificate extension not found part is most likely wrong (a stale error code). Please try to track that down and fix it. I remember Nelson saying pretty much anytime that error pops out

Thunderbird crashing when C_SignInit returns other than CKR_OK

2010-12-10 Thread Matej Kurpel
Hello, I am implementing a PKCS#11 module. I would like to implement authentication on my device (using a pin-pad) everytime a signature is requested from it. The idea is that on C_SignInit, I ask the user for the PIN and if the PIN is incorrect (or user has cancelled for whatever reason),