public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] Fix build with OpenSSL 1.1.x
@ 2017-05-08 19:31 Jelle van der Waa
  2017-05-08 19:31 ` [U-Boot] [PATCH v3 1/2] rsa: " Jelle van der Waa
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jelle van der Waa @ 2017-05-08 19:31 UTC (permalink / raw)
  To: u-boot

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

 lib/rsa/rsa-sign.c | 44 ++++++++++++++++++++++++++++++++++++++------
 tools/kwbimage.c   | 36 ++++++++++++++++++++++++++++++------
 2 files changed, 68 insertions(+), 12 deletions(-)

-- 
2.12.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-05-12 17:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-08 19:31 [U-Boot] [PATCH v3 0/2] Fix build with OpenSSL 1.1.x Jelle van der Waa
2017-05-08 19:31 ` [U-Boot] [PATCH v3 1/2] rsa: " Jelle van der Waa
2017-05-12 17:21   ` [U-Boot] [U-Boot,v3,1/2] " Tom Rini
2017-05-08 19:31 ` [U-Boot] [PATCH v3 2/2] tools: kwbimage fix " Jelle van der Waa
2017-05-12 17:21   ` [U-Boot] [U-Boot, v3, " Tom Rini
2017-05-10  7:26 ` [U-Boot] [PATCH v3 0/2] Fix " Peter Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox