jdk-24/test/jdk/javax/net/ssl
John Jiang 75489d717e 8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java
Javax/net/ssl/TLSCommon/CipherSuite.java supports key exchange algorithms

Reviewed-by: xuelei
2018-10-18 07:56:55 +08:00
..
ALPN 8207009: TLS 1.3 half-close and synchronization issues 2018-08-14 18:16:47 -07:00
ciphersuites 8196584: TLS 1.3 Implementation 2018-06-25 13:41:39 -07:00
compatibility 8210918: Add test to exercise server-side client hello processing 2018-09-24 00:13:02 -07:00
DTLS 8196584: TLS 1.3 Implementation 2018-06-25 13:41:39 -07:00
DTLSv10 8187786: Many javax/net/ssl/DTLS tests failing 2017-09-22 09:49:08 +08: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HttpsURLConnection 8211978: Move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary 2018-10-15 22:47:03 +08:00
interop 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
sanity 8196584: TLS 1.3 Implementation 2018-06-25 13:41:39 -07:00
ServerName 8196584: TLS 1.3 Implementation 2018-06-25 13:41:39 -07:00
SSLEngine 8207009: TLS 1.3 half-close and synchronization issues 2018-08-14 18:16:47 -07: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 8199645: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with Connection reset 2018-07-11 10:39:58 +08:00
Stapling 8196584: TLS 1.3 Implementation 2018-06-25 13:41:39 -07:00
templates 8209362: sun/security/ssl/SSLSocketImpl/ReuseAddr.java failed due to "BindException: Address already in use (Bind failed)" 2018-08-31 10:32:47 +08:00
TLS 8187786: Many javax/net/ssl/DTLS tests failing 2017-09-22 09:49:08 +08:00
TLSCommon 8210632: Add key exchange algorithm to javax/net/ssl/TLSCommon/CipherSuite.java 2018-10-18 07:56:55 +08:00
TLSv1 8187786: Many javax/net/ssl/DTLS tests failing 2017-09-22 09:49:08 +08:00
TLSv11 8187786: Many javax/net/ssl/DTLS tests failing 2017-09-22 09:49:08 +08:00
TLSv12 8207009: TLS 1.3 half-close and synchronization issues 2018-08-14 18:16:47 -07:00
Fix5070632.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetInstance.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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.