Hi Mat, > OpenSSL 3 introduced some command line incompatibilities and removed > some old algorithms from the defaults. This broke some of the unit test > cert generation commands on distros like Ubuntu 22.04 and Fedora 36. > > Detect support of "providers" by the system openssl command and insert > the necessary command line parameters to enable legacy algorithms for > openssl v3, but leave the commands unchanged for older openssl versions. > --- > > Tested on Ubuntu 22.04, Fedora 36, and Fedora 35. > > --- > Makefile.am | 26 ++++++++++++++++++-------- > configure.ac | 3 +++ > 2 files changed, 21 insertions(+), 8 deletions(-) what would it take to just use OpenSSL 3 since these are just required on the development systems. I need to check my release system since that is historically always behind, but I feel this business of supporting two OpenSSL versions will get out of hand quickly. It is too bad that we can not generate the certificates with our own tools. Regards Marcel