- 22 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 21 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 20 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 16 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 15 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 14 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 13 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 12 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 09 Oct, 2014 3 commits
-
-
Neil Fuller authored
* commit 'ea961ada': Apply conscrypt changes from merge commit
-
The Android Automerger authored
-
Neil Fuller authored
Merge commit 8b188b864302f5ea9df17636b378938a15b4605a was incomplete because some conscrypt files have been moved into a separate repo. There have been various changes in conscrypt which renders changes to: crypto/src/main/java/org/conscrypt/OpenSSLServerSocketImpl.java crypto/src/main/java/org/conscrypt/OpenSSLSocketImpl.java crypto/src/test/java/org/conscrypt/CipherSuiteTest.java unnecessary. This is effectively the same change as conscrypt commit 8d7e23e1. Change-Id: I0f8199f3bf39a035ad5453be6fea92f511dcf548
-
- 08 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 07 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 06 Oct, 2014 2 commits
-
-
Kenny Root authored
Bug: 17750026 Change-Id: I1c2ecbeb914db645f440d58e7f7daa86d880ad6f
-
The Android Automerger authored
-
- 05 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 01 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 30 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 29 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 28 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 25 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 24 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 23 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 22 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 21 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 20 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 18 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 17 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 16 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 15 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 14 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 13 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 12 Sep, 2014 2 commits
-
-
Kenny Root authored
* commit '6dcb23fe': Fix the ENGINE_finish/ENGINE_free mixup
-
Kenny Root authored
* commit 'f427ec90': Fix the ENGINE_finish/ENGINE_free mixup
-
- 10 Sep, 2014 1 commit
-
-
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
-
- 09 Sep, 2014 1 commit
-
-
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
-
- 28 Aug, 2014 1 commit
-
-
Kenny Root authored
Bug: 16957575 Change-Id: I351316a62f9b583b37b54f3e7fbfaa0450439ca4
-
- 25 Aug, 2014 1 commit
-
-
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
-
- 15 Aug, 2014 1 commit
-
-
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
-