wolfssh/examples
John Safranek 487bcef2cc
Fix Memory
1. A couple places weren't passing the correct heap pointer to free.
   Normally this was ignored in the build because the WMALLOC macro left
   them out. Found using wolfCrypt memory logging.
2. Replaced the call to strdup() with wstrdup() that takes a heap and
   type parameter so sit may allocate a buffer with WMALLOC() and be
   freed correctly by WFREE().
3. Tweaked the client to use a preallocated buffer for the private key
   rather than letting ReadKey allocate one. (Another WFREE() heap/type
   issue.)
2020-09-02 12:11:24 -07:00
..
client Fix Memory 2020-09-02 12:11:24 -07:00
echoserver Clean up a couple issues where building the code with a C++ reported build errors. 2020-08-31 09:31:47 -07:00
portfwd make shutdown error message unique to client used 2020-08-26 10:22:56 -06:00
scpclient make shutdown error message unique to client used 2020-08-26 10:22:56 -06:00
server adjust check for :/ and check on compare of file name 2020-08-26 10:22:56 -06:00
sftpclient
include.am