1. 13 May, 2015 2 commits
  2. 12 May, 2015 3 commits
  3. 08 May, 2015 1 commit
  4. 29 Apr, 2015 4 commits
  5. 24 Apr, 2015 4 commits
  6. 23 Apr, 2015 2 commits
  7. 21 Apr, 2015 3 commits
  8. 20 Apr, 2015 3 commits
  9. 19 Apr, 2015 1 commit
    • Adam Langley's avatar
      external/boringssl: try to fix aarch64+Clang. · eef60be9
      Adam Langley authored
      It appears that the version of Clang in Android doesn't support the
      .arch_extension directive. This change removes the .arch and
      .arch_extension lines (because they are triggering errors) and adds a
      -march option on the command line instead.
      
      The aarch64+Clang build is still broken with this change, but it's
      broken in binder rather than BoringSSL with it.
      
      Change-Id: I32c557bdfde4df66d26794ccdd650356f2bbaf8f
      eef60be9
  10. 18 Apr, 2015 12 commits
  11. 08 Apr, 2015 1 commit
    • Adam Langley's avatar
      BoringSSL: support AES-192. · 13d393ed
      Adam Langley authored
      Keystore has added support for it so these functions are needed again.
      
      Change-Id: Id3bf3dd10e182fe7a9b1c51bd3184ecac4cfde8b
      13d393ed
  12. 02 Apr, 2015 1 commit
  13. 25 Mar, 2015 1 commit
  14. 16 Mar, 2015 2 commits
    • Kenny Root's avatar
      Merge "Switch an assert back to a check." · b051df5c
      Kenny Root authored
      b051df5c
    • Adam Langley's avatar
      Support MIPS64. · 1ba8594f
      Adam Langley authored
      MIPS64 confusingly sets __mips__, but it's not a 32-bit platform. This
      change updates the defines in base.h to recognise MIPS64 based on both
      __mips__ and __LP64__ being defined.
      
      BUG: 19665578
      
      Change-Id: I6290b6def9f999a01b500c918d1488a22fd57460
      1ba8594f