1. 059dbc0 Improved client certificate and certificate chain support by Brian Carlstrom · 14 years ago
  2. b7eec62 TestKeyStore only use RSA by default & fixing SSLEngine client auth with DSA client and RSA server by Brian Carlstrom · 14 years ago
  3. 9a106a6 Move StandardNames from javax.net.ssl package to the more appropriate java.security by Brian Carlstrom · 14 years ago
  4. 14816f1 Scrubbing broken tests and removing unnecessary organization AllTests.java files. by Jesse Wilson · 14 years ago
  5. 0c131a2 RI 6 support for javax.net.ssl by Brian Carlstrom · 14 years ago
  6. b5b39e4 Add RSA ephemeral callback for SSL_RSA_EXPORT_WITH_RC4_40_MD5 support (and move to UniquePtr) by Brian Carlstrom · 14 years ago
  7. e950513 Rename expected exception to "expected" for test clarity by Brian Carlstrom · 14 years ago
  8. f3f7cc7 SSLSocket.startHandshake should throw SSLProtocolException on handshake protocol error by Brian Carlstrom · 14 years ago
  9. 8f78381 SSLServerSocket accept should make sure enabled cipher suites have supporting private keys by Brian Carlstrom · 14 years ago
  10. a653cca SSLSocketFactory.connect(Socket...) should allow port of -1 by Brian Carlstrom · 14 years ago
  11. 6df6339 Client certificates should only be set on request from server by Brian Carlstrom · 14 years ago
  12. fd487fb Change Harmony CipherSuite to use JSSE names by Brian Carlstrom · 14 years ago
  13. 204cab3 Supported cipher suites improvements by Brian Carlstrom · 14 years ago
  14. 9acacc3 Use JSSE cipher suite names and restore JSSE SSLSessionContext semantics by Brian Carlstrom · 14 years ago
  15. f33eae7 Remove all trailing whitespace from the dalvik team-maintained parts of libcore. by Elliott Hughes · 14 years ago
  16. 0af0a79 SSLSessionContexts should throw NullPointerException on getSession(null) by Brian Carlstrom · 14 years ago
  17. f365a1c SSLContext.getClientSessionContext and getServerSessionContext should work before SSLContext.init by Brian Carlstrom · 14 years ago
  18. e688a41 Addressing post-submit comments regarding OpenSSL handhake changes by Brian Carlstrom · 14 years ago
  19. 17c7442 Remove workarounds from JSSE tests now that SSLServerSocket.accept no longer tries to handshake by Brian Carlstrom · 14 years ago
  20. bcfb325 OpenSSLSocket handshake overhaul by Brian Carlstrom · 14 years ago
  21. cac4981 Fixing javax.net.ssl test failures on RI by Brian Carlstrom · 14 years ago
  22. ecaf759 Rewrite JSSE code to use one openssl SSL per SSLSocket an one SSL_CTX per SSLSessionContext by Brian Carlstrom · 14 years ago
  23. 8ee2e66 Remove unnecessary final local variables and arguments from javax.net.ssl tests by Brian Carlstrom · 14 years ago
  24. ebabb91 New "from scratch" Junit tests for javax.net.ssl by Brian Carlstrom · 14 years ago