File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 1+ # wolfSSH v1.4.20 (Feburary 20, 2025)
2+
3+ ## New Features
4+
5+ - Added DH Group 16 and HMAC-SHA2-512 support (PR 768)
6+ - Added RFC-4256 keyboard-interactive authentication support (PR 763)
7+
8+ ## Enhancements and Fixes
9+
10+ - Enhancement to pass dynamic memory heap hint to init RNG call (PR 749)
11+ - Update SCP example to properly free memory upon failure (PR 750)
12+ - Address memory management during socket timeouts in wolfSSHd (PR 752)
13+ - Modify wolfSSHd to terminate child processes following SSH connection failures
14+ (PR 753)
15+ - Fix for wolfSSHd handling of pipe's with forced commands (PR 776)
16+ - Resolve SFTP compilation issues with WOLFSSH_FATFS (PR 756)
17+ - Refactor and simplify autogen script (PR 758)
18+ - Fix SCP hang issue in interop scenarios (PR 751)
19+ - Fix for SCP server side handling of EAGAIN (PR 783)
20+ - Reinstate support for P521 and P384 curves by default when compiled in (PR 762)
21+ - Fix for wolfSSH client app handling of an empty hostname (PR 768)
22+
23+
124# wolfSSH v1.4.19 (November 1, 2024)
225
326## New Features
Original file line number Diff line number Diff line change 33# All right reserved.
44
55AC_COPYRIGHT ( [ Copyright (C) 2014-2024 wolfSSL Inc.] )
6- AC_INIT ( [ wolfssh] ,
[ 1.4.19 ] ,
[ [email protected] ] ,
[ wolfssh] ,
[ https://www.wolfssl.com] ) 6+ AC_INIT ( [ wolfssh] ,
[ 1.4.20 ] ,
[ [email protected] ] ,
[ wolfssh] ,
[ https://www.wolfssl.com] ) 77AC_PREREQ ( [ 2.63] )
88AC_CONFIG_AUX_DIR ( [ build-aux] )
99
@@ -18,7 +18,7 @@ AC_ARG_PROGRAM
1818AC_CONFIG_MACRO_DIR ( [ m4] )
1919AC_CONFIG_HEADERS ( [ config.h] )
2020
21- WOLFSSH_LIBRARY_VERSION=17:1 :10
21+ WOLFSSH_LIBRARY_VERSION=17:2 :10
2222# | | |
2323# +-----+ | +----+
2424# | | |
Original file line number Diff line number Diff line change 3535extern "C" {
3636#endif
3737
38- #define LIBWOLFSSH_VERSION_STRING "1.4.19 "
39- #define LIBWOLFSSH_VERSION_HEX 0x01004019
38+ #define LIBWOLFSSH_VERSION_STRING "1.4.20 "
39+ #define LIBWOLFSSH_VERSION_HEX 0x01004020
4040
4141#ifdef __cplusplus
4242}
You can’t perform that action at this time.
0 commit comments