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

Respect jdk.tls.client.protocols and jdk.tls.server.protocols #12797

Merged
merged 4 commits into from Sep 13, 2022
Merged

Commits on Sep 12, 2022

  1. Respect jdk.tls.client.protocols and jdk.tls.server.protocols

    Motivation:
    
    We should respect jdk.tls.client.protocols and jdk.tls.server.protocols system property to allow easily to enable / disable protocols
    
    Modifications:
    
    Respect the system properties
    
    Result:
    
    Be able to easily enable / disable TLS protocols in a consistent way
    normanmaurer committed Sep 12, 2022
    Copy the full SHA
    bf82229 View commit details
    Browse the repository at this point in the history
  2. Fix for java <8

    normanmaurer committed Sep 12, 2022
    Copy the full SHA
    ab93734 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Copy the full SHA
    d8069be View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4218e0f View commit details
    Browse the repository at this point in the history