Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9991 76 d 4 h hidnplayr /programs/network/ssh/ Automatic algorithm selection.  
9990 77 d 2 h hidnplayr /programs/network/ssh/ Added support for encrypt-then-mac modes (hmac-sha2-256-etm,hmac-sha2-512-etm)  
9216 953 d 22 h dunkaist /programs/ libcrash: sync with upstream.

* Implement new algorithms:
- MACs: Poly1305, HMAC (SHA2_256, SHA2_512),
- ciphers: ChaCha20, AES256CTR, AES256CBC.
* Remove MD4 hash.
* Change API (it happens).
* Update crashtest example.
 
9126 1021 d 8 h hidnplayr /programs/network/ssh/ Variable RSA key length  
9114 1025 d 12 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-512 algorithm.  
9113 1025 d 12 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-256 algorithm.  
9112 1025 d 14 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
 
9106 1027 d 4 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.