replace sha2hashstr with appid |
||
Issue descriptionThe sha2hash in https://cs.chromium.org/chromium/src/chrome/browser/component_updater/cros_component_installer_chromeos.cc?sq=package:chromium&g=0&l=34 is only used for generating appid. According to go/crx3, appid is no longer necessarily correlated with sha2hash. So I propose to use appid directly in the ComponentConfig.
,
May 18 2018
Hash is no longer necessarily correlated with appid as per the package format. However, in practice we still pin a key (via hash) that we require the downloaded file to be signed with.
,
May 18 2018
I see. Thanks! |
||
►
Sign in to add a comment |
||
Comment 1 by xiaochu@chromium.org
, May 17 2018