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
> 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
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
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
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?