David Handermann created NIFI-15302:
---------------------------------------
Summary: Deprecate Restricted SSLContextService for Removal
Key: NIFI-15302
URL: https://issues.apache.org/jira/browse/NIFI-15302
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: David Handermann
Assignee: David Handermann
The {{RestrictedSSLContextService}} interface and
{{StandardRestrictedSSLContextService}} implementation should be deprecated for
removal as no longer provide differentiated capabilities from the base
{{SSLContextService}} and {{SSLContextProvider}} implementations.
The {{RestrictedSSLContextService}} historically supported the option for
components to declare more limited support for a selected set of TLS Protocol
versions. With current supported versions of Java no longer supporting insecure
versions like TLS 1.0 and TLS 1.1, the {{RestrictedSSLContextService}} is no
longer needed.
The introduction of the simplified {{SSLContextProvider}} interface removed
most of the references to the {{RestrictedSSLContextService}}. With the removal
from {{HandleHttpRequest}}, there are no longer any direct references.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)