commit | 5ed9b2d7b6b4bd21d2a1200537e881e485d13cc9 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Sep 06 13:15:34 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Sep 11 10:26:46 2018 -0500 |
tree | c459ed3cb51c97136010e8396db1f9612f3ab489 | |
parent | fa34e02315bd1397180daaa3377bcb38d7f30d7a [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#3136 Tested: Verified the signature verification was successful. Change-Id: I2297243fdd652055fe9ea88f26eb2dcf473d24e6 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
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`.