Re: [openssl-users] Engine for an openssl server with a private key

2018-06-14 Thread Dmitry Belyavsky
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

[openssl-users] Engine for an openssl server with a private key

2018-06-14 Thread Jef Steelant
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?