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

Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281) #17376

Merged
merged 3 commits into from
Oct 21, 2021

Commits on Oct 20, 2021

  1. Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (go-gi…

    …tea#17281)
    
    Backport go-gitea#17281
    
    There is a subtle bug in the SSH library x/crypto/ssh which makes the incorrect
    assumption that the public key type is the same as the signature algorithm type.
    
    This means that only ssh-rsa signatures are offered by default.
    
    This PR adds a workaround around this problem.
    
    Fix go-gitea#17175
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    3b2dd78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa582c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    4a40b23 View commit details
    Browse the repository at this point in the history