1. 02 Nov, 2015 10 commits
  2. 26 Oct, 2015 1 commit
  3. 22 Oct, 2015 1 commit
  4. 16 Oct, 2015 2 commits
    • Shawn Willden's avatar
    • Shawn Willden's avatar
      Wrap incomplete keymaster1 implementations with sw keymaster. · 76193b0a
      Shawn Willden authored
      SoftKeymasteDevice can provide software digesting and padding for
      keymaster1 implementations that don't provide all of the required
      digests.  This CL modifies keymaster to check for such keymaster1
      implementations and add a SoftKeymasterDevice wrapper.
      
      The SoftKeymasterDevice work necessary to make this function would have
      required adding an implementation of the keymaster0 API import_keypair
      in terms of keymaster1 API calls (import_key).  Rather than do that, I
      instead implemented the relevant keystore function directly on the
      keymaster1 API.  This approach is cleaner than adding the same code into
      the translation layer, and allows removal of the last vestiges of
      keymaster0 API usage from keystore.
      
      Bug: 24873723
      Change-Id: Ie4c7bba7943a549f35df3086dccea001edb5bb2b
      76193b0a
  5. 10 Oct, 2015 1 commit
  6. 05 Oct, 2015 1 commit
  7. 30 Sep, 2015 1 commit
    • Adam Langley's avatar
      system/security: remove BORINGSSL_201509 support. · 862cf6af
      Adam Langley authored
      The BORINGSSL_201509 define was used to make updating BoringSSL in
      external/boringssl less painful. It allowed code to compile with either
      the old BoringSSL (which didn't define BORINGSSL_201509) or with the new
      (which does).
      
      Now that the new version has landed, this change removes that support.
      
      Change-Id: I19e661419f830459d015bf14e7905af2ec41b735
      862cf6af
  8. 24 Sep, 2015 1 commit
  9. 03 Sep, 2015 1 commit
  10. 02 Sep, 2015 2 commits
    • Kenny Root's avatar
      Merge "Prepare for BoringSSL update." · db441ea6
      Kenny Root authored
      db441ea6
    • Adam Langley's avatar
      Prepare for BoringSSL update. · 9eb9295d
      Adam Langley authored
      This change tweaks things as needed so that the code will compile
      against both the BoringSSL that's currently in Android and a version
      from upstream. The BORINGSSL_201509 define is temporary to allow the
      switch to happen without breaking the build and a followup change will
      remove it.
      
      Change-Id: I3d09b5644661353723803bcbda937d34455849a5
      9eb9295d
  11. 21 Aug, 2015 2 commits
  12. 20 Aug, 2015 1 commit
  13. 14 Aug, 2015 4 commits
  14. 13 Aug, 2015 2 commits
  15. 12 Aug, 2015 8 commits
  16. 05 Aug, 2015 2 commits