jdk-24/test/jdk/sun/security/ssl/SSLSocketImpl
Sean Mullan db85090553 8338411: Implement JEP 486: Permanently Disable the Security Manager
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
..
AsyncSSLSocketClose.java
BlockedAsyncClose.java 8309305: sun/security/ssl/SSLSocketImpl/BlockedAsyncClose.java fails with jtreg test timeout 2023-07-21 14:45:59 +00:00
CheckMethods.java
ClientModeClientAuth.java
ClientSocketCloseHang.java 8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates 2023-03-15 17:39:11 +00:00
ClientTimeout.java
CloseSocket.java 8164804: sun/security/ssl/SSLSocketImpl/CloseSocket.java makes not reliable time assumption 2021-05-13 10:50:06 +00:00
CloseSocketException.java
DisableExtensions.java 8217633: Configurable extensions with system properties 2021-01-30 00:21:01 +00:00
IgnorableExceptionMessages.java 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder 2024-01-03 08:53:01 +00:00
InvalidateServerSessionRenegotiate.java
LargePacketAfterHandshakeTest.java
LoopbackSSLSocket.java
NewSocketMethods.java
NoImpactServerRenego.java
NonAutoClose.java
RejectClientRenego.java
ReuseAddr.java 8241550: [macOS] SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use" 2024-05-24 12:42:16 +00:00
ReverseNameLookup.java 8241372: Several test failures due to javax.net.ssl.SSLException: Connection reset 2021-02-16 18:54:39 +00:00
ServerRenegoWithTwoVersions.java
ServerTimeout.java
SetClientMode.java
SetSoTimeout.java 8246031: SSLSocket.getSession() doesn't close connection for timeout/ interrupts 2020-06-11 21:54:51 +05:30
SocketExceptionForSocketIssues.java 8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates 2023-03-15 17:39:11 +00:00
SSLSocketBruteForceClose.java 8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates 2023-03-15 17:39:11 +00:00
SSLSocketClose.java 8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates 2023-03-15 17:39:11 +00:00
SSLSocketCloseHang.java 8316671: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java test fails intermittent with Read timed out 2023-09-26 14:01:45 +00:00
SSLSocketEmptyFragments.java 8182621: JSSE should reject empty TLS plaintexts 2023-04-11 04:21:17 +00:00
SSLSocketImplThrowsWrongExceptions.java 8262409: sun/security/ssl/SSLSocketImpl/SSLSocketImplThrowsWrongExceptions. SSL test failures caused by java failed with "Server reported the wrong exception" 2021-06-03 16:06:31 +00:00
SSLSocketKeyLimit.java 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
SSLSocketLeak.java 8257997: sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java again reports leaks after JDK-8257884 2020-12-10 10:56:36 +00:00
SSLSocketReset.java 8268965: TCP Connection Reset when connecting simple socket to SSL server 2021-07-08 16:44:55 +00:00
SSLSocketShouldThrowSocketException.java 8279134: Fix Amazon copyright in various files 2021-12-26 22:10:54 +00:00
SSLSocketSSLEngineCloseInbound.java 8308453: Convert JKS test keystores in test/jdk/javax/net/ssl/etc to PKCS12 2023-11-06 15:07:03 +00:00
UnconnectedSocketWrongExceptions.java