1. 22 Oct, 2014 1 commit
  2. 21 Oct, 2014 1 commit
  3. 20 Oct, 2014 1 commit
  4. 16 Oct, 2014 1 commit
  5. 15 Oct, 2014 1 commit
  6. 14 Oct, 2014 1 commit
  7. 13 Oct, 2014 1 commit
  8. 12 Oct, 2014 1 commit
  9. 09 Oct, 2014 3 commits
  10. 08 Oct, 2014 1 commit
  11. 07 Oct, 2014 1 commit
  12. 06 Oct, 2014 2 commits
  13. 05 Oct, 2014 1 commit
  14. 01 Oct, 2014 1 commit
  15. 30 Sep, 2014 1 commit
  16. 29 Sep, 2014 1 commit
  17. 28 Sep, 2014 1 commit
  18. 25 Sep, 2014 1 commit
  19. 24 Sep, 2014 1 commit
  20. 23 Sep, 2014 1 commit
  21. 22 Sep, 2014 1 commit
  22. 21 Sep, 2014 2 commits
  23. 20 Sep, 2014 1 commit
  24. 18 Sep, 2014 1 commit
  25. 17 Sep, 2014 1 commit
  26. 16 Sep, 2014 1 commit
  27. 15 Sep, 2014 1 commit
  28. 14 Sep, 2014 1 commit
  29. 13 Sep, 2014 1 commit
  30. 12 Sep, 2014 2 commits
  31. 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
  32. 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
  33. 28 Aug, 2014 1 commit
  34. 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
  35. 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