This looks like you're actually trying to use the config file for
OpenSSL-3.0 with OpenSSL-1.1.1 which does not understand the providers
module and tries to load it as a conf shared library module.
I'd suggest using different --openssldir= when configuring the openssl-
3.0 build if you need both o
Hi everyone,
I'm trying to enable fips provider in openssl3 by writing the following lines
into openssl.cnf file:
openssl_conf = openssl_init
.include fipsmodule.cnf
[openssl_init]
providers = provider_sect
[provider_sect]
fips = fips_sect
base = base_sect
[base_sect]
activate = 1
Now when
Up front, I'd like to apologize if this is an FAQ or has been answered
elsewhere
on this list: my workload means that I simply can't keep as up-to-date as I
would
like.
I have a situation where my application fails to accept an incoming SSL
handshake on Windows Server 2012, but the identical
> From: openssl-users On Behalf Of ???
> Sent: Tuesday, 18 October, 2022 11:58
> I have downloaded perl strawberry, but I have no clue how to get rid of the
> built-in perl that comes in cygwin, and point cygwin to use the strawberry
> perl.
You don't have to remove the Cygwin version of p