mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
HBSD: Use pkeyutl instead of rsautl in hbsd-update
This commit is contained in:
parent
24428f3a7a
commit
73320416d7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user