Skip to content

refactor SslX509Provider: Remove legacy Netty SSL abstractions #3932

@jknack

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions