1. c7fd8fd Fix server side SSLEngine ServerKeyExchange signature. by Costin Manolache · 14 years ago
  2. 0348e62 First pass at reorganizing org.apache.harmony.xnet.provider.jsse native code into a single file. by Brian Carlstrom · 14 years ago
  3. 9d48f97 Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets by Dan Egnor · 14 years ago
  4. da4f31d Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 15 years ago
  5. 07ced5b Set peer for new SSLSessionImpl instances. by Elliott Hughes · 15 years ago
  6. ecd4690 Fix our SSLSession implementations to call valueUnbound on remove. by Elliott Hughes · 15 years ago
  7. 58ee024 Fix OpenSSLSessionImpl.getCreationTime and getLastAccessedTime. by Elliott Hughes · 15 years ago
  8. 4c2b39a protect use of SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH by Jean-Baptiste Queru · 15 years ago
  9. 845ce3c Don't allocate arbitrary-length buffers on the stack. by Elliott Hughes · 15 years ago
  10. 46d6f1d Remove duplication in OpenSSLSocket/OpenSSLServerSocket. by Elliott Hughes · 15 years ago
  11. d37c804 A new hygenic way for tests to clean up before or after execution. by Jesse Wilson · 15 years ago
  12. c972691 Re-enable SSL handshake cutthrough support (and fixed unittest) by Nagendra Modadugu · 15 years ago
  13. 344a2ee Disable SMALL_BUFFERS and CUTTHROUGH, as SSLSession test fails with these flags. by Nagendra Modadugu · 15 years ago
  14. a27b340 Fix several leaks in OpenSSL JNI cipher suites code. by Elliott Hughes · 15 years ago
  15. 76297e9 Enable SMALL_BUFFERS and HANDSHAKE_CUTTHROUGH for SSL connections. by Nagendra Modadugu · 15 years ago
  16. 738f950 Use jniThrowException instead of FindClass/ThrowNew. by Elliott Hughes · 15 years ago
  17. 3dad9f39 Fix 32-bit int shifted >= 32 bits in SSLInputStream. by Elliott Hughes · 15 years ago
  18. d116507 am 158135f4: am 2317d8dd: Merge change 26055 into eclair by Bob Lee · 15 years ago
  19. 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
  20. 9ee0cea Several small native code fixes. by Elliott Hughes · 15 years ago
  21. 44550df Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements. by Elliott Hughes · 15 years ago
  22. d87bb03 Add missing calls to ReleaseByteArrayElements. by Elliott Hughes · 15 years ago
  23. 0de5245 Fix two calls to memset(3) whose arguments were reversed. by Elliott Hughes · 15 years ago
  24. f921579 Update x-net to Harmony r802921. by Jesse Wilson · 15 years ago
  25. 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
  26. 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
  27. 6ab5f55 am 2b2e488b: Exposed default trust manager. by Bob Lee · 15 years ago
  28. 8da7f0d Exposed default trust manager. by Bob Lee · 15 years ago
  29. 41b2509 am affecd77: Cleanup CTS core failing tests. by Brett Chabot · 15 years ago
  30. 2aafe60 Cleanup CTS core failing tests. by Brett Chabot · 15 years ago
  31. 451ee2c am 29326482: Removing MD2 by Urs Grob · 15 years ago
  32. 87eb4de Removing MD2 by Urs Grob · 15 years ago
  33. 12037fd Merge change 4613 by Android (Google) Code Review · 15 years ago
  34. 97c7c20 am ab4b7f70: Merge change 5967 into donut by Android (Google) Code Review · 15 years ago
  35. 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 · 15 years ago
  36. 68a7974 Performance improvement for OpenSSLSocketImpl in read and write by Urs Grob · 15 years ago
  37. 9591b6d remove all references to LogSocket.h by Mathias Agopian · 15 years ago
  38. 5361c55 AI 147124: am: CL 147120 am: CL 147118 Several fixes to reduce failing tests in the cts host by Urs Grob · 15 years ago
  39. cf3b061 AI 147120: am: CL 147118 Several fixes to reduce failing tests in the cts host by Urs Grob · 15 years ago
  40. be25811 AI 145652: am: CL 145615 am: CL 145291 Fixes from the review of 'Bringing XNET down to zero broken tests.' by Urs Grob · 15 years ago
  41. 06ebe59 AI 145615: am: CL 145291 Fixes from the review of 'Bringing XNET down to zero broken tests.' by Urs Grob · 15 years ago
  42. c3dfbd6 AI 144820: am: CL 144816 Bringing XNET down to zero broken tests. by Jorg Pleumann · 15 years ago
  43. 051f400 AI 144825: am: CL 144820 am: CL 144816 Bringing XNET down to zero broken tests. by Jorg Pleumann · 15 years ago
  44. eba3531 AI 144418: am: CL 144381 am: CL 144356 Synchronized code that touches native SSL sessions. by Bob Lee · 15 years ago
  45. 8d383ff AI 144381: am: CL 144356 Synchronized code that touches native SSL sessions. by Bob Lee · 15 years ago
  46. 1cd5a5c Automated import from //branches/master/...@141710,141710 by Urs Grob · 15 years ago
  47. eff7bc0 Automated import from //branches/donutburger/...@141709,141709 by Urs Grob · 15 years ago
  48. c3fbcf0 Automated import from //branches/donutburger/...@141355,141355 by Bob Lee · 15 years ago
  49. 9b1491a Automated import from //branches/master/...@141357,141357 by Bob Lee · 15 years ago
  50. 9fdda73 auto import //branches/donutburger/...@140359 by The Android Open Source Project · 15 years ago
  51. ab28398 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  52. adc854b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  53. 1c0fed6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  54. 2fb02ef auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  55. d11a65b auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  56. ac4f307 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  57. 9cb89d7 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  58. b792632 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  59. 4351da8 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  60. a0881d0 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  61. dd828f4 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  62. fdb2704 Initial Contribution by The Android Open Source Project · 16 years ago