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

2014-03-05 Thread Raad Bahmani
Hello Robert, thank your for your answer ! 3) Which algorithm is used for login with SSL ? I'm not sure what you mean by 'login with SSL'. Do you mean create an SSL handshake? do you mean

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

2014-03-05 Thread Erwann Abalea
Bonjour, Le lundi 3 mars 2014 13:31:20 UTC+1, Raad Bahmani a écrit : I need to implement a PKCS11-library which simulates a smart-card and responds to login attempts with SSL certificates. Your simulated smartcard won't do any login with SSL cert (it won't go that high). When the Mozilla

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

2014-03-05 Thread Robert Relyea
On 03/05/2014 01:21 AM, Raad Bahmani wrote: Hello Robert, thank your for your answer ! 3) Which algorithm is used for login with SSL ? I'm not sure what you mean by 'login with SSL'. Do

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 -

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 specifies