Releases: janmojzis/tinyssh
Releases · janmojzis/tinyssh
20250501
02 May 06:24
Compare
Sorry, something went wrong.
No results found
Fixed minor strict kex violation, thanks to Fabian Bäumer and Marcus Brinkmann for the bug report.
Updated cryptoint to version 20250414
Added support for external lib1305
20250411
11 Apr 18:46
Compare
Sorry, something went wrong.
No results found
add lib1305 support
update to cryptoint version 20250228
20250201
01 Feb 09:02
Compare
Sorry, something went wrong.
No results found
Relicensed under CC0-1.0 OR 0BSD OR MIT-0 OR MIT
Final reformatting using clang-format
20250126
26 Jan 20:07
Compare
Sorry, something went wrong.
No results found
Fixed more compiler warnings
More used cryptoint
20241201
01 Dec 10:44
Compare
Sorry, something went wrong.
No results found
Switched to cryptoint 20241003
Switched to tests from SUPERCOP for crypto primitives
Fixed various compiler warnings
20241111
11 Nov 21:55
Compare
Sorry, something went wrong.
No results found
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
01 Jan 08:25
Compare
Sorry, something went wrong.
No results found
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 kex-strict-s-v00@openssh.com (Mitigates CVE-2023-48795 "Terrapin attack")
20230101
31 Dec 23:40
Compare
Sorry, something went wrong.
No results found
LICENCE update from public-domain to CC0,
public domain works differently depending on the country,
to avoid it, set explicitly CC0
fixed sysdep tests, tnx Johannes Nixdorf
20220801
01 Aug 06:26
Compare
Sorry, something went wrong.
No results found
fixes:
tinyssh/getln.c don't close fd in case of error
use null fields in utmpx calls for logout
do not reverse the argument order in LIBS
fill utmp(x)'s ut_addr_v6 field when it exists
updates:
updated crypto/crypto_onetimeauth_poly1305.c
20220311
11 Mar 19:09
Compare
Sorry, something went wrong.
No results found
fixed build on big-endian platforms