Skip to content

Commit

Permalink
adjust text file Changlog.md format for length of sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Aug 5, 2019
1 parent 6ed5b7d commit f8c7076
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
- Added example server with Renesas CS+ port
- Fix for initializing UserAuthData to all zeros before use
- Fix for SFTP “LS” operation when setting the default window size to 2048
- Add structure size print out option -z to example client when the macro WOLFSSH_SHOW_SIZES is defined
- Additional automated tests of wolfSSH_CTX_UsePrivateKey_buffer and fix for call when key is already loaded
- Add structure size print out option -z to example client when the macro
WOLFSSH_SHOW_SIZES is defined
- Additional automated tests of wolfSSH_CTX_UsePrivateKey_buffer and fix for
call when key is already loaded
- Refactoring done to internal handling of packet assembly
- Add client side public key authentication support
- Support added for global requests
- Fix for NULL dereference warning, rPad/sPad initialization and SFTP check on want read. Thanks to GitHub user LinuxJedi for the reports
- Addition of WS_USER_AUTH_E error returned when user authentication callback returns WOLFSSH_USERAUTH_REJECTED
- Fix for NULL dereference warning, rPad/sPad initialization and SFTP check on
want read. Thanks to GitHub user LinuxJedi for the reports
- Addition of WS_USER_AUTH_E error returned when user authentication callback
returns WOLFSSH_USERAUTH_REJECTED
- Remove void cast on variable not compiled in with single threaded builds


Expand Down

0 comments on commit f8c7076

Please sign in to comment.