jdk-24/jdk/test/javax/net/ssl
Xue-Lei Andrew Fan 9c20c6fd5f 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list
Reviewed-by: wetmore, ahgross, asmotrak
2014-05-29 04:24:10 +00:00
..
etc 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
FixingJavadocs 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
HttpsURLConnection 8055299: HttpsURLConnection.equals() broken 2014-08-28 10:17:55 +01:00
sanity 8043200: Decrease the preference mode of RC4 in the enabled cipher suite list 2014-05-29 04:24:10 +00:00
ServerName 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
SSLEngine 8042449: Issue for negative byte major record version 2014-05-07 02:24:01 +00:00
SSLEngineResult 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
SSLParameters 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
SSLServerSocket 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
SSLSession 8037557: test SessionCacheSizeTests.java timeout 2014-04-11 03:10:44 +00:00
templates 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
TLS 8061464: A typo in CipherTestUtils test 2014-10-20 13:31:44 +00:00
TLSv11 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
TLSv12 8052406: SSLv2Hello protocol may be filter out unexpectedly 2014-08-01 12:05:05 +00:00
Fix5070632.java 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
GetInstance.java 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00: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.