1. 3b60168 FPII-Remote code execution vulnerability in Conscrypt CVE-2016-3840 ANDROID-28751153 by Teow Wan Yee · 8 years ago fp2-sibon FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. dac92c6 Squashed commit of changes from lmp-ub-dev by Kenny Root · 10 years ago
  3. fdb7d8c Enable PSK cipher suites when PSKKeyManager is provided. by Alex Klyubin · 10 years ago
  4. b860016 Remove by Brian Carlstrom · 10 years ago
  5. 35f7742 Make setEnabledProtocols/CipherSuites copy their inputs. by Alex Klyubin · 10 years ago
  6. f17361e Remove unnecessary comments in SSLParametersImpl. by Alex Klyubin · 10 years ago
  7. ae2ecac SSLParametersImpl is the source of enabled cipher suites and protocols. by Alex Klyubin · 10 years ago
  8. 01cce89 Expose support for TLS-PSK. by Alex Klyubin · 10 years ago
  9. 3e46e4e Unbundle: hacks to let Conscrypt compile standalone by Kenny Root · 10 years ago
  10. 767fda1 Get rid of some warnings. by Alex Klyubin · 10 years ago
  11. a132fc9 Turn off verify peer for servers with no client auth by Kenny Root · 10 years ago
  12. 2a9ca52 Call SSL_set_alpn_protos with right native pointer by Kenny Root · 10 years ago
  13. f878e43 Add OpenSSLEngineImpl by Kenny Root · 11 years ago
  14. 3c072fb Refactor OpenSSLSocketImpl by Kenny Root · 11 years ago
  15. f111f62 Remove SSLEngineImpl by Kenny Root · 10 years ago
  16. b3c6484 Correctly handle empty arrays in SSLContext.init. by Alex Klyubin · 10 years ago
  17. d2cced8 Use the new endpointVerificationAlgorithm API by Kenny Root · 10 years ago
  18. 4a4a74e Leave SSLParametersImpl.getDefaultX509TrustManager public. by Alex Klyubin · 10 years ago
  19. 8d63ff1 Support TLS/SSL without X509TrustManager or X509KeyManager. by Alex Klyubin · 10 years ago
  20. 860d270 Move JSSE to new package by Kenny Root · 11 years ago[Renamed (98%) from luni/src/main/java/org/apache/harmony/xnet/provider/jsse/SSLParametersImpl.java]
  21. 3b1ef26 Use KeyManagementException with causes to report errors by Brian Carlstrom · 12 years ago
  22. 1dd0b8b Remove IndexedPKIXParameters by Brian Carlstrom · 13 years ago
  23. c8f89f5 Simplify KeyChain API by removing now unneeded CA certificate lookup (2 of 3) by Brian Carlstrom · 13 years ago
  24. ede107b libcore key chain support by Brian Carlstrom · 13 years ago
  25. 65baf5c Remove useless android-changed comments. by Elliott Hughes · 13 years ago
  26. 6e24f16 TrustManager improvements by Brian Carlstrom · 14 years ago
  27. 4da3f9e Change SSLParametersImpl.getDefaultTrustManager to not throw checked exceptions by Brian Carlstrom · 14 years ago
  28. 3a9c8d6 SSLParameters.getDefaultTrustManager() should lazily initialize its value by Brian Carlstrom · 14 years ago
  29. cbbd49c Rename internal SSLParameters to SSLParametersImpl to avoid collision with new javax.net.ssl.SSLParameters by Brian Carlstrom · 14 years ago[Renamed (95%) from luni/src/main/java/org/apache/harmony/xnet/provider/jsse/SSLParameters.java]
  30. c7eac25 RI 6 support for javax.net.ssl by Brian Carlstrom · 14 years ago
  31. 9ad6792 Enable Diffie-Hellman cipher suites by Brian Carlstrom · 14 years ago
  32. 73f1fad Remove all trailing whitespace from the dalvik team-maintained parts of libcore. by Elliott Hughes · 14 years ago
  33. 2785b7f SSLContext.getClientSessionContext and getServerSessionContext should work before SSLContext.init by Brian Carlstrom · 14 years ago
  34. 252a199 Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni by Peter Hallam · 14 years ago[Renamed from x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/SSLParameters.java]
  35. 2828ed8 OpenSSLSocket handshake overhaul by Brian Carlstrom · 14 years ago
  36. f0c622f Rewrite JSSE code to use one openssl SSL per SSLSocket an one SSL_CTX per SSLSessionContext by Brian Carlstrom · 14 years ago
  37. bb8f91f Update x-net to Harmony r802921. by Jesse Wilson · 15 years ago
  38. 576f8d6 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
  39. 19cb4b8 Exposed default trust manager. by Bob Lee · 15 years ago
  40. 08ecc8c auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  41. 6cc8337 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  42. c70be0f auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  43. d88846a auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  44. 63f5267 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 15 years ago
  45. 10da3cb Initial Contribution by The Android Open Source Project · 16 years ago