commit | 3ce1a4cbd2f3ba7c11a48d0f180710a83a1f5c10 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Dec 08 14:48:52 2021 +0000 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed Dec 08 15:02:02 2021 +0000 |
tree | b443e690c5f8e94d419e3dc26b4aa8fcf4e6ed48 | |
parent | 9cbc06b10d2738f7c2e3472cd447612768739f1d [diff] |
openssl: stop using deprecated read_RSAPublicKey Starting with openssl 3, the PEM_read_bio_RSAPublicKey function is deprecated. There is an existing API, PEM_read_PUBKEY which gives a nicer EVP_PKEY object instead. Switch to use this. Tested: Unit tests pass, which call 'verify' and use this code path. Change-Id: Id3d5cf5f200ae1fcb66329c848f6c3567f7ef3d7 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:
meson build
ninja -C build
To clean the repository run rm -r build
.