| Commit message (Expand) | Author | Age | Files | Lines |
* | am 91be9e67: am 9cfe27bd: am 8068ea8d: Update the ssl test so the client read... | Huahui Wu | 2010-04-20 | 2 | -16/+51 |
|\ |
|
| * | am 9cfe27bd: am 8068ea8d: Update the ssl test so the client reads something f... | Huahui Wu | 2010-04-20 | 2 | -16/+51 |
| |\ |
|
| | * | Update the ssl test so the client reads something from the server. | Huahui Wu | 2010-04-20 | 2 | -16/+51 |
* | | | Merge commit 'a0a3ad10' into manualmerge | Brian Carlstrom | 2010-04-19 | 3 | -19/+29 |
|\ \ \
| |/ / |
|
| * | | openssl-1.0.0 upgrade | Brian Carlstrom | 2010-04-15 | 3 | -24/+46 |
| |/ |
|
* | | Move the libcore registration out of libnativehelpers and into libcore. | Elliott Hughes | 2010-04-16 | 1 | -9/+1 |
* | | Remove "Messages" from the nio, prefs, sql, text, and x-net modules. | Elliott Hughes | 2010-04-14 | 2 | -164/+0 |
* | | Merge commit '7dbf57f6' into manualmerge | Brian Carlstrom | 2010-04-10 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix SSL_shutdown error reporting to print a proper error instead of "Ok" | Brian Carlstrom | 2010-04-09 | 1 | -1/+2 |
* | | Rewrite JSSE code to use one openssl SSL per SSLSocket an one SSL_CTX per SSL... | Brian Carlstrom | 2010-04-06 | 14 | -1586/+1337 |
* | | resolved conflicts for merge of dd53c703 to dalvik-dev | Elliott Hughes | 2010-04-05 | 2 | -13/+0 |
|\ \
| |/ |
|
| * | Merge "Froyo InputStream.available documentation improvement." into froyo | Elliott Hughes | 2010-04-05 | 2 | -13/+0 |
| |\ |
|
| | * | Froyo InputStream.available documentation improvement. | Elliott Hughes | 2010-04-05 | 2 | -13/+0 |
* | | | am ea527bc0: Remove debug message from OpenSSL JNI code | Brian Carlstrom | 2010-04-02 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | Remove debug message from OpenSSL JNI code | Brian Carlstrom | 2010-03-30 | 1 | -1/+0 |
| |/ |
|
* | | am f87ab961: Merge "Don\'t leak memory on failed pipe or mutex init" | Kenny Root | 2010-03-24 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Don't leak memory on failed pipe or mutex init | Kenny Root | 2010-03-24 | 1 | -0/+2 |
* | | Remove all remaining "@since Android" tags. | Elliott Hughes | 2010-03-22 | 4 | -23/+4 |
* | | am 1a29c735: Merge "Fix server side SSLEngine ServerKeyExchange signature." | Costin Manolache | 2010-03-05 | 2 | -26/+30 |
|\ \
| |/ |
|
| * | Fix server side SSLEngine ServerKeyExchange signature. | Costin Manolache | 2010-03-05 | 2 | -26/+30 |
* | | resolved conflicts for merge of e84bea92 to dalvik-dev | Brian Carlstrom | 2010-02-28 | 7 | -2559/+2293 |
|\ \
| |/ |
|
| * | First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code ... | Brian Carlstrom | 2010-02-25 | 7 | -2559/+2293 |
* | | Merge remote branch 'goog/master' into mm | Elliott Hughes | 2010-02-22 | 1 | -0/+30 |
|\ \
| |/ |
|
| * | Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets | Dan Egnor | 2010-02-10 | 1 | -0/+30 |
* | | Resync a load of tests with upstream, make our build faster. | Elliott Hughes | 2010-02-19 | 4 | -23/+3 |
* | | Fix two compiler warnings. | Elliott Hughes | 2010-02-03 | 1 | -5/+5 |
|/ |
|
* | Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. | Elliott Hughes | 2010-01-28 | 2 | -50/+18 |
* | Set peer for new SSLSessionImpl instances. | Elliott Hughes | 2010-01-11 | 2 | -3/+4 |
* | Fix our SSLSession implementations to call valueUnbound on remove. | Elliott Hughes | 2009-12-15 | 3 | -7/+18 |
* | Fix OpenSSLSessionImpl.getCreationTime and getLastAccessedTime. | Elliott Hughes | 2009-12-15 | 3 | -289/+93 |
* | protect use of SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH | Jean-Baptiste Queru | 2009-11-17 | 1 | -0/+5 |
* | Don't allocate arbitrary-length buffers on the stack. | Elliott Hughes | 2009-11-13 | 1 | -10/+9 |
* | Remove duplication in OpenSSLSocket/OpenSSLServerSocket. | Elliott Hughes | 2009-11-03 | 4 | -100/+36 |
* | A new hygenic way for tests to clean up before or after execution. | Jesse Wilson | 2009-10-25 | 1 | -0/+6 |
* | Re-enable SSL handshake cutthrough support (and fixed unittest) | Nagendra Modadugu | 2009-10-22 | 2 | -3/+12 |
* | Disable SMALL_BUFFERS and CUTTHROUGH, as SSLSession test fails with these flags. | Nagendra Modadugu | 2009-10-08 | 1 | -8/+0 |
* | Fix several leaks in OpenSSL JNI cipher suites code. | Elliott Hughes | 2009-10-07 | 3 | -146/+69 |
* | Enable SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH for SSL connections. | Nagendra Modadugu | 2009-10-06 | 1 | -11/+21 |
* | Use jniThrowException instead of FindClass/ThrowNew. | Elliott Hughes | 2009-10-01 | 2 | -17/+7 |
* | Fix 32-bit int shifted >= 32 bits in SSLInputStream. | Elliott Hughes | 2009-09-24 | 1 | -5/+5 |
* | am 158135f4: am 2317d8dd: Merge change 26055 into eclair | Bob Lee | 2009-09-21 | 1 | -39/+46 |
|\ |
|
| * | Replaced an O(N) algorithm with an O(1) algorithm. This shaves off 2/3 of the... | Bob Lee | 2009-09-20 | 1 | -39/+46 |
* | | Several small native code fixes. | Elliott Hughes | 2009-09-10 | 1 | -14/+0 |
* | | Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements. | Elliott Hughes | 2009-09-09 | 2 | -14/+8 |
* | | Add missing calls to ReleaseByteArrayElements. | Elliott Hughes | 2009-09-08 | 4 | -4/+49 |
|/ |
|
* | Fix two calls to memset(3) whose arguments were reversed. | Elliott Hughes | 2009-09-02 | 1 | -1/+1 |
* | Update x-net to Harmony r802921. | Jesse Wilson | 2009-08-27 | 92 | -2062/+1326 |
* | am dfd0afbc: Each time we start an SSL session, we have to find the trust anc... | Bob Lee | 2009-08-26 | 2 | -0/+28 |
|\ |
|
| * | Each time we start an SSL session, we have to find the trust anchor. This use... | Bob Lee | 2009-08-26 | 2 | -0/+28 |
* | | am 2b2e488b: Exposed default trust manager. | Bob Lee | 2009-08-20 | 1 | -1/+9 |
|\ \
| |/ |
|