|
1 | | -### wolfSSH v1.4.3 (10/31/2019) |
| 1 | +# wolfSSH v1.4.4 (04/24/2020) |
| 2 | + |
| 3 | +## New Feature Additions |
| 4 | + |
| 5 | +- Added wolfSCP client example |
| 6 | +- Added support for building for VxWorks |
| 7 | + |
| 8 | +## Fixes |
| 9 | + |
| 10 | +- Fixes for some buffer issues discovered with fuzz testing |
| 11 | +- Fixes for some SCP directory issues in Nucleus |
| 12 | +- Fixed an issue where a buffer size went negative, cosmetic |
| 13 | +- Fixed bug in ECDSA when using alt-ecc-size in wolfCrypt |
| 14 | +- Fixed bug with AES-CTR and FIPSv2 build |
| 15 | +- Fixed bug when using single precision |
| 16 | +- Fix for SCP rename action |
| 17 | + |
| 18 | +## Improvements and Optimizations |
| 19 | + |
| 20 | +- Improved interoperability with FireZilla |
| 21 | +- Example tool option clarification |
| 22 | +- Better SFTP support in 32-bit environments |
| 23 | +- SFTP and SCP aren't dependent on ioctl() anymore |
| 24 | +- Add password rejection count |
| 25 | +- Public key vs password authentication chosen by user auth callback |
| 26 | +- MQX maintenance |
| 27 | + |
| 28 | + |
| 29 | +-------------------------------- |
| 30 | + |
| 31 | +# wolfSSH v1.4.3 (10/31/2019) |
2 | 32 |
|
3 | 33 | - wolfSFTP port to MQX 4.2 (MQX/MFS/RTCS) |
4 | 34 | - Maintenance and bug fixes |
|
17 | 47 | example client |
18 | 48 |
|
19 | 49 |
|
20 | | -### wolfSSH v1.4.2 (08/06/2019) |
| 50 | +# wolfSSH v1.4.2 (08/06/2019) |
21 | 51 |
|
22 | 52 | - GCC 8 build warning fixes |
23 | 53 | - Fix for warning with enums used with SFTP and set socket type |
|
38 | 68 | - Remove void cast on variable not compiled in with single threaded builds |
39 | 69 |
|
40 | 70 |
|
41 | | -### wolfSSH v1.4.0 (04/30/2019) |
| 71 | +# wolfSSH v1.4.0 (04/30/2019) |
42 | 72 |
|
43 | 73 | - SFTP support for time attributes |
44 | 74 | - TCP port forwarding feature added (--enable-fwd) |
|
68 | 98 | - Renamed example SFTP to be examples/sftpclient/wolfsftp |
69 | 99 |
|
70 | 100 |
|
71 | | -### wolfSSH v1.3.0 (08/15/2018) |
| 101 | +# wolfSSH v1.3.0 (08/15/2018) |
72 | 102 |
|
73 | 103 | - Accepted code submission from Stephen Casner for SCP support. Thanks Stephen! |
74 | 104 | - Added SCP server support. |
75 | 105 | - Added SFTP client and server support. |
76 | 106 | - Updated the autoconf scripts. |
77 | 107 | - Other bug fixes and enhancements. |
78 | 108 |
|
79 | | -### wolfSSH v1.2.0 (09/26/2017) |
| 109 | +# wolfSSH v1.2.0 (09/26/2017) |
80 | 110 |
|
81 | 111 | - Added ECDH Group Exchange with SHA2 hashing and curves nistp256, |
82 | 112 | nistp384, and nistp521. |
|
89 | 119 | - Added a Visual Studio solution to build the library, examples, and tests. |
90 | 120 | - Other bug fixes and enhancements. |
91 | 121 |
|
92 | | -### wolfSSH v1.1.0 (06/16/2017) |
| 122 | +# wolfSSH v1.1.0 (06/16/2017) |
93 | 123 |
|
94 | 124 | - Added DH Group Exchange with SHA-256 hashing to the key exchange. |
95 | 125 | - Removed the canned banner and provided a function to set a banner string. |
|
103 | 133 | - Fixed a bug with the GetString function. |
104 | 134 | - Other small bug fixes and enhancements. |
105 | 135 |
|
106 | | -### wolfSSH v1.0.0 (10/24/2016) |
| 136 | +# wolfSSH v1.0.0 (10/24/2016) |
107 | 137 |
|
108 | 138 | Initial release. |
0 commit comments