jdk-24/jdk/test/javax/net/ssl
2017-01-03 22:26:51 -08:00
..
ALPN 8170282: Enable ALPN parameters to be supplied during the TLS handshake 2016-12-16 14:32:51 +00:00
ciphersuites 8166032: Fix module dependencies for javax.SSL tests 2016-09-14 17:28:17 +03:00
DTLS 8157529: Remove intermittent key from javax/net/ssl/DTLS/CipherSuite.java 2016-12-08 23:21:54 -08:00
DTLSv10 8169069: Module system implementation refresh (11/2016) 2016-12-01 08:57:53 +00:00
etc 8157035: Use stronger algorithms and keys for JSSE testing 2016-05-18 14:47:28 +00:00
finalize 8169416: SSLSessionImpl finalize overhead 2016-11-23 10:20:05 -05:00
FixingJavadocs 8164595: javax/net/ssl/FixingJavadocs/SSLSessionNulls.java fails intermittently with javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake 2016-12-14 19:23:08 -08:00
HttpsURLConnection 8160940: Enable debug log in javax/net/ssl/HttpsURLConnection/Equals.java to track JDK-8160210 2016-07-07 09:50:35 -07:00
interop 8169362: Interop automated testing with Chrome 2016-11-10 08:59:34 +00:00
sanity 8130181: Deprecate java.security.Provider(String, double, String), add Provider(Strin 2016-08-19 06:27:54 +00:00
ServerName 8155049: New tests from 8144566 fail with "No expected Server Name Indication" 2016-05-16 10:36:51 -07:00
SSLEngine 8133632: javax.net.ssl.SSLEngine does not properly handle received SSL fatal alerts 2016-11-03 15:18:16 -07:00
SSLEngineResult 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
SSLParameters 8043201: Deprecate RC4 in SunJSSE provider 2015-03-02 12:56:22 -08:00
SSLServerSocket 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
SSLSession 8159038: javax/net/ssl/SSLSession/SessionCacheSizeTests.java failed with java.net.SocketException: Address already in use 2016-06-14 10:27:23 -07:00
Stapling 8162484: javax/net/ssl/Stapling/SSLSocketWithStapling.java test fails intermittently with "Address already in use" error 2016-08-15 16:32:41 -07:00
templates 8168935: sun/security/ssl/SSLContextImpl/TrustTrustedCert.java failed Intermittently 2016-12-20 23:09:27 -08:00
TLS 8169069: Module system implementation refresh (11/2016) 2016-12-01 08:57:53 +00:00
TLSCommon 8167680: DTLS implementation bugs 2016-10-29 13:34:53 +00:00
TLSv1 8169069: Module system implementation refresh (11/2016) 2016-12-01 08:57:53 +00:00
TLSv11 8169069: Module system implementation refresh (11/2016) 2016-12-01 08:57:53 +00:00
TLSv12 8168769: javax/net/ssl/TLSv12/DisabledShortRSAKeys.java timed out 2017-01-03 22:26:51 -08:00
Fix5070632.java 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
GetInstance.java 8081347: Add @modules to jdk_core tests 2015-05-28 10:54:48 -07:00
README 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00

Use the test directory as you would for any other JDK regression test
suite.  All bugs integrated into this workspace should have a
corresponding test case checked in.  Ideally, every putback done should
also include a run of the regression suite to make sure nothing was
broken.


templates
=========
This directory stores any useful templates for JSSE regression tests.

JSSEClientServerTemplate
	This template is to allow the quick set up of generic
	client/server tests.  It forks off one thread to either be the
	client or the server side (user-controlled), then runs the
	tests in the main thread.

	Modify the doClientSide and doServerSide as appropriate.


etc
===
This directory stores keystore/truststores needed by the JSSE
regression suite.  By consolidating the main keystores here, any
expired certificates can be regenerated quickly.


Expansions
==========
Please feel free to add any useful information here.