Re: SSL objects and NSS code communicating with PKCS#11 module

2014-03-03 Thread Robert Relyea
On 03/03/2014 04:31 AM, Raad Bahmani wrote: > Hello together, > > I need to implement a PKCS11-library which simulates a smart-card and > responds to login attempts with SSL certificates. > > I have found out that SSL needs the following mechanisms, so the > "C_GetMechanismList" of my library speci

SSL objects and NSS code communicating with PKCS#11 module

2014-03-03 Thread Raad Bahmani
Hello together, I need to implement a PKCS11-library which simulates a smart-card and responds to login attempts with SSL certificates. I have found out that SSL needs the following mechanisms, so the "C_GetMechanismList" of my library specifies them as supported. - CKM_SSL3_PRE_MASTER_KEY_GEN -