Hello,
On Thu, Jun 14, 2018 at 11:22 AM, Jef Steelant wrote:
> Hi,
>
> I have a program that sets up multiple server connections with a different
> private RSA key for each. I want to offload the private key to another
> process. I did this for client connections with SSL_CTX_set_client_cert_eng
Hi,
I have a program that sets up multiple server connections with a different
private RSA key for each. I want to offload the private key to another
process. I did this for client connections
with SSL_CTX_set_client_cert_engine but nothing similar exists for a server
connection. Can this be done?