summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/javax/net/ssl/SSLSocketTest.java
Commit message (Expand)AuthorAgeFilesLines
* Check for RFC 5746 TLS extensionKenny Root2016-01-061-1/+17
* libcore: removed unnecessary code in SSLSocketTestSergio Giro2015-06-171-7/+0
* Merge "SSLSocketTest: add test with no ciphers" into mnc-devKenny Root2015-06-101-0/+31
|\
| * SSLSocketTest: add test with no ciphersKenny Root2015-06-101-0/+31
* | Relax the test for inappropriate fallbackKenny Root2015-06-091-4/+7
|/
* Add SSLSocket tests which inspect emitted ClientHello fields.Alex Klyubin2015-01-221-40/+159
* SSLSocketTest: test close alert during handshakeKenny Root2015-01-081-0/+148
* Add test case for issue 18428603Narayan Kamath2014-12-031-0/+23
* Fix SSLContextTest.test_SSLContext_defaultConfiguration failureAlex Klyubin2014-11-181-1/+1
* SSLSocketTest: add error message test for fallback_scsvKenny Root2014-11-171-0/+8
* Basic library for parsing TLS/SSL ClientHellos in tests.Alex Klyubin2014-11-121-3/+14
* Suppress failing OkHttp CTS testsNeil Fuller2014-10-131-0/+38
* Add support for TLS_FALLBACK_SCSVKenny Root2014-10-061-0/+92
* RemoveBrian Carlstrom2014-07-071-95/+0
* Assert that setEnabledProtocols/CipherSuites copy their inputs.Alex Klyubin2014-06-191-0/+20
* Document and assert support for TLS-PSK cipher suites.Alex Klyubin2014-05-271-1/+13
* SSLSocketTest: fix some flaky testsKenny Root2014-05-081-1/+3
* Update SSLEngineTest for RIKenny Root2014-04-101-3/+13
* Add X509ExtendedTrustManagerKenny Root2014-03-251-0/+97
* SSLSocketText: alert during test should throwKenny Root2014-03-211-3/+5
* SSLSocketTest: test NPN/ALPN socket reuseKenny Root2014-03-101-0/+77
* SSLSocketTest: interrupt_read is too flakyKenny Root2014-02-251-2/+32
* Test the length of ClientHello generated by SSLSocket.Alex Klyubin2013-12-201-2/+118
* Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket.Alex Klyubin2013-12-161-64/+8
* Assert that getEnabledCipherSuites/Protocols is affected by setters.Alex Klyubin2013-11-261-0/+10
* No need to sanity-check client certs in SSLSocket.accept.Alex Klyubin2013-11-251-26/+17
* Merge "Higher-level default configuration asserts for TLS/SSL primitives."Alex Klyubin2013-11-131-18/+13
|\
| * Higher-level default configuration asserts for TLS/SSL primitives.Alex Klyubin2013-11-081-18/+13
* | SSLSocketTest: use SSLSocket instead of SSLEngineKenny Root2013-11-071-1/+1
|/
* BEAST attack mitigation for OpenSSL-backed SSLSockets.Alex Klyubin2013-11-061-9/+25
* Exact asserts for TLS/SSL protocols used by default.Alex Klyubin2013-11-041-2/+2
* Exact assert for cipher suite list used by default by SSLSocket.Alex Klyubin2013-11-011-2/+2
* Refactor TLS/SSL cipher suite and protocol assertions.Alex Klyubin2013-10-311-6/+6
* Resurrect test_SSLSocket_interrupt_case.Narayan Kamath2013-10-211-4/+1
* Fixed interruption of blocked SSLSocket via Socket.close()Brian Carlstrom2013-09-101-31/+24
* Increase wait time for test_SSLSocket_interrupt_caseBrian Carlstrom2013-09-031-1/+1
* Replace mentions of old JSSE package nameKenny Root2013-05-031-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
|\