commit | 9cad266457c59e8330c830c369784764b36386c1 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Oct 11 17:10:47 2019 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Mon Oct 14 10:53:41 2019 -0700 |
tree | 7b83a0a6b88fd6b0a7c1281382d0560629e53659 | |
parent | 7bbe015a1bd1cbee5e2cdb0b297aec15b40cc03e [diff] |
Add a command in delta_generator to calculate the maximum signature size The ota generation script used to call openssl functions to get the signature size. This is no longer viable for EC keys. So we add this new functionality here in the delta_generator. Because the signature size will be later used by the delta_generator to sign the payload. Bug: 141244025 Test: call the binary with new option Change-Id: Id743325242faf7a2b2dcec5e218219dba12a8e88