jdk-24/test/jdk/javax/net/ssl
2019-12-11 11:29:03 +08:00
..
ALPN 8207009: TLS 1.3 half-close and synchronization issues 2018-08-14 18:16:47 -07:00
ciphersuites 8211883: Disable anon and NULL cipher suites 2018-10-25 13:55:28 -04:00
compatibility 8222391: javax/net/ssl/compatibility/Compatibility.java should be more flexible 2019-04-23 10:08:52 +08:00
DTLS 8228967: Trust/Key store and SSL context utilities for tests 2019-09-05 14:55:21 +08:00
DTLSv10 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests 2019-01-14 00:00:00 +01:00
etc 8196584: TLS 1.3 Implementation 2018-06-25 13:41:39 -07:00
finalize 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FixingJavadocs 8215430: Remove the internal package com.sun.net.ssl 2019-03-01 08:35:14 -08:00
HttpsURLConnection 8212261: Add SSLSession accessors to HttpsURLConnection and SecureCacheResponse 2018-11-09 08:24:38 -08:00
interop 8219389: Delegated task created by SSLEngine throws BufferUnderflowException 2019-02-20 10:20:48 -08:00
sanity 8190492: Remove SSLv2Hello and SSLv3 from default enabled TLS protocols 2019-12-09 21:38:12 -08:00
ServerName 8190492: Remove SSLv2Hello and SSLv3 from default enabled TLS protocols 2019-12-09 21:38:12 -08:00
SSLEngine 8190492: Remove SSLv2Hello and SSLv3 from default enabled TLS protocols 2019-12-09 21:38:12 -08:00
SSLEngineResult 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SSLParameters 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SSLServerSocket 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SSLSession 8226976: SessionTimeOutTests uses == operator for String value check 2019-07-02 11:07:40 +05:30
SSLSocket 8224829: AsyncSSLSocketClose.java has timing issue 2019-06-14 12:19:14 -07:00
Stapling 8196584: TLS 1.3 Implementation 2018-06-25 13:41:39 -07:00
templates 8231810: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "java.lang.Exception: Unexpected EOF" 2019-12-11 11:29:03 +08:00
TLS 8234723: javax/net/ssl/TLS tests support TLSv1.3 2019-11-28 22:29:07 -08:00
TLSCommon 8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3 2019-01-18 14:25:34 +08:00
TLSv1 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests 2019-01-14 00:00:00 +01:00
TLSv11 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests 2019-01-14 00:00:00 +01:00
TLSv12 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests 2019-01-14 00:00:00 +01:00
Fix5070632.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetInstance.java 8215430: Remove the internal package com.sun.net.ssl 2019-03-01 08:35:14 -08:00
README 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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.