1. 26 Oct, 2015 1 commit
  2. 21 Oct, 2015 1 commit
    • Matt Perry's avatar
      Create new 'flx' package. Just a copy for now. · 104e125d
      Matt Perry authored
      This will be shared by sky/updater and flutter_tools. Currently
      bundle.dart and signing.dart are unmodified copies of the files from
      updater and flutter_tools, respectively. This is so future changes are
      easier to see.
      104e125d
  3. 19 Oct, 2015 1 commit
    • Matt Perry's avatar
      Support verifying .flx signatures when updating. · dff3fa7e
      Matt Perry authored
      Adds a step to the updater to verify that the new .flx package is signed and
      untampered.
      
      Each .flx contains a signed manifest file. The manifest contains a SHA-256 hash
      of the .flx contents. See bundle.dart for a description of the new .flx format.
      dff3fa7e