Re: Thunderbird encrypted mail using certificate (on smartcard) isnt able to C_Decrypt the message. Why?

2012-01-20 Thread Robert Relyea
On 01/20/2012 04:17 AM, helpcrypto helpcrypto wrote: After requesting for the pin, Thunderbird calls C_DecryptInit with mechanism CKM_RSA_PKCS and my private key handle. That seems OK. Then, it invokes C_Decrypt with some bytes (Always the same for the same mail...128 length), and we try the fol

Re: Regarding PSM with external SSL library

2012-01-20 Thread Ashok Subash
On Jan 6, 6:56 am, Brian Smith wrote: > Ashok Subash wrote: > > We'll go with your suggestion of using NSS after size reduction for > > this project for our security requirements. But right now we cannot > > upgrade to latest firefox due to the current schedule and resources > > we have for this p

Thunderbird encrypted mail using certificate (on smartcard) isnt able to C_Decrypt the message. Why?

2012-01-20 Thread helpcrypto helpcrypto
Hello guys! Sorry if already asked on the list, but i cant find a similar issue.(Maybe i have to improve my find skills) We are developing a PKCS#11 library for our smartcard, actually working great on win, Linux and osx. (No, its not based on OpenSC, although IMHO it should) Yesterday we started