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

Add Git test coverage for supported algorithms #708

Merged
merged 2 commits into from
May 9, 2022
Merged

Commits on May 6, 2022

  1. git: Add git.HostKeyAlgos

    Enables the setting of HostKey algorithms to be used from
    a client perspective. This implementation supports go-git
    and libgit2 when in ManagedTransport.
    
    Signed-off-by: Paulo Gomes <[email protected]>
    Paulo Gomes committed May 6, 2022
    Configuration menu
    Copy the full SHA
    4e3e629 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. tests: algorithms test coverage for go-git and libgit2

    Assures support for:
    - Authentication Key Types
      - rsa
      - ecdsa P256
      - ecdsa P384
      - ecdsa P521
      - ed25519
    - Key Exchange Algoritms:
      - diffie-hellman-group14-sha1
      - diffie-hellman-group14-sha256
      - curve25519-sha256
      - ecdh-sha2-nistp256
      - ecdh-sha2-nistp384
      - ecdh-sha2-nistp521
      - [email protected]
    - HostKey Algoritms:
      - ssh-rsa
      - rsa-sha2-256
      - rsa-sha2-512
      - ecdsa-sha2-nistp256
      - ecdsa-sha2-nistp384
      - ecdsa-sha2-nistp521
      - ssh-ed25519
    
    Signed-off-by: Paulo Gomes <[email protected]>
    Paulo Gomes committed May 9, 2022
    Configuration menu
    Copy the full SHA
    2b59150 View commit details
    Browse the repository at this point in the history