jdk-24/jdk/test/javax/net/ssl
2015-06-10 12:44:57 +03:00
..
ciphersuites 8078823: javax/net/ssl/ciphersuites/DisabledAlgorithms.java fails intermittently 2015-05-26 18:42:08 +03:00
DTLS 8085979: Make some DTLS feature functional tests work also for TLS protocol 2015-06-10 12:44:57 +03:00
DTLSv10 8085979: Make some DTLS feature functional tests work also for TLS protocol 2015-06-10 12:44:57 +03:00
etc 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
FixingJavadocs 8081347: Add @modules to jdk_core tests 2015-05-28 10:54:48 -07:00
HttpsURLConnection 8055299: HttpsURLConnection.equals() broken 2014-08-28 10:17:55 +01:00
sanity 8061210: Issues in TLS 2014-11-03 08:30:18 +00:00
ServerName 8081347: Add @modules to jdk_core tests 2015-05-28 10:54:48 -07:00
SSLEngine 8043758: Datagram Transport Layer Security (DTLS) 2015-06-02 04:01:04 +00:00
SSLEngineResult 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
SSLParameters 8076221: Disable RC4 cipher suites 2015-04-15 07:34:24 +00:00
SSLServerSocket 8032473: Restructure JSSE regression test hierarchy in jdk test 2014-03-05 07:24:34 +00:00
SSLSession 8081347: Add @modules to jdk_core tests 2015-05-28 10:54:48 -07:00
templates 8043758: Datagram Transport Layer Security (DTLS) 2015-06-02 04:01:04 +00:00
TLS 8085979: Make some DTLS feature functional tests work also for TLS protocol 2015-06-10 12:44:57 +03:00
TLSCommon 8085979: Make some DTLS feature functional tests work also for TLS protocol 2015-06-10 12:44:57 +03:00
TLSv1 8085979: Make some DTLS feature functional tests work also for TLS protocol 2015-06-10 12:44:57 +03:00
TLSv11 8085979: Make some DTLS feature functional tests work also for TLS protocol 2015-06-10 12:44:57 +03:00
TLSv12 8081347: Add @modules to jdk_core tests 2015-05-28 10:54:48 -07: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.