wolfssh/examples
John Safranek 8a267e2bd2 Public Key Check Callback
The public key check callback hook is given a pointer to the public key, the size of the key, and the application-specific context data.
1. Added a callback function hook for checking the public key sent to the client by the server. It defaults to accepting the key.
2. Added accessors for the public key check callback function and context data.
3. Added a dummy callback to all the example tools.
2019-03-26 13:51:35 -07:00
..
client Public Key Check Callback 2019-03-26 13:51:35 -07:00
echoserver Add configure option to disable building the example tools. 2019-02-27 13:25:55 -08:00
portfwd Public Key Check Callback 2019-03-26 13:51:35 -07:00
server Add configure option to disable building the example tools. 2019-02-27 13:25:55 -08:00
sftpclient Public Key Check Callback 2019-03-26 13:51:35 -07:00
include.am move sftp client example to examples directory 2019-01-23 11:23:32 -07:00