afu8u/jdk/test/sun/security/ssl
Sean Mullan 68e393c051 8207258: Distrust TLS server certificates anchored by Symantec Root CAs
Add class CADistrustPolicy and distrust Symantec.

Reviewed-by: weijun
2019-03-01 00:55:45 +00:00
..
CertPathRestrictions
CipherSuite
DHKeyExchange 8148108: Disable Diffie-Hellman keys less than 1024 bits 2017-08-08 11:52:28 +01:00
HandshakeHash
SSLContextImpl 8211883: Disable anon and NULL cipher suites 2018-10-30 11:06:28 +05:30
SSLSocketImpl
ServerHandshaker
com/sun/net/ssl 8207258: Distrust TLS server certificates anchored by Symantec Root CAs 2019-03-01 00:55:45 +00:00
etc
javax/net/ssl 8211883: Disable anon and NULL cipher suites 2018-10-30 11:06:28 +05:30
rsa
sanity 8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883 2019-02-22 17:45:01 +00:00
sun/net/www
templates 8021418: Intermittent: SSLSocketSSLEngineTemplate.java test fails with timeout 2013-11-27 15:25:36 -08:00
README Initial load 2007-12-01 00:00:00 +00:00

README

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.