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

Bump x/crypto to 20220518 and remove custom algorithm signer #12674

Merged
merged 3 commits into from May 25, 2022

Commits on May 25, 2022

  1. Update x/crypto to 20220513

    This commit upgrades the version of x/crypto we use, to the current latest
    `go get -u golang.org/x/crypto`
    
    We also replaced the deprecated variables and updated the tests to match the
    current default KEX Algos
    marcoandredinis committed May 25, 2022
    Configuration menu
    Copy the full SHA
    29c6fec View commit details
    Browse the repository at this point in the history
  2. Remove custom signer

    The x/crypto didn't support RSA-SHA2 algos, so we developed our own algorithm
    signer.
    
    This is no longer the case, and after upgrading x/crypto to 20220513 we can
    safely remove the custom code we have.
    marcoandredinis committed May 25, 2022
    Configuration menu
    Copy the full SHA
    8587a66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0b384b View commit details
    Browse the repository at this point in the history