commit | 70ca242282d5410b4fb4bbcd4e118bc72b68c103 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Sep 06 14:23:38 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Sep 11 10:11:17 2018 -0500 |
tree | 1971a1aa9adfeefa93c62ba37a277049ba1a6a54 | |
parent | 90fdc707b8648da523a13456dbda40cf5f504707 [diff] |
image_verify: Add support for OpenSSL 1.1.0 With OpenSSL 1.1.0, some of the functions were renamed, for example EVP_MD_CTX_create() and EVP_MD_CTX_destroy() were renamed to EVP_MD_CTX_new() and EVP_MD_CTX_free(). Reference: https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes Abstract them to support old and new APIs. Resolves openbmc/openbmc#3137 Tested: Verified the signature verification was successful. Change-Id: If8b3f185666c3db59567c4ee3bdfa168c501d3da Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.