opendnssec / SoftHSMv2

SoftHSM version 2
http://www.softhsm.org/
Other
740 stars 335 forks source link

Make check test fails on OS X #734

Closed alfredomusumeci closed 5 months ago

alfredomusumeci commented 5 months ago

Hello, I am trying to install SoftHSM 2.5 as per https://github.com/opendnssec/SoftHSMv2/blob/2.5.0/OSX-NOTES.md link, however, when I run make check cryptotest fails.

This is the /configure command I run beforehand:

./configure --with-objectstore-backend-db --with-openssl=/opt/homebrew/Cellar/openssl@3/3.2.0_1 --with-sqlite3=/opt/homebrew/opt/sqlite --disable-gost`
This is the output:
`checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
configure: sysconfdir set to /etc
configure: localstate set to /var
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... -std=gnu++11
checking dependency style of g++ -std=gnu++11... gcc3
checking for pkg-config... /opt/homebrew/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether g++ -std=gnu++11 supports C++11 features by default... yes
checking for dlopen... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for pthread.h... yes
checking for ECC support... yes
checking for GOST support... no
checking for EDDSA support... no
checking for FIPS 140-2 mode... no
checking for crypto backend... OpenSSL
checking what are the OpenSSL includes... -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include
checking what are the OpenSSL libs... -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib -lcrypto
checking for openssl/ssl.h... yes
checking for BN_new in -lcrypto... yes
checking for OpenSSL version... >= 1.0.0
checking for OpenSSL ECC support... Found P256, P384, and P521
checking OpenSSL EVP interface for AES key wrapping... RFC 3394 is supported
checking OpenSSL EVP interface for AES key wrapping with pad... RFC 5649 is supported
checking for non-paged memory for secure storage... enabled
checking for sys/mman.h... yes
checking the maximum size that may be locked into memory... unlimited
checking if building with softhsm2-migrate... no
checking if building database object store backend... yes
checking if SQLite3 required... yes
checking for sqlite3... /opt/homebrew/opt/sqlite/bin/sqlite3
checking what are the SQLite3 includes... -I/opt/homebrew/opt/sqlite/include
checking what are the SQLite3 libs... -L/opt/homebrew/opt/sqlite/lib -lsqlite3
checking for sqlite3.h... yes
checking for sqlite3_prepare_v2 in -lsqlite3... yes
checking for p11-kit integration... yes
checking where to install the p11-kit module... 
checking for cppunit-config... no
checking for cppunit... yes
checking for getpwuid_r... yes
checking build system type... aarch64-apple-darwin23.2.0
checking host system type... aarch64-apple-darwin23.2.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking how to convert aarch64-apple-darwin23.2.0 file names to aarch64-apple-darwin23.2.0 format... func_convert_file_noop
checking how to convert aarch64-apple-darwin23.2.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... ld: warning: -single_module is obsolete
no
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin23.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -std=gnu++11 -E
checking for ld used by g++ -std=gnu++11... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for g++ -std=gnu++11 option to produce PIC... -fno-common -DPIC
checking if g++ -std=gnu++11 PIC flag -fno-common -DPIC works... yes
checking if g++ -std=gnu++11 static flag -static works... no
checking if g++ -std=gnu++11 supports -c -o file.o... yes
checking if g++ -std=gnu++11 supports -c -o file.o... (cached) yes
checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin23.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating softhsm2.module
config.status: creating src/Makefile
config.status: creating src/lib/Makefile
config.status: creating src/lib/common/Makefile
config.status: creating src/lib/common/softhsm2.conf
config.status: creating src/lib/common/softhsm2.conf.5
config.status: creating src/lib/crypto/Makefile
config.status: creating src/lib/crypto/test/Makefile
config.status: creating src/lib/data_mgr/Makefile
config.status: creating src/lib/data_mgr/test/Makefile
config.status: creating src/lib/object_store/Makefile
config.status: creating src/lib/object_store/test/Makefile
config.status: creating src/lib/session_mgr/Makefile
config.status: creating src/lib/session_mgr/test/Makefile
config.status: creating src/lib/slot_mgr/Makefile
config.status: creating src/lib/slot_mgr/test/Makefile
config.status: creating src/lib/handle_mgr/Makefile
config.status: creating src/lib/handle_mgr/test/Makefile
config.status: creating src/lib/test/Makefile
config.status: creating src/lib/test/softhsm2.conf
config.status: creating src/lib/test/softhsm2-alt.conf
config.status: creating src/lib/test/tokens/dummy
config.status: creating src/bin/Makefile
config.status: creating src/bin/common/Makefile
config.status: creating src/bin/dump/Makefile
config.status: creating src/bin/keyconv/Makefile
config.status: creating src/bin/migrate/Makefile
config.status: creating src/bin/util/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

I then run make, output is attached for brevity. make_result.txt

Finally, after running make check cryptotest fails.

