- c7fd8fd Fix server side SSLEngine ServerKeyExchange signature. by Costin Manolache · 15 years ago
- 0348e62 First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code into a single file. by Brian Carlstrom · 15 years ago
- 9d48f97 Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets by Dan Egnor · 15 years ago
- da4f31d Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 15 years ago
- 07ced5b Set peer for new SSLSessionImpl instances. by Elliott Hughes · 15 years ago
- ecd4690 Fix our SSLSession implementations to call valueUnbound on remove. by Elliott Hughes · 15 years ago
- 58ee024 Fix OpenSSLSessionImpl.getCreationTime and getLastAccessedTime. by Elliott Hughes · 15 years ago
- 4c2b39a protect use of SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH by Jean-Baptiste Queru · 15 years ago
- 845ce3c Don't allocate arbitrary-length buffers on the stack. by Elliott Hughes · 15 years ago
- 46d6f1d Remove duplication in OpenSSLSocket/OpenSSLServerSocket. by Elliott Hughes · 15 years ago
- d37c804 A new hygenic way for tests to clean up before or after execution. by Jesse Wilson · 15 years ago
- c972691 Re-enable SSL handshake cutthrough support (and fixed unittest) by Nagendra Modadugu · 15 years ago
- 344a2ee Disable SMALL_BUFFERS and CUTTHROUGH, as SSLSession test fails with these flags. by Nagendra Modadugu · 15 years ago
- a27b340 Fix several leaks in OpenSSL JNI cipher suites code. by Elliott Hughes · 15 years ago
- 76297e9 Enable SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH for SSL connections. by Nagendra Modadugu · 15 years ago
- 738f950 Use jniThrowException instead of FindClass/ThrowNew. by Elliott Hughes · 15 years ago
- 3dad9f39 Fix 32-bit int shifted >= 32 bits in SSLInputStream. by Elliott Hughes · 15 years ago
- d116507 am 158135f4: am 2317d8dd: Merge change 26055 into eclair by Bob Lee · 15 years ago
- 5777f56 Replaced an O(N) algorithm with an O(1) algorithm. This shaves off 2/3 of the server cert checking time or ~200ms on Sapphire. This is in preparation for tripling the number of certs in an upcoming change. by Bob Lee · 15 years ago
- 9ee0cea Several small native code fixes. by Elliott Hughes · 15 years ago
- 44550df Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements. by Elliott Hughes · 15 years ago
- d87bb03 Add missing calls to ReleaseByteArrayElements. by Elliott Hughes · 15 years ago
- 0de5245 Fix two calls to memset(3) whose arguments were reversed. by Elliott Hughes · 15 years ago
- f921579 Update x-net to Harmony r802921. by Jesse Wilson · 15 years ago
- ac6d849 am dfd0afbc: Each time we start an SSL session, we have to find the trust anchor. This used to be an O(N) operation. If the trust anchor we\'re looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1). by Bob Lee · 15 years ago
- 5bd2429 Each time we start an SSL session, we have to find the trust anchor. This used to be an O(N) operation. If the trust anchor we're looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1). by Bob Lee · 15 years ago
- 6ab5f55 am 2b2e488b: Exposed default trust manager. by Bob Lee · 15 years ago
- 8da7f0d Exposed default trust manager. by Bob Lee · 15 years ago
- 41b2509 am affecd77: Cleanup CTS core failing tests. by Brett Chabot · 15 years ago
- 2aafe60 Cleanup CTS core failing tests. by Brett Chabot · 15 years ago
- 451ee2c am 29326482: Removing MD2 by Urs Grob · 15 years ago
- 87eb4de Removing MD2 by Urs Grob · 15 years ago
- 12037fd Merge change 4613 by Android (Google) Code Review · 16 years ago
- 97c7c20 am ab4b7f70: Merge change 5967 into donut by Android (Google) Code Review · 16 years ago
- 30da60b Modifies OpenSSLSocketImpl to use a different lock for the instance count. It was using the same lock when use around native methods meaning that the finalizer could be blocked unnecessarily by crazybob · 16 years ago
- 68a7974 Performance improvement for OpenSSLSocketImpl in read and write by Urs Grob · 16 years ago
- 9591b6d remove all references to LogSocket.h by Mathias Agopian · 16 years ago
- 5361c55 AI 147124: am: CL 147120 am: CL 147118 Several fixes to reduce failing tests in the cts host by Urs Grob · 16 years ago
- cf3b061 AI 147120: am: CL 147118 Several fixes to reduce failing tests in the cts host by Urs Grob · 16 years ago
- be25811 AI 145652: am: CL 145615 am: CL 145291 Fixes from the review of 'Bringing XNET down to zero broken tests.' by Urs Grob · 16 years ago
- 06ebe59 AI 145615: am: CL 145291 Fixes from the review of 'Bringing XNET down to zero broken tests.' by Urs Grob · 16 years ago
- c3dfbd6 AI 144820: am: CL 144816 Bringing XNET down to zero broken tests. by Jorg Pleumann · 16 years ago
- 051f400 AI 144825: am: CL 144820 am: CL 144816 Bringing XNET down to zero broken tests. by Jorg Pleumann · 16 years ago
- eba3531 AI 144418: am: CL 144381 am: CL 144356 Synchronized code that touches native SSL sessions. by Bob Lee · 16 years ago
- 8d383ff AI 144381: am: CL 144356 Synchronized code that touches native SSL sessions. by Bob Lee · 16 years ago
- 1cd5a5c Automated import from //branches/master/...@141710,141710 by Urs Grob · 16 years ago
- eff7bc0 Automated import from //branches/donutburger/...@141709,141709 by Urs Grob · 16 years ago
- c3fbcf0 Automated import from //branches/donutburger/...@141355,141355 by Bob Lee · 16 years ago
- 9b1491a Automated import from //branches/master/...@141357,141357 by Bob Lee · 16 years ago
- 9fdda73 auto import //branches/donutburger/...@140359 by The Android Open Source Project · 16 years ago
- ab28398 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
- adc854b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- 1c0fed6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- 2fb02ef auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
- d11a65b auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
- ac4f307 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
- 9cb89d7 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
- b792632 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
- 4351da8 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
- a0881d0 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
- dd828f4 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
- fdb2704 Initial Contribution by The Android Open Source Project · 16 years ago