jdk-24/jdk/test/javax/net/ssl
2016-04-13 16:08:43 -07:00
..
ALPN 8145849: ALPN: getHandshakeApplicationProtocol() always return null 2016-01-13 17:36:01 -08:00
ciphersuites 8078823: javax/net/ssl/ciphersuites/DisabledAlgorithms.java fails intermittently 2015-05-26 18:42:08 +03:00
DTLS 8154196: Mark javax/net/ssl/DTLS/CipherSuite.java as intermittently failing 2016-04-13 16:08:43 -07:00
DTLSv10 8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor 2016-04-11 03:00:50 +01: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 8144773: Further reduce use of MD5 2015-12-15 12:59:00 +00:00
sanity 8076328: Enforce key exchange constraints 2015-04-22 05:09:54 +00:00
ServerName 8153737: Unsupported Module 2016-04-09 20:12:13 +01:00
SSLEngine 8043202: Prohibit RC4 cipher suites 2015-04-15 13:15:16 +03: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 8149922: Remove intermittent key from security tests 2016-02-18 09:46:07 +08:00
Stapling 8153829: javax/net/ssl/Stapling/HttpsUrlConnClient.java fails intermittently with NullPointerException 2016-04-12 09:37:46 -07:00
templates 8152221: Use try-with-resource in test templates 2016-03-20 00:03:43 +00:00
TLS 8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor 2016-04-11 03:00:50 +01:00
TLSCommon 8129306: Some new tests developed for JDK-8085979 fail in jdk9/cpu 2015-07-16 21:39:49 +03:00
TLSv1 8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor 2016-04-11 03:00:50 +01:00
TLSv11 8134577: Eliminate or standardize a replacement for sun.net.spi.nameservice.NameServiceDescriptor 2016-04-11 03:00:50 +01:00
TLSv12 8139565: Restrict certificates with DSA keys less than 1024 bits 2016-02-18 02:36:38 +00: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.