John Safranek
b0d318fce0
wolfCrypt Update
...
Include wolfSSL's options.h to echoserver.c. When building wolfSSL
with AES-NI and wolfSSH in debug, the ALIGN16 on the SHA-256
structure is lost in wolfSSH, where the wolfCrypt code is expecting
the parameters to be ALIGN16.
2016-10-05 12:14:05 -07:00
John Safranek
c71f4e8948
tweaked the err_sys to follow the updated wolfSSL version
2016-08-27 14:08:53 -07:00
John Safranek
629cb8d160
Copied change to err_sys() from wolfSSL. Cleaned up a static analysis
...
issue. Also added the attribute noreturn to the function since it
doesn't actually return.
2016-08-25 13:15:24 -07:00
John Safranek
1a278fe713
update copyright dates and licensing to GPLv3
2016-07-19 13:44:02 -07:00
John Safranek
525a8858c5
Add return code when the peer window is too small on a send. Echoserver wasn't properly checking the return code on the stream receive.
2016-07-14 14:47:30 -07:00
John Safranek
d101f1d537
fix a few stray memory leaks
2016-07-14 12:58:37 -07:00
John Safranek
4dc3c56a88
fixing RSA public key user auth, failover to password
2016-07-13 15:11:33 -07:00
John Safranek
d3bfc61d44
remove unused assignment in echoserver
2016-06-22 15:41:33 -06:00
John Safranek
89d92bb886
refactor userauth
2016-06-17 14:23:20 -07:00
John Safranek
a275ac59f0
1. Flushed out the authentication callback.
...
2. Added public key authentication.
2016-06-17 14:23:20 -07:00
dgarske
8e3e5a1bf5
Merge pull request #3 from ejohnstown/fixes1
...
Fixes1
2016-06-17 11:29:01 -07:00
John Safranek
24c606527a
echoserver detects CTRL-C and closes the connection
2016-04-11 08:39:55 -07:00
John Safranek
0386a3c50f
move shared inline functions to misc file. add configure option to disable inline functions.
2016-04-01 14:40:22 -07:00
John Safranek
2ce312400a
example echoserver behaves like a crude echoserver
2015-01-14 15:04:47 -08:00
John Safranek
e21e6fd0eb
copy example server as echoserver
2015-01-14 12:21:26 -08:00