summaryrefslogtreecommitdiff
path: root/luni/src/test/java/libcore/javax/net
Commit message (Expand)AuthorAgeFilesLines
* Cover SSLPermission with tests.Almaz Mingaleev2021-05-241-0/+38
* Add tests for SSLParameters.[get|set]UseCipherSuitesOrder.Pete Bentley2020-03-311-3/+21
* Test Android specific SSLServerSocketFactory.getDefault() behaviorPaul Duffin2018-12-076-108/+326
* Add tests for ALPN-related methods.Adam Vartanian2018-11-083-22/+214
* Track behavior change in default HostnameVerifier.Tobias Thierer2018-01-111-45/+69
* Add README indicating where to put SSL tests.Adam Vartanian2018-01-091-0/+2
* Update tests for Conscrypt sync.Adam Vartanian2018-01-0516-6195/+0
* Update tests for Conscrypt upstream merge.Adam Vartanian2017-10-261-3/+6
* Add test for clean closing of SSLEngine.Adam Vartanian2017-09-111-0/+30
* Accept failure for spurious server<->server connections.Robert Sloan2017-08-081-1/+1
* Test for SSLSession.getPeerName() for socket created from InetAddressPrzemyslaw Szczepaniak2017-07-311-2/+57
* Merge "Update tests for synced changes to Conscrypt"Adam Vartanian2017-07-111-3/+17
|\
| * Update tests for synced changes to ConscryptAdam Vartanian2017-07-071-3/+17
* | Use IOException rather than SocketException.Adam Vartanian2017-07-071-1/+1
|/
* Add docs warning about enabling non-contiguous TLS versions.Adam Vartanian2017-06-061-0/+62
* Missing 1.8 javax.net.ssl.SSLSocketFactory.createSocket methodPrzemyslaw Szczepaniak2017-04-051-0/+12
* Customize the toString of SSL{,Server}SocketAdam Vartanian2017-03-102-0/+56
* Expose SSLContext.SSL as an alias for SSLContext.TLSChad Brubaker2017-01-171-6/+0
* Comment possible test failure due to kernel behaviour changeYi Kong2016-12-151-0/+4
* SSLSocketTest: TLS client auth with opaque keysKenny Root2016-11-081-12/+6
* SSLSocketTest: TLS client auth with opaque keysKenny Root2016-11-041-0/+372
* Decouple SSLSocketTest and SSLContextTestKenny Root2016-10-252-12/+42
* Use reflection to increase Security version on AndroidKenny Root2016-10-241-1/+5
* Address various ErrorProne warningsKenny Root2016-10-193-11/+30
* ServerSocketFactoryTest: close sockets after useYi Kong2016-10-171-4/+4
* Track changes in SSLv3 deprecationKenny Root2016-10-141-5/+3
* Drop SSLv3 supportChad Brubaker2016-09-263-6/+38
* Merge "Add test to make sure TLS elliptic curves list is sensible"Treehugger Robot2016-09-091-0/+27
|\
| * Add test to make sure TLS elliptic curves list is sensibleKenny Root2016-09-091-0/+27
* | Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()Tobias Thierer2016-09-063-0/+4
|/
* SSLEngineTest: test multiple thread useKenny Root2016-05-021-0/+43
* Allow some rounding on SO_TIMEOUT valuesNeil Fuller2016-04-211-2/+3
* Merge "SNIHostNameTest: add coverage of SNIServerName"Kenny Root2016-04-151-1/+4
|\
| * SNIHostNameTest: add coverage of SNIServerNameKenny Root2016-04-131-1/+4
* | Merge "KeyManagerFactoryTest: get sigAlg from entry"Narayan Kamath2016-04-151-26/+23
|\ \
| * | KeyManagerFactoryTest: get sigAlg from entryKenny Root2016-04-141-26/+23
| |/
* / KeyManagerFactoryTest: remove flakinessKenny Root2016-04-141-10/+11
|/
* SNIHostName: test byte[] constructorKenny Root2016-04-011-0/+37
* SSLSocketTest: make endpoint verification tests not depend on DNSKenny Root2016-03-031-3/+2
* Change assert to assertTrueNeil Fuller2016-02-191-1/+1
* Merge "Revert "Revert "Assert SNI type is SNI_HOST_NAME"""Kenny Root2016-02-021-0/+1
|\
| * Revert "Revert "Assert SNI type is SNI_HOST_NAME""Kenny Root2016-02-021-0/+2
* | Merge "Use a SNI-aware version of SSLSocketFactory#createSocket"Kenny Root2016-02-021-4/+4
|\ \
| * | Use a SNI-aware version of SSLSocketFactory#createSocketKenny Root2016-02-021-4/+4
| |/
* / Add tests for SSL handshake session and endpoint verificationKenny Root2016-02-022-0/+109
|/
* Revert "Assert SNI type is SNI_HOST_NAME"Kenny Root2016-02-021-1/+0
* Assert SNI type is SNI_HOST_NAMEKenny Root2016-02-021-0/+1
* Add SNI support to TLS socketsKenny Root2016-01-272-0/+135
* Fix SSLSocketFactoryTest.Narayan Kamath2016-01-191-7/+3
* Check for RFC 5746 TLS extensionKenny Root2016-01-061-1/+17