Re: openssl and hardware tokens

2009-11-27 Thread John R Pierce
Nicolas Pelloux-Prayer wrote: I'm currently working on a similar task during the development of a TLS client (with client-side authentication), using a PKCS#11 hardware token. The main problem we encountered is that we cannot access the private key stored in the token; Therefore we made an en

Re: openssl and hardware tokens

2009-11-27 Thread Nicolas Pelloux-Prayer
I'm currently working on a similar task during the development of a TLS client (with client-side authentication), using a PKCS#11 hardware token. The main problem we encountered is that we cannot access the private key stored in the token; Therefore we made an engine which implements RSA signature

Re: openssl and hardware tokens

2009-11-15 Thread Victor B. Wagner
On 2009.11.13 at 04:44:02 -0800, Mansour Dagher wrote: > Hi all, > > > if certificates and associated keys are stored on HW (Sun crypto card for > example), is there a way in openssl to specify the card as the location of > these certificates/kets? > > It appears from the methods below, the o

Re: openssl and hardware tokens

2009-11-13 Thread John R Pierce
Mansour Dagher wrote: Hi all, if certificates and associated keys are stored on HW (Sun crypto card for example), is there a way in openssl to specify the card as the location of these certificates/kets? It appears from the methods below, the openSSL only takes filesystem directory paths an