1. 12 Jul, 2016 2 commits
  2. 25 May, 2016 1 commit
  3. 11 May, 2016 1 commit
  4. 25 Apr, 2016 2 commits
  5. 15 Apr, 2016 1 commit
  6. 14 Apr, 2016 1 commit
  7. 13 Apr, 2016 1 commit
    • Christopher Wiley's avatar
      Export libbinder headers from libkeystore_binder · 955cd847
      Christopher Wiley authored
      libkeystore_binder's headers include libbinder headers and consumers
      of those headers will require libbinder's include paths as well.
      
      Bug: 27804373
      Test: This compiles with a modified libbinder include path.
      
      Change-Id: Id8aef2c91fe118d413115c204b2c81c559ad4134
      955cd847
  8. 28 Mar, 2016 1 commit
    • David Benjamin's avatar
      Remove RSA_FLAG_EXT_PKEY from android_engine.cpp. · 30c77521
      David Benjamin authored
      RSA_FLAG_EXT_PKEY, despite the name, is only about calling the RSA_METHOD's
      mod_exp hook while reusing the rest of the RSA_private_transform logic. This
      code doesn't provide mod_exp and instead overrides private_transform, so the
      flag is a no-op.
      30c77521
  9. 18 Mar, 2016 2 commits
  10. 04 Mar, 2016 7 commits
  11. 03 Mar, 2016 1 commit
  12. 02 Mar, 2016 1 commit
  13. 23 Feb, 2016 3 commits
  14. 17 Feb, 2016 1 commit
  15. 28 Jan, 2016 3 commits
  16. 27 Jan, 2016 1 commit
  17. 26 Jan, 2016 3 commits
    • Shawn Willden's avatar
      Merge "Refactor keystore." · e4f2fa54
      Shawn Willden authored
      e4f2fa54
    • Shawn Willden's avatar
      Update Keystore to use keymaster2 HAL. · 715d023c
      Shawn Willden authored
      This CL doesn't wire in any of the new keymaster2 features, it just uses
      the keymaster2 HAL rather than the keymaster1 HAL.  This means that if
      keymaster1 hardware is found, it is unconditionally wrapped in
      SoftKeymasterDevice, so keymaster2 functionality can (eventually) be
      provided.
      
      Change-Id: Ica2cb0751e4e0a82c56c36b03f94da54ef62d9a3
      715d023c
    • Shawn Willden's avatar
      Refactor keystore. · 6507c27a
      Shawn Willden authored
      This CL isn't nearly as big as it looks.  It doesn't change keystore
      functionality, it just moves all of the classes out of the former
      keystore.cpp into their own .h and .cpp files.
      
      Change-Id: I29a1ce21bff574be56128b32fc417e5a3d3c55fb
      6507c27a
  18. 25 Jan, 2016 1 commit
  19. 20 Jan, 2016 1 commit
  20. 23 Nov, 2015 6 commits