commit | d75c869d07a31626fe876c244ec978662326245b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Dec 07 16:25:10 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Dec 07 16:25:13 2021 -0600 |
tree | 4c797cfd4dc9d91b74b29308d96d15d90d399eb3 | |
parent | 58e18979f54272cea7af1834011cd249902665c5 [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. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I45a935173f2d4d29660ef38f8e1ebcfa13c043d1
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:
meson build
ninja -C build
To clean the repository run rm -r build
.