|
| 1 | +### wolfSSH v1.4.0 (04/30/2019) |
| 2 | + |
| 3 | +- SFTP support for time attributes |
| 4 | +- TCP port forwarding feature added (--enable-fwd) |
| 5 | +- Example tcp port forwarding added to /examples/portfwd/portfwd |
| 6 | +- Fixes to SCP, including default direction set |
| 7 | +- Fix to match ID during KEX init |
| 8 | +- Add check for window adjustment packets when sending large transfers |
| 9 | +- Fixes and maintenance to Nucleus port for file closing |
| 10 | +- Add enable all option (--enable-all) |
| 11 | +- Fix for --disable-inline build |
| 12 | +- Fixes for GCC-7 warnings when falling through switch statements |
| 13 | +- Additional sanity checks added from fuzz testing |
| 14 | +- Refactor and fixes for use with non blocking |
| 15 | +- Add extended data read for piping stderr |
| 16 | +- Add client side pseudo terminal connection with ./examples/client/client -t |
| 17 | +- Add some basic Windows terminal conversions with wolfSSH_ConvertConsole |
| 18 | +- Add wolfSSH_stream_peek function to peek at incoming SSH data |
| 19 | +- Change name of internal function SendBuffered() to avoid clash with wolfSSL |
| 20 | +- Add support for SFTP on Windows |
| 21 | +- Use int types for arguments in examples to fix Raspberry Pi build |
| 22 | +- Fix for fail case with leading 0’s on MPINT |
| 23 | +- Default window size (DEFAULT_WINDOW_SZ) lowered from ~ 1 MB to ~ 16 KB |
| 24 | +- Disable examples option added to configure (--disable-examples) |
| 25 | +- Callback function and example use added for checking public key sent |
| 26 | +- AES CTR cipher support added |
| 27 | +- Fix for free’ing ECC caches with examples |
| 28 | +- Renamed example SFTP to be examples/sftpclient/wolfsftp |
| 29 | + |
| 30 | + |
1 | 31 | ### wolfSSH v1.3.0 (08/15/2018) |
2 | 32 |
|
3 | 33 | - Accepted code submission from Stephen Casner for SCP support. Thanks Stephen! |
|
0 commit comments