1. 16 Jan, 2014 1 commit
    • Doug Zongker's avatar
      do verification and extraction on memory, not files · 99916f04
      Doug Zongker authored
      Changes minzip and recovery's file signature verification to work on
      memory regions, rather than files.
      
      For packages which are regular files, install.cpp now mmap()s them
      into memory and then passes the mapped memory to the verifier and to
      the minzip library.
      
      Support for files which are raw block maps (which will be used when we
      have packages written to encrypted data partitions) is present but
      largely untested so far.
      
      Bug: 12188746
      Change-Id: I12cc3e809834745a489dd9d4ceb558cbccdc3f71
      99916f04
  2. 10 Oct, 2013 1 commit
    • Kenny Root's avatar
      Add support for ECDSA signatures · 7a4adb52
      Kenny Root authored
      This adds support for key version 5 which is an EC key using the NIST
      P-256 curve parameters. OTAs may be signed with these keys using the
      ECDSA signature algorithm with SHA-256.
      
      Change-Id: Id88672a3deb70681c78d5ea0d739e10f839e4567
      7a4adb52
  3. 25 Sep, 2013 1 commit
  4. 10 Apr, 2013 1 commit
  5. 02 Nov, 2012 1 commit
    • Doug Zongker's avatar
      move key loading to verifier code · 6c249f7a
      Doug Zongker authored
      Add an option to verifier_test to load keys from a file, the way the
      recovery does.
      
      Change-Id: Icba0e391164f2c1a9fefeab4b0bcb878e91d17b4
      6c249f7a
  6. 13 Nov, 2009 1 commit
  7. 17 Aug, 2009 1 commit
  8. 15 Aug, 2009 1 commit
  9. 04 Mar, 2009 2 commits
  10. 21 Oct, 2008 1 commit