summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax/net/ssl/SSLSocket.java
Commit message (Expand)AuthorAgeFilesLines
* Mark deprecated ciphers visuallyKenny Root2015-06-121-68/+76
* Update offered ciphersKenny Root2015-06-041-54/+54
* Replace hyphen with en dashKenny Root2015-06-031-60/+60
* Reflect removal of DSS cipher suites in Javadocs.Alex Klyubin2015-03-121-19/+18
* Adjust tests for removal of DSS TLS/SSL cipher suites.Alex Klyubin2014-11-171-0/+1
* Add support for TLS_FALLBACK_SCSVKenny Root2014-10-061-0/+5
* TLS-PSK cipher suites enabled when PSKKeyManager is provided.Alex Klyubin2014-07-141-4/+7
* TLS-PSK cipher suites should appear in API Level 21.Alex Klyubin2014-07-081-8/+8
* RemoveBrian Carlstrom2014-07-071-13/+0
* Document and assert support for TLS-PSK cipher suites.Alex Klyubin2014-05-271-0/+30
* Fix a sorting bug in SSLSocket javadoc.Alex Klyubin2014-05-231-4/+4
* Add X509ExtendedTrustManagerKenny Root2014-03-251-6/+17
* Disable MD5 cipher suites in SSLSocket and SSLEngine.Alex Klyubin2013-12-191-2/+2
* Disable 3DES cipher suites in SSLSocket.Alex Klyubin2013-12-181-7/+7
* Disable static server key ECDH cipher suites in SSLSocket.Alex Klyubin2013-12-171-8/+8
* Enable AES-GCM cipher suites by default in SSLSocket.Alex Klyubin2013-12-171-9/+9
* Enable support for TLSv1.2 cipher suites in SSLSocket.Alex Klyubin2013-12-171-0/+165
* Enable TLSv1.1 and TLSv1.2 by default for SSLSocket.Alex Klyubin2013-12-161-2/+2
* Javadoc the default configuration of SSLSocket.Alex Klyubin2013-12-111-0/+506
* javax.net.ssl javadoc cleanupBrian Carlstrom2012-05-091-1/+1
* Don't trigger a reverse DNS lookup from a log statement.Jesse Wilson2011-06-231-43/+36
* Remove bogus "super()" calls.Elliott Hughes2011-03-171-1/+0
* RI 6 support for javax.net.sslBrian Carlstrom2010-05-261-0/+41
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-041-0/+299