Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9090 1010 d 19 h hidnplayr /programs/network/ssh/ MPINT: Less fiddling with bits and bytes, more performance.  
9070 1016 d 8 h hidnplayr /programs/network/ssh/ SSH: Added user authentication. Fixed padding. Other bugfixes.
Changed hardcoded encryption mode from AES256-CBC to AES256-CTR.
Added blowfish encryption algorithm code.
MPINT: Improved multi precision math routines. Variable length MPINTS, leading zeroes allowed but not nescessary. Other bugfixes.
Added tests vectors for MPINT routines.
 
6922 2516 d 17 h hidnplayr /programs/network/ssh/ SSH: revised Multi Precision Integer routines, additional HMAC types.  
6419 2916 d 18 h hidnplayr /programs/network/ssh/ SSH client part 1: Diffie hellman group exchange.