Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
9112 1003 d 12 h hidnplayr /programs/network/ssh/ Implemented local storage and checking of remote host keys. (only ssh-rsa for now)
Known public keys will be stored in /sys/settings/known_hosts.ini
 
/programs/network/ssh/ssh.asm
/programs/network/ssh/sshlib_host.inc
9106 1005 d 2 h hidnplayr /programs/network/ssh/ Big refactor: separate backend from frontend. Prepare for dynamically negotiated algorithms etc.
New: RSA host authentication, use new con_get_input from console.lib to get escape codes from special keys, UTF8 to CP866 decoder, ..
Bugfix: CTR counters.
 
/programs/network/ssh/encodings.inc
/programs/network/ssh/sshlib.inc
/programs/network/ssh/sshlib_channel.inc
/programs/network/ssh/sshlib_connection.inc
/programs/network/ssh/sshlib_dh_gex.inc
/programs/network/ssh/sshlib_host.inc
/programs/network/ssh/sshlib_mcodes.inc
/programs/network/ssh/sshlib_transport.inc
/programs/network/ssh/sshlib_userauth.inc
/programs/network/ssh/dh_gex.inc
/programs/network/ssh/mcodes.inc
/programs/network/ssh/ssh_transport.inc
/programs/network/ssh/aes256-ctr.inc
/programs/network/ssh/blowfish-ctr.inc
/programs/network/ssh/ssh.asm