flutter/packages/flutter_tools/lib
Matt Perry b458935b84 Support signing flx packages with ECDSA key pair
Adds a --private-key option to the build command, which specifies an ECDSA
private key. When this is provided along with a manifest, the manifest is
prepended to the .flx package and signed with the private key. The manifest
also includes a SHA-256 hash of the zipped content portion of the .flx package.

This is used by the Flutter updater package, to verify that updates are
from the right publisher.
2015-10-19 16:08:53 -04:00
..
src Support signing flx packages with ECDSA key pair 2015-10-19 16:08:53 -04:00
executable.dart return exit codes on failures 2015-10-17 11:50:23 -07:00