openssl: add legacy provider
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 10 Mar 2023 20:53:25 +0000 (17:53 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 5 Apr 2023 11:24:49 +0000 (08:24 -0300)
commit0dc5fc8fa53be55c3adc59055e7f6f150a5ab1ad
treec6f2dceb75f2ad7abe237a2b27692cc6335fe765
parent0b70d55a64c39da4144cc15aa7d6de70a3957ccb
openssl: add legacy provider

This adapts the engine build infrastructure to allow building providers,
and packages the legacy provider.  Providers are the successors of
engines, which have been deprecated.

The legacy provider supplies OpenSSL implementations of algorithms that
have been deemed legacy, including DES, IDEA, MDC2, SEED, and Whirlpool.

Even though these algorithms are implemented in a separate package,
their removal makes the regular library smaller by 3%, so the build
options will remain to allow lean custom builds.  Their defaults will
change to 'y' if not bulding for a small flash, so that the regular
legacy package will contain a complete set of algorithms.

The engine build and configuration structure was changed to accomodate
providers, and adapt to the new style of openssl.cnf in version 3.0.

There is not a clean upgrade path for the /etc/ssl/openssl.cnf file,
installed by the openssl-conf package.  It is recommended to rename or
remove the old config file when flashing an image with the updated
openssl-conf package, then apply the changes manually.

An old openssl.cnf file will silently work, but new engine or provider
packages will not be enabled.  Any remaining engine config files under
/etc/ssl/engines.cnf.d can be removed.

On the build side, the include file used by engine packages was renamed
to openssl-module.mk, so the engine packages in other feeds need to
adapt.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
include/openssl-engine.mk [deleted file]
include/openssl-module.mk [new file with mode: 0644]
package/libs/openssl/Config.in
package/libs/openssl/Makefile
package/libs/openssl/files/afalg.cnf
package/libs/openssl/files/devcrypto.cnf
package/libs/openssl/files/legacy.cnf [new file with mode: 0644]
package/libs/openssl/files/openssl.init
package/libs/openssl/files/padlock.cnf
package/libs/openssl/patches/150-openssl.cnf-add-engines-conf.patch