source-controller/pkg/git/libgit2/managed
Paulo Gomes 2b59150fbe
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
  - curve25519-sha256@libssh.org
- 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 <paulo.gomes@weave.works>
2022-05-09 13:31:54 +01:00
..
const.go libgit2: refactor max length values into constants 2022-04-07 19:10:50 +01:00
flag.go Add license headers 2022-03-16 16:22:21 +05:30
http.go libgit2: refactor max length values into constants 2022-04-07 19:10:50 +01:00
init.go Improve managed transport observability 2022-03-25 19:08:54 +00:00
managed_test.go tests: algorithms test coverage for go-git and libgit2 2022-05-09 13:31:54 +01:00
options.go Enforce effective URL on error messages 2022-03-16 16:22:21 +05:30
ssh.go git: Add git.HostKeyAlgos 2022-05-06 17:58:09 +01:00
ssh_test.go Cache SSH connections 2022-03-28 11:58:10 +01:00