1. 12 Aug, 2015 6 commits
  2. 05 Aug, 2015 1 commit
  3. 03 Aug, 2015 4 commits
  4. 29 Jul, 2015 1 commit
    • Chad Brubaker's avatar
      Fix unchecked length in Blob creation · b124c9e8
      Chad Brubaker authored
      Applications can specify arbitrary blobs using insert(), check their
      length to prevent overflow issues.
      
      Bug:22802399
      Change-Id: I4097bd891c733914df70da5e2c58783081d913bf
      b124c9e8
  5. 18 Apr, 2015 4 commits
  6. 17 Apr, 2015 2 commits
  7. 16 Apr, 2015 10 commits
  8. 15 Apr, 2015 3 commits
  9. 14 Apr, 2015 1 commit
    • Chad Brubaker's avatar
      Refactor permission and state checking · 9489b790
      Chad Brubaker authored
      Move the permission checking code to checkBinderPermission and
      checkBinderPermissionOrSelf target to simplify permission checking code
      and clean up keystore methods. Also adds
      checkBinderPermissionAndKeystoreState as a helper method to check the
      permission and the unlock state of the keystore.
      
      Change-Id: I77c94af1593d2a7fd100c79a6364583067ffa559
      9489b790
  10. 13 Apr, 2015 4 commits
  11. 10 Apr, 2015 3 commits
  12. 09 Apr, 2015 1 commit
    • Chad Brubaker's avatar
      Store the key characteristics for operations · ad6514ab
      Chad Brubaker authored
      Instead of storing the key blob and parsing the characteristics out,
      which some implementations might not support, instead call get
      characteristics on begin and store that result for subsequent auth
      calls.
      
      Change-Id: I75e39ee28cc440e4ed411b2daaa2744085e1aa12
      ad6514ab