Hi, I'm developping an application which use an ssl tunnel to send some datas. Everything is ok, while my certificate and associated private key are stored locally on my hard drive. But i don't understand how to use use a smartcard for ssl handshake. i'm using opensc engine_pkcs11 to communicate with my token. SSL Engine setup seems to be ok, because i can show objects on my token. But i don't understand how to configure my SSL_CTX to use certificate and private key stored on my token ? What i've missed ? It seems to be possible ....
regards, Fred