[PATCH] lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0

Tom Rini trini at konsulko.com
Thu Sep 2 15:28:28 CEST 2021


On Thu, Jul 29, 2021 at 01:31:21PM -0500, Alexandru Gagniuc wrote:

> Older OpenSSL and libressl versions have a slightly different API.
> This require #ifdefs to support. However, we still can't support it
> because the ECDSA path does not compile with these older versions.
> These #ifdefs are truly a vestigial appendage.
> 
> Alternatively, the ECDSA path could be updated for older libraries,
> but this requires significant extra code, and #ifdefs. Those libraries
> are over three years old, and there concerns whether it makes sense to
> build modern software for real world use against such old libraries.
> 
> Thusly, remove #ifdefs and code for old OpenSSL and LibreSSL support.
> 
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>

Applied to u-boot/next, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210902/08b15f5a/attachment.sig>


More information about the U-Boot mailing list