History log of /external/avb/test/avbtool_signing_helper_test.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8d225d8f4e697f53a243611c10f53504a8b5f3af 13-May-2017 Tom Cherry <tomcherry@google.com> Move to Android.bp

Test: Build, boot bullhead
Test: libavb_host_unittest, image_handler_unittest.py, libavb_symbols_test

Change-Id: I86b0176f4c3f64a15a18e2c0f44fccfb64cedeb9
/external/avb/test/avbtool_signing_helper_test.py
b623d8b75461d74bd024bd1d9c56281fc6c88490 04-Apr-2017 David Zeuthen <zeuthen@google.com> avbtool: Add new verify_image command.

This can be used to verify that a custom signer works correctly.

Since this is only expected to be used on developer machines (e.g. not
in the build system), just use PyCrypto instead of shelling out to
openssl(1).

Bug: 36590704
Test: New unit tests and unit tests pass
Change-Id: Ifd26c7fe0e06cff102d35a46399f9d251cd779c6
/external/avb/test/avbtool_signing_helper_test.py
4e55279b459b0aaa6ac36fae4d989112ecedd437 15-Dec-2016 Dzmitry Yatsushkevich <dmitryya@nestlabs.com> avbtool: add support for signing helper.

Right now avbtool simply uses 'openssl' program for signing hashes. A
key is passed via the --key options. It is fine for development and
testing but it is a problem if we are trying to integrate with an existing
singing server.

Intoduce the --signing_helper option which can be used to specify any
external program for signing hashes. The data to sign is fed via STDIN
and the sighed data is returned via STDOUT. If --signing_helper is
specified in a command line, the --key option need only contain a public key.

Bug: 33586278
Test: New unit tests and all unit tests pass.
Change-Id: I74d4b5f076f8a25a29924394fff4708bc1ebf970
Signed-off-by: Dzmitry Yatsushkevich <dmitryya@google.com>
/external/avb/test/avbtool_signing_helper_test.py