[openssl-users] Openssl 1.1.0: x509: Bad format "engine"; must be pem or der

2018-06-14 Thread Sahil Malhotra
Hi All, I am trying to create a self-signed certificate using the following commands. Working with engine_pkcs11 provided by opensc/libp11. When I was running these commands with openssl 1.0.2, these were working fine. When I tried running with openssl 1.1.0, Getting the following error. Can anyo

Re: [openssl-users] Windows 7 cryptbase.dll failing to load

2018-06-14 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Jakob Bohm > Sent: Thursday, June 14, 2018 15:58 > > Thus your 1.1.0 build runs on NT6.02 but not NT6.01, possibly due to > references to NT6.02-only APIs Sometimes the subsystem version information inserted by the lin

Re: [openssl-users] Windows 7 cryptbase.dll failing to load

2018-06-14 Thread Jakob Bohm
On 14/06/2018 18:39, Vollaro, John via openssl-users wrote: Hi OpenSSL team, Our team has successfully built Window dlls for OpenSSL code version 1.0.2n. The dll names where libeay32.dll & ssleay32.dll. They worked on Windows 7 and Windows Server 2012 OS. Our team has built Window dlls for

[openssl-users] Windows 7 cryptbase.dll failing to load

2018-06-14 Thread Vollaro, John via openssl-users
Hi OpenSSL team, Our team has successfully built Window dlls for OpenSSL code version 1.0.2n. The dll names where libeay32.dll & ssleay32.dll. They worked on Windows 7 and Windows Server 2012 OS. Our team has built Window dlls for the OpenSSL code using version 1.1.0h. The dll names where libcryp

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?