Making check in src
Making check in lib
Making check in common
make[3]: Nothing to be done for `check'.
Making check in crypto
Making check in test
/Library/Developer/CommandLineTools/usr/bin/make  cryptotest
depbase=`echo cryptotest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT cryptotest.o -MD -MP -MF $depbase.Tpo -c -o cryptotest.o cryptotest.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo AESTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT AESTests.o -MD -MP -MF $depbase.Tpo -c -o AESTests.o AESTests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo DESTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT DESTests.o -MD -MP -MF $depbase.Tpo -c -o DESTests.o DESTests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo DHTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT DHTests.o -MD -MP -MF $depbase.Tpo -c -o DHTests.o DHTests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo DSATests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT DSATests.o -MD -MP -MF $depbase.Tpo -c -o DSATests.o DSATests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo ECDHTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT ECDHTests.o -MD -MP -MF $depbase.Tpo -c -o ECDHTests.o ECDHTests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo ECDSATests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT ECDSATests.o -MD -MP -MF $depbase.Tpo -c -o ECDSATests.o ECDSATests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo EDDSATests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT EDDSATests.o -MD -MP -MF $depbase.Tpo -c -o EDDSATests.o EDDSATests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo GOSTTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT GOSTTests.o -MD -MP -MF $depbase.Tpo -c -o GOSTTests.o GOSTTests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo HashTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT HashTests.o -MD -MP -MF $depbase.Tpo -c -o HashTests.o HashTests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo MacTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT MacTests.o -MD -MP -MF $depbase.Tpo -c -o MacTests.o MacTests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo RNGTests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT RNGTests.o -MD -MP -MF $depbase.Tpo -c -o RNGTests.o RNGTests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo RSATests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -Wall -Wextra -fvisibility=hidden -MT RSATests.o -MD -MP -MF $depbase.Tpo -c -o RSATests.o RSATests.cpp &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo chisq.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -pedantic -Wall -Wextra -fvisibility=hidden -MT chisq.o -MD -MP -MF $depbase.Tpo -c -o chisq.o chisq.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo ent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -pedantic -Wall -Wextra -fvisibility=hidden -MT ent.o -MD -MP -MF $depbase.Tpo -c -o ent.o ent.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo iso8859.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -pedantic -Wall -Wextra -fvisibility=hidden -MT iso8859.o -MD -MP -MF $depbase.Tpo -c -o iso8859.o iso8859.c &&\
    mv -f $depbase.Tpo $depbase.Po
depbase=`echo randtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
    gcc -DHAVE_CONFIG_H -I. -I../../../..  -I./.. -I./../.. -I./../../common -I./../../data_mgr -I./../../object_store -I./../../pkcs11 -I./../../session_mgr -I./../../slot_mgr -I/opt/homebrew/Cellar/cppunit/1.15.1/include -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include   -g -O2 -pedantic -Wall -Wextra -fvisibility=hidden -MT randtest.o -MD -MP -MF $depbase.Tpo -c -o randtest.o randtest.c &&\
    mv -f $depbase.Tpo $depbase.Po
/bin/sh ../../../../libtool  --tag=CXX   --mode=link g++ -std=gnu++11  -g -O2 -Wall -Wextra -fvisibility=hidden -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib -lcrypto -L/opt/homebrew/Cellar/cppunit/1.15.1/lib -lcppunit -no-install  -o cryptotest cryptotest.o AESTests.o DESTests.o DHTests.o DSATests.o ECDHTests.o ECDSATests.o EDDSATests.o GOSTTests.o HashTests.o MacTests.o RNGTests.o RSATests.o chisq.o ent.o iso8859.o randtest.o ../../libsofthsm_convarch.la 
libtool: warning: '-no-install' is ignored for aarch64-apple-darwin23.2.0
libtool: warning: assuming '-no-fast-install' instead
libtool: link: g++ -std=gnu++11 -g -O2 -Wall -Wextra -fvisibility=hidden -o cryptotest cryptotest.o AESTests.o DESTests.o DHTests.o DSATests.o ECDHTests.o ECDSATests.o EDDSATests.o GOSTTests.o HashTests.o MacTests.o RNGTests.o RSATests.o chisq.o ent.o iso8859.o randtest.o -Wl,-bind_at_load  -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib -L/opt/homebrew/Cellar/cppunit/1.15.1/lib -lcppunit ../../.libs/libsofthsm_convarch.a -lcrypto -L/opt/homebrew/opt/sqlite/lib -lsqlite3
ld: warning: -bind_at_load is deprecated on macOS
/Library/Developer/CommandLineTools/usr/bin/make  check-TESTS
FAIL: cryptotest
============================================================================
Testsuite summary for SoftHSM 2.5.0
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See src/lib/crypto/test/test-suite.log
============================================================================
make[6]: *** [test-suite.log] Error 1
make[5]: *** [check-TESTS] Error 2
make[4]: *** [check-am] Error 2
make[3]: *** [check-recursive] Error 1
make[2]: *** [check-recursive] Error 1
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

May I have some help here?

bjosv commented 5 months ago

Which test cases are failing according to the log src/lib/crypto/test/test-suite.log? I believe there are existing issue with OpenSSL 3.x , and I have only seen OpenSSL 1.1.1 pass tests.

alfredomusumeci commented 5 months ago

Which test cases are failing according to the log src/lib/crypto/test/test-suite.log? I believe there are existing issue with OpenSSL 3.x , and I have only seen OpenSSL 1.1.1 pass tests.

The log does not add anything meaningful really: test-suite.log

I'll try installing OpenSSL 1.1.1 and come back with an update

UPDATE: OpenSSL@1.1.1 fixes the problem! I wonder what it is that makes it fail with the newer version instead... Anyway, thanks for the help, I'll close the ticket!