[U-Boot] [PATCH v3 0/2] Fix build with OpenSSL 1.1.x
Peter Robinson
pbrobinson at gmail.com
Wed May 10 07:26:46 UTC 2017
On Mon, May 8, 2017 at 8:31 PM, Jelle van der Waa <jelle at vdwaa.nl> wrote:
> Sorry for the delay, this is the third series of the fix the build with
> OpenSSL 1.1.x while keeping compatibility with older OpenSSL versions.
>
> v3 fixes:
> - Add missing include <openssl/bn.h>
> - Loading the parameter e into key_n
> - #ifdef more deprecated functions which OpenSSL now handles internally.
> For some reason my compiler didn't warn me about them being deprecated.
> - Switch SSL_library_init() to OPENSSL_init_ssl(0, NULL).
>
>
> Jelle van der Waa (2):
> rsa: Fix build with OpenSSL 1.1.x
> tools: kwbimage fix build with OpenSSL 1.1.x
Series tested on Fedora 27 with openssl 1.1.0e and gcc7
Tested-by: Peter Robinson <pbrobinson at gmail.com>
> lib/rsa/rsa-sign.c | 44 ++++++++++++++++++++++++++++++++++++++------
> tools/kwbimage.c | 36 ++++++++++++++++++++++++++++++------
> 2 files changed, 68 insertions(+), 12 deletions(-)
>
> --
> 2.12.2
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot
More information about the U-Boot
mailing list