Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose an API for applying the SslContext's default configuration prior any other configuration #1573

Merged
merged 2 commits into from
Apr 7, 2021

Commits on Mar 31, 2021

  1. Expose an API for applying the SslContext's default configuration pri…

    …or any other configuration.
    
    SslProvider.SslContextSpec#sslContext(SslProvider.ProtocolSslContextSpec)
    provides, specific for the protocol, default configuration (DefaultSslContextSpec,
    TcpSslContextSpec, Http11SslContextSpec, Http2SslContextSpec).
    As opposed to SslProvider.SslContextSpec#sslContext(SslContextBuilder),
    the default configuration is applied before any other custom configuration.
    
    Fixes #1543
    violetagg committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    555d330 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Address feedback

    violetagg committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    137e653 View commit details
    Browse the repository at this point in the history