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
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
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
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