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

Updated "CipherSuitesConverter" to make it public. #11656

Merged

Commits on Sep 6, 2021

  1. Updated "CipherSuitesConverter" to make it public.

    Motivation:
    While using netty there is sometimes need to handle the cipher suites and
    signature algorithm in more strict environment. CipherSuiteConverter is
    quite helpful in converting Cipher-Suites to and from java to openSSL.
    Making it public would be helpful for the project which are using netty.
    
    Modification:
    Updated "CipherSuitesConverter" to make it public.
    updated "CipherSuitesConverter.toOpenssl" to public.
    updated "CipherSuitesConverter.toJava" to public.
    
    Result:
    Fixes netty#11655
    kushal agrawal committed Sep 6, 2021
    Copy the full SHA
    6207070 View commit details
    Browse the repository at this point in the history