summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax/net
Commit message (Expand)AuthorAgeFilesLines
* SSLEngineResult: better exception messagesKenny Root2014-05-051-4/+4
* Improve documentation and tests of SSLContext.init.Alex Klyubin2014-03-271-6/+23
* Add X509ExtendedTrustManagerKenny Root2014-03-254-6/+166
* 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
* Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket.Alex Klyubin2013-12-161-4/+4
* Javadoc protocols and providers supported by SSLContext.Alex Klyubin2013-12-131-0/+113
* Javadoc the default configuration of SSLEngine.Alex Klyubin2013-12-121-0/+280
* Javadoc the default configuration of SSLSocket.Alex Klyubin2013-12-111-0/+506
* Delay SSLSocketImpl instantiation until neededKenny Root2013-09-101-10/+15
* Should favor most specific CN when working with distinguished namesBrian Carlstrom2013-01-071-7/+9
* Should favor last CN when working with distinguished namesBrian Carlstrom2013-01-042-7/+12
* Prefer PKIX algorithm name for TrustManagerFactory and KeyManagerFactoryBrian Carlstrom2012-10-293-5/+15
* Remove various content-free package.html files.Elliott Hughes2012-10-111-7/+0
* Fix typos from "beed" to "been"Brian Carlstrom2012-10-112-3/+3
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-143-6/+6
* javax.net.ssl javadoc cleanupBrian Carlstrom2012-05-092-10/+14
* Use lenient wildcard matching for *.clients.google.com.Brian Carlstrom2012-01-231-2/+2
* Use lenient wildcard matching for android.clients.google.com.Jesse Wilson2012-01-031-1/+4
* Cleanup verifyHostName to use regionMatches instead of regex splits.Jesse Wilson2012-01-021-36/+21
* Move the frameworks/base hostname verifier into libcore. Part 1/2Jesse Wilson2011-12-272-131/+513
* Don't trigger a reverse DNS lookup from a log statement.Jesse Wilson2011-06-231-43/+36
* am f45c08ac: Merge "Test fixes validated on RI and device"Brian Carlstrom2011-06-081-1/+1
|\
| * Test fixes validated on RI and deviceBrian Carlstrom2011-06-071-1/+1
* | Remove more dead "security theater" cruft.Elliott Hughes2011-06-041-22/+6
|/
* OpenSSLSocketImpl should tolerate X509KeyManager returning null valuesBrian Carlstrom2011-05-242-6/+22
* Add getnameinfo(3) (and gai_strerror(3)).Elliott Hughes2011-04-191-9/+1
* Improve HttpsURLConnection documentation with examplesBrian Carlstrom2011-04-111-2/+76
* Remove bogus "super()" calls.Elliott Hughes2011-03-1712-13/+0
* Simplify internal libcore logging.Elliott Hughes2011-02-222-12/+2
* resolved conflicts for merge of 6186821c to dalvik-devJesse Wilson2011-02-072-2/+2
|\
| * Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-072-2/+2
* | Remove useless android-changed comments.Elliott Hughes2011-01-131-8/+0
* | Kill most users of StringTokenizer.Elliott Hughes2011-01-131-6/+3
* | Change all "final static"s to "static final".Elliott Hughes2011-01-111-2/+2
* | More SecurityManager cleanup.Elliott Hughes2011-01-071-7/+1
* | Retire SecurityManager.Elliott Hughes2011-01-074-53/+25
|/
* Optimize DefaultHostnameVerifier.Jesse Wilson2010-12-201-218/+65
* Stop allocating empty arrays.Elliott Hughes2010-11-092-4/+6
* TrustManager improvementsBrian Carlstrom2010-11-021-2/+0
* Change Engine.getInstance interfaces to make usage less error proneBrian Carlstrom2010-10-193-28/+12
* Remove Engine.spi memory leak by clearing after accessBrian Carlstrom2010-10-193-22/+26
* Favor Harmony's CertificateFactory.X509 over BouncyCastle'sBrian Carlstrom2010-10-041-52/+43
* Merge "Support creating unbound server sockets in DefaultServerSocketFactory....Jesse Wilson2010-09-291-6/+3
|\
| * Support creating unbound server sockets in DefaultServerSocketFactory.Jesse Wilson2010-09-291-6/+3
* | Tests for ServerSocketFactory.getDefault().Jesse Wilson2010-09-281-18/+13
|/