1. 15 Oct, 2014 1 commit
  2. 14 Oct, 2014 1 commit
  3. 13 Oct, 2014 1 commit
  4. 12 Oct, 2014 1 commit
  5. 09 Oct, 2014 3 commits
  6. 08 Oct, 2014 1 commit
  7. 07 Oct, 2014 1 commit
  8. 06 Oct, 2014 2 commits
  9. 05 Oct, 2014 1 commit
  10. 01 Oct, 2014 1 commit
  11. 30 Sep, 2014 1 commit
  12. 29 Sep, 2014 1 commit
  13. 28 Sep, 2014 1 commit
  14. 25 Sep, 2014 1 commit
  15. 24 Sep, 2014 1 commit
  16. 23 Sep, 2014 1 commit
  17. 22 Sep, 2014 1 commit
  18. 21 Sep, 2014 2 commits
  19. 20 Sep, 2014 1 commit
  20. 18 Sep, 2014 1 commit
  21. 17 Sep, 2014 1 commit
  22. 16 Sep, 2014 1 commit
  23. 15 Sep, 2014 1 commit
  24. 14 Sep, 2014 1 commit
  25. 13 Sep, 2014 1 commit
  26. 12 Sep, 2014 2 commits
  27. 10 Sep, 2014 1 commit
    • Kenny Root's avatar
      Fix the ENGINE_finish/ENGINE_free mixup · f427ec90
      Kenny Root authored
      The tests were calling finish when it meant free. This caused tests to
      segmentation fault next time the ENGINE was looked up in the dynamic
      engine list.
      
      (cherry picked from commit 984b7ec6)
      
      Bug: 14994037
      Change-Id: If7379fee26f7e79fa0b43104ac9d13b4ffb62ba8
      f427ec90
  28. 09 Sep, 2014 1 commit
    • Kenny Root's avatar
      Fix the ENGINE_finish/ENGINE_free mixup · 984b7ec6
      Kenny Root authored
      The tests were calling finish when it meant free. This caused tests to
      segmentation fault next time the ENGINE was looked up in the dynamic
      engine list.
      
      Bug: 14994037
      Change-Id: If7379fee26f7e79fa0b43104ac9d13b4ffb62ba8
      984b7ec6
  29. 28 Aug, 2014 1 commit
  30. 25 Aug, 2014 1 commit
    • Kenny Root's avatar
      OpenSSLEngineImpl: reduce number of copies needed · a20d871a
      Kenny Root authored
      When the ByteBuffer didn't line up exactly with the backing array, it
      would allocate a new buffer to write into. Instead, add the ability for
      OpenSSL to read at an offset in the given array so a copy isn't needed.
      
      (cherry picked from commit 7ed0fae1)
      
      Change-Id: I149d3f94e4b5cbdc010df80439ae3300cbdc87a5
      a20d871a
  31. 15 Aug, 2014 1 commit
    • Kenny Root's avatar
      OpenSSLSocketImpl: Move state checks inside mutex · 4b050b6f
      Kenny Root authored
      Checking the state of the connection is unreliable if SSL_read and
      SSL_write are happening in another thread. Move the state checks inside
      our application mutex so we don't run into another thread mutating the
      state at the same time.
      
      Bug: 15606096
      
      (cherry picked from commit 0931d51c)
      
      Change-Id: I151ecbc57278374007a56827a65295b4c9476732
      4b050b6f
  32. 29 Jul, 2014 1 commit
  33. 30 Jul, 2014 1 commit
  34. 29 Jul, 2014 1 commit
  35. 23 Jul, 2014 1 commit
    • Prameet Shah's avatar
      OpenSSLEngineImpl: fix unwrap behavior with array · e427972e
      Prameet Shah authored
      The decrypted bytes should written sequentially into each buffer of
      the destination array until it's full before moving to the next
      buffer.
      
      (cherry picked from commit 41eb5b65)
      
      Bug: 16352665
      Change-Id: I2454249c167deafde6c12134d3c8cd658cd7c21b
      e427972e