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
portfwd Public Key Check Callback 2019-03-26 13:51:35 -07:00
server
sftpclient Public Key Check Callback 2019-03-26 13:51:35 -07:00
include.am