Re: [PATCH] build: Check for openssl legacy provider requirement
Marcel Holtmann <[email protected]>
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <[email protected]> |
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(-) patch has been applied. Regards Marcel