зеркало из https://github.com/microsoft/CCF.git
Fix SNP `code_update_test` - `ccf.digest` is now `ccf.crypto.digest` (#5464)
This commit is contained in:
Родитель
d3626eb6de
Коммит
f3ec79e9a5
|
@ -1038,7 +1038,7 @@ const actions = new Map([
|
|||
// SHA-256 digest is the specified host data
|
||||
if (args.security_policy != "") {
|
||||
const securityPolicyDigest = ccf.bufToStr(
|
||||
ccf.digest("SHA-256", ccf.strToBuf(args.security_policy)),
|
||||
ccf.crypto.digest("SHA-256", ccf.strToBuf(args.security_policy)),
|
||||
);
|
||||
const hostData = ccf.bufToStr(hexStrToBuf(args.host_data));
|
||||
if (securityPolicyDigest != hostData) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче