Hi all, I writing a TLS server application. That is the easy part. The server certificate is on a smart card. So I get only the public key and the certificate but not the private key from the smart card. So I have to decrypt everything in the TLS handshake, which is encrypted with server public key (the premaster secret), with the smart card . So my question is: How can I control the TLS handshake in openssl so, that the premaster secrete is decypted with the smart card.
The communication with the card is no problem. Best regards Lars Kühl ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]