File tree 3 files changed +25
-4
lines changed
3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change
1
+ # wolfSSH v1.4.20 (Feburary 14, 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
+ - Resolve SFTP compilation issues with WOLFSSH_FATFS (PR 756)
16
+ - Refactor and simplify autogen script (PR 758)
17
+ - Fix SCP hang issue in interop scenarios (PR 751)
18
+ - Reinstate support for P521 and P384 curves by default when compiled in (PR 762)
19
+ - Fix for wolfSSH client app handling of an empty hostname (PR 768)
20
+
21
+
1
22
# wolfSSH v1.4.19 (November 1, 2024)
2
23
3
24
## New Features
Original file line number Diff line number Diff line change 3
3
# All right reserved.
4
4
5
5
AC_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] )
7
7
AC_PREREQ ( [ 2.63] )
8
8
AC_CONFIG_AUX_DIR ( [ build-aux] )
9
9
@@ -18,7 +18,7 @@ AC_ARG_PROGRAM
18
18
AC_CONFIG_MACRO_DIR ( [ m4] )
19
19
AC_CONFIG_HEADERS ( [ config.h] )
20
20
21
- WOLFSSH_LIBRARY_VERSION=17:1 :10
21
+ WOLFSSH_LIBRARY_VERSION=17:2 :10
22
22
# | | |
23
23
# +-----+ | +----+
24
24
# | | |
Original file line number Diff line number Diff line change 35
35
extern "C" {
36
36
#endif
37
37
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
40
40
41
41
#ifdef __cplusplus
42
42
}
You can’t perform that action at this time.
0 commit comments