HBSD: Use pkeyutl instead of rsautl in hbsd-update

This commit is contained in:
Fabien Amelinck 2024-08-22 11:58:01 +02:00
parent 24428f3a7a
commit 73320416d7
No known key found for this signature in database

View File

@ -481,8 +481,8 @@ validate_file() {
return 1
fi
expected_hash=$(${OPENSSL} rsautl \
-verify \
expected_hash=$(${OPENSSL} pkeyutl \
-verifyrecover \
-in ${tmpdir}/${file}.sig \
-pubin \
-inkey ${tmpdir}/pubkey.rsa.pem)