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 8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently 2018-05-31 12:25:23 -07:00
CipherSuite 8208350: Disable all DES cipher suites 2018-08-23 13:23:39 +05:30
DHKeyExchange 8148108: Disable Diffie-Hellman keys less than 1024 bits 2017-08-08 11:52:28 +01:00
HandshakeHash 8193892: Impact of noncloneable MessageDigest implementation 2018-03-06 18:29:10 +00:00
SSLContextImpl 8211883: Disable anon and NULL cipher suites 2018-10-30 11:06:28 +05:30
SSLSocketImpl 8189646: sun/security/ssl/SSLSocketImpl/SSLSocketCloseHang.java failed with "java.net.SocketTimeoutException: Read timed out" 2017-11-29 16:29:54 +00:00
ServerHandshaker 8173783: IllegalArgumentException: jdk.tls.namedGroups 2017-02-08 12:10:00 +00:00
com/sun/net/ssl 8207258: Distrust TLS server certificates anchored by Symantec Root CAs 2019-03-01 00:55:45 +00:00
etc 8157035: Use stronger algorithms and keys for JSSE testing 2017-04-13 14:22:03 +01:00
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 8175075: Add 3DES to the default disabled algorithm security property 2018-01-23 08:17:25 -08:00
templates
README

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.