Releases: janmojzis/tinyssh
Releases · janmojzis/tinyssh
20241111
- Fixed implicit-function-declaration warning packet_put.c (tnx @lanodan)
- Modification of the build system to a simple Makefile (old build system still in directory 'old')
- Added support for external librandombytes, lib25519, libntruprime library
- Dropped support for other NaCl-compatible external libraries
- Temporary disabled unit tests.
20240101
- fixed channel_forkpty() race condition between close(slave) in parent process and login_tty(slave) in child process
- fixed behavior when using terminal mode and stdin redirected to /dev/null 'ssh -tt -n'
- added an 'strict-key' key exchange [email protected] (Mitigates CVE-2023-48795 "Terrapin attack")
20230101
20220801
20220311
20220305
20220222
20220101
20210601
20210319
- removed [email protected]
- added [email protected]