Skip to content

refactor SslX509Provider: Remove legacy Netty SSL abstractions #3932

Description

@jknack

The current SslX509Provider relies on an overly complex, legacy Netty port (JdkSslServerContext -> JdkSslContext -> SslContext) just to parse PEM files and instantiate a standard Java SSLContext. Most of this hierarchy consists of dead code or redundant cipher configurations.

We need to simplify this to match the clean, native-Java approach used in SslPkcs12Provider.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions