Hi,

Thanks for the patches, we got them applied after review and validation.

-ning

-----Original Message-----
From: b...@skyportsystems.com [mailto:b...@skyportsystems.com] 
Sent: Monday, May 15, 2017 1:47 PM
To: tboot-devel@lists.sourceforge.net
Subject: [tboot-devel] [PATCH 0/4] Make code compatible with OpenSSL 1.1.0+

From: Ben Warren <b...@skyportsystems.com>

One major change with OpenSSL 1.1.0 is that access to many raw data structures 
is removed.  This patch set does version checking where necessary to use the 
appropriate API.

Compile-tested against OpenSSL v1.0.2d and v1.1.0e

ben-skyportsystems (4):
  Manage OpenSSL EVP_MD_CTX objects as pointers
  Remove unnecessary public key modulus size check
  Support OpenSSL 1.1.0+ for RSA key manipulation
  Support OpenSSL 1.1.0+ for ECDSA signature verification

 lcptools-v2/crtpollist.c | 26 +++++++++++++++++++-------
 lcptools-v2/hash.c       | 36 ++++++++++++++++++++----------------
 lcptools-v2/lcputils.c   | 30 +++++++++++++++++++++++++++---
 lcptools/crtpollist.c    | 18 +++++++++++-------
 lcptools/hash.c          | 18 ++++++++++--------
 lcptools/lcputils2.c     | 21 ++++++++++++++++++---
 lcptools/mlehash.c       | 10 ++++++----
 tb_polgen/commands.c     | 26 ++++++++++++++++----------
 tb_polgen/hash.c         | 18 ++++++++++--------
 9 files changed, 137 insertions(+), 66 deletions(-)

--
2.6.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
tboot-devel mailing list
tboot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tboot-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
tboot-devel mailing list
tboot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tboot-devel

Reply via email to