Skip to content

Releases: USTC-vlab/sshmux

v0.0.9

16 Aug 07:27
Compare
Choose a tag to compare

v0.0.8

13 Aug 17:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

05 Jul 06:21
7da33ed
Compare
Choose a tag to compare
Add integration test and CI (#3)

v0.0.6

04 Jul 18:21
Compare
Choose a tag to compare
x/crypto/ssh: Disable ext [email protected]

It's incompatible with old sshd servers

v0.0.5

04 Jul 10:22
Compare
Choose a tag to compare
Export the default pubkey algo list, also drop Terrapin mitigation

According to https://deps.dev/advisory/osv/GO-2023-2402 ,
Terrapin was patched since x/crypto v0.17.0

v0.0.4

04 Jul 09:54
Compare
Choose a tag to compare
Inline (cipher []string)

v0.0.3

08 Jan 20:36
Compare
Choose a tag to compare
Update Go to 1.21

v0.0.2

19 Dec 06:40
Compare
Choose a tag to compare
Disable chacha20Poly1305ID

Mitigate Terrapin attack.

v0.0.1

05 Aug 20:49
Compare
Choose a tag to compare
Add GitHub Actions