jdk-24/test/jdk/javax/net/ssl
Sean Mullan db85090553 8338411: Implement JEP 486: Permanently Disable the Security Manager
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
..
ALPN 8306014: Update javax.net.ssl TLS tests to use SSLContextTemplate or SSLEngineTemplate 2023-05-03 18:00:10 +00:00
ciphersuites 8319651: Several network tests ignore vm flags when start java process 2024-02-20 16:00:09 +00:00
compatibility 8269933: test/jdk/javax/net/ssl/compatibility/JdkInfo incorrect verification of protocol and cipher support 2021-07-21 03:38:40 +00:00
DTLS 8307383: Enhance DTLS connections 2024-10-15 17:04:27 +05:30
DTLSv10 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests 2019-01-14 00:00:00 +01:00
etc 8308453: Convert JKS test keystores in test/jdk/javax/net/ssl/etc to PKCS12 2023-11-06 15:07:03 +00:00
finalize 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00: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 8243010: Test support: Customizable Hex Printer 2020-04-16 15:45:37 -04:00
sanity 8279164: Disable TLS_ECDH_* cipher suites 2022-11-07 14:07:10 +00:00
ServerName 8267174: Many test files have the wrong Copyright header 2023-09-12 20:16:05 +00:00
SSLEngine 8284047: Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates 2023-03-15 17:39:11 +00:00
SSLEngineResult
SSLException 8282723: Add constructors taking a cause to JSSE exceptions 2022-03-20 06:46:13 +00:00
SSLParameters 8281236: (D)TLS key exchange named groups 2022-12-07 20:16:45 +00:00
SSLServerSocket
SSLSession 8328608: Multiple NewSessionTicket support for TLS 2024-08-28 17:24:33 +00:00
SSLSocket 8242294: JSSE Client does not throw SSLException when an alert occurs during handshaking 2020-04-08 00:03:56 -07:00
Stapling 8325558: Add jcheck whitespace checking for properties files 2024-02-13 10:00:13 +00:00
templates 8328608: Multiple NewSessionTicket support for TLS 2024-08-28 17:24:33 +00:00
TLS 8308398: Move SunEC crypto provider into java.base 2023-07-17 17:38:54 +00:00
TLSCommon 8307383: Enhance DTLS connections 2024-10-15 17:04:27 +05:30
TLSv1 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests 2019-01-14 00:00:00 +01:00
TLSv11 8267174: Many test files have the wrong Copyright header 2023-09-12 20:16:05 +00:00
TLSv12 8267174: Many test files have the wrong Copyright header 2023-09-12 20:16:05 +00:00
TLSv13 8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message 2024-03-22 07:02:37 +00:00
Fix5070632.java
GetInstance.java 8215430: Remove the internal package com.sun.net.ssl 2019-03-01 08:35:14 -08: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.