Skip to content

Releases: janmojzis/tinyssh

20241111

11 Nov 21:55
fe255f6
Compare
Choose a tag to compare
20241111 Pre-release
Pre-release
  • 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
20240101
cc242da
Compare
Choose a tag to compare
  • 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

31 Dec 23:40
5a94d31
Compare
Choose a tag to compare
  • 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
079e53e
Compare
Choose a tag to compare

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
20220311
d4a9b78
Compare
Choose a tag to compare
  • fixed build on big-endian platforms

20220305

05 Mar 18:16
20220305
a5b45db
Compare
Choose a tag to compare

workaround release

  • use PACKET_LIMIT/2 as incoming maximum packet size, it's workaround for packets with miscalculated packet_length

20220222

22 Feb 06:29
20220222
ccadc0a
Compare
Choose a tag to compare
  • add tinysshnoneauthd #29

20220101

01 Jan 08:00
20220101
6a4c45d
Compare
Choose a tag to compare
  • fixed return error message when second channel is requested
  • man/tinysshd-{make,print}key.1 -> man/tinysshd-{make,print}key.8

20210601

01 Jun 05:08
ba38215
Compare
Choose a tag to compare
  • add tools/tinyssh-convert
  • fix log error messages
  • honor "max packet size" requested from the client

20210319

19 Mar 16:32
41ca067
Compare
Choose a tag to compare