summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/javax/net/ssl/SSLSocketTest.java
Commit message (Expand)AuthorAgeFilesLines
* SSLSocketTest: test NPN/ALPN socket reuseKenny Root2014-03-101-0/+77
* Fixed interruption of blocked SSLSocket via Socket.close()Brian Carlstrom2013-09-101-31/+24
* Increase wait time for test_SSLSocket_interrupt_caseBrian Carlstrom2013-09-021-1/+1
* Fix mentions of JSSEKenny Root2013-04-301-1/+1
* Don't forget to call sessionRemoved from removeEldestEntryBrian Carlstrom2013-04-061-0/+49
* Fix for test_SSLSocket_HandshakeCompletedListener_RuntimeExceptionBrian Carlstrom2013-03-161-1/+20
* Assorted socket fixes related to test_SSLSocket_setSoWriteTimeout failure inv...Brian Carlstrom2013-03-161-9/+26
* SSLSocketTest: Run through all providers after errorKenny Root2013-01-181-12/+17
* Make test_SSLSocket_getSupportedCipherSuites_connect continue to next support...Brian Carlstrom2013-01-171-4/+12
* verifyCertificateChain should convert unknown exceptions to CertificateExceptionBrian Carlstrom2013-01-091-0/+43
* Add OpenSSLSocketImpl.setSoWriteTimeout to allow SO_SNDTIMEO to be specifiedBrian Carlstrom2012-09-221-1/+48
* Restore ability for SSLSocket.close() to interrupt reads and writesBrian Carlstrom2012-08-191-200/+193
* Fix flakey test_SSLSocket_setSoTimeout_basic by using a full second timeoutBrian Carlstrom2012-07-231-3/+4
* OpenSSLSocketImpl should tolerate X509KeyManager returning null valuesBrian Carlstrom2011-05-241-14/+123
* Refactoring to add a builder for TestKeyStore.Jesse Wilson2011-01-311-15/+13
* Remove duplicate copy of test_SSLSocket_shutdownCloseOnClosedPeer from automergeBrian Carlstrom2011-01-301-44/+0
* am b2d079d5: am aa2be6b8: SSLSocket.close() should not throw an IOException i...Brian Carlstrom2011-01-301-0/+44
|\
| * SSLSocket.close() should not throw an IOException if there is a problem sendi...Brian Carlstrom2011-01-301-0/+44
* | SSLSocket.close() should not throw an IOException if there is a problem sendi...Brian Carlstrom2011-01-241-0/+44
* | Cipher.init incorrectly implements RFC 3280 key usage validationBrian Carlstrom2011-01-231-0/+1
* | Fix CloseGuard warning in a test merged in from gingerbreadBrian Carlstrom2010-12-221-0/+2
* | resolved conflicts for merge of 5fc737eb to masterBrian Carlstrom2010-12-161-0/+29
|\|
| * HttpsURLConnection retry should not invoke X509TrustManager and HostnameVerif...Brian Carlstrom2010-12-161-0/+29
* | Add support for TLS_EMPTY_RENEGOTIATION_INFO_SCSV cipher suiteBrian Carlstrom2010-12-011-14/+23
* | Elliptic Crypto support for OpenSSLSocketImplBrian Carlstrom2010-12-011-7/+15
* | Toward EC TLS supportBrian Carlstrom2010-11-291-17/+43
* | resolved conflicts for merge of a5c608e5 to dalvik-devBrian Carlstrom2010-11-021-28/+42
|\ \
| * | TrustManager improvementsBrian Carlstrom2010-11-021-28/+42
| |/
* / CloseGuard: finalizers for closeable objects should log complaintsBrian Carlstrom2010-10-041-2/+46
|/
* Make SSL network I/O interruptibleBrian Carlstrom2010-09-211-0/+56
* SSLSocket should respect timeout of a wrapped SocketBrian Carlstrom2010-09-191-0/+45
* SSLSocket.read should throw SocketException not NullPointerExceptionBrian Carlstrom2010-08-231-2/+107
* Moving tests to be under the libcore.* package.Jesse Wilson2010-08-101-0/+704