wolfssh/wolfssh
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
..
certs_test.h
error.h Public Key Check Callback 2019-03-26 13:51:35 -07:00
include.am
internal.h Public Key Check Callback 2019-03-26 13:51:35 -07:00
keygen.h
log.h
memory.h
misc.h
port.h Added some porting fixes for OSE. Added the switch USE_OSE_API to enable 2019-02-07 11:55:39 -08:00
settings.h
ssh.h Public Key Check Callback 2019-03-26 13:51:35 -07:00
test.h add SFTP tests to testsuite 2019-02-04 12:22:31 -07:00
version.h
version.h.in
visibility.h
wolfscp.h
wolfsftp.h Add a function to assign-add a 32-bit value to a 64-bit value. The 2019-02-06 14:31:31 -08:00