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

Added "RSASSA-PSS" algorithm in allowed algorithm list. #11626

Merged
merged 3 commits into from Aug 31, 2021

Commits on Aug 30, 2021

  1. Added "RSASSA-PSS" algorithm in allowed algorithm list.

    Motivation:
    While OpenSSK is provided support for the "RSASSA-PSS" algorithm this was still not valid from netty. Which was causing issue in validating certificates which was signed using this algorithm.
    
    Modification:
    
    Added "RSASSA-PSS" in LOCAL_SUPPORTED_SIGNATURE_ALGORITHMS.
    validation:
    Validated and tested with CA and User cert singed with RSASSA-PSS algorithm.
    
    Result:
    Fixes netty#11360
    kushal agrawal committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b2d9fa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a8653 View commit details
    Browse the repository at this point in the history
  3. Fix test

    normanmaurer committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    f9a46e6 View commit details
    Browse the repository at this point in the history