NameDateSize

..14-Dec-20173

ALPN/H14-Dec-20176

ciphersuites/H14-Dec-20174

DTLS/H14-Dec-201727

DTLSv10/H14-Dec-201716

etc/H14-Dec-20176

finalize/H14-Dec-20174

Fix5070632.javaH A D14-Dec-20172.6 KiB

FixingJavadocs/H14-Dec-20178

GetInstance.javaH A D14-Dec-20175.7 KiB

HttpsURLConnection/H14-Dec-20178

interop/H14-Dec-20174

READMEH A D14-Dec-2017927

sanity/H14-Dec-20175

ServerName/H14-Dec-201718

SSLEngine/H14-Dec-201721

SSLEngineResult/H14-Dec-20173

SSLParameters/H14-Dec-20173

SSLServerSocket/H14-Dec-20173

SSLSession/H14-Dec-201710

Stapling/H14-Dec-20177

templates/H14-Dec-20177

TLS/H14-Dec-201721

TLSCommon/H14-Dec-201714

TLSv1/H14-Dec-201712

TLSv11/H14-Dec-201717

TLSv12/H14-Dec-20178

README

1
2Use the test directory as you would for any other JDK regression test
3suite.  All bugs integrated into this workspace should have a
4corresponding test case checked in.  Ideally, every putback done should
5also include a run of the regression suite to make sure nothing was
6broken.
7
8
9templates
10=========
11This directory stores any useful templates for JSSE regression tests.
12
13JSSEClientServerTemplate
14	This template is to allow the quick set up of generic
15	client/server tests.  It forks off one thread to either be the
16	client or the server side (user-controlled), then runs the
17	tests in the main thread.
18
19	Modify the doClientSide and doServerSide as appropriate.
20
21
22etc
23===
24This directory stores keystore/truststores needed by the JSSE
25regression suite.  By consolidating the main keystores here, any
26expired certificates can be regenerated quickly.
27
28
29Expansions
30==========
31Please feel free to add any useful information here.
32