Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9090 1006 d 2 h hidnplayr /programs/network/ssh/ MPINT: Less fiddling with bits and bytes, more performance.  
9071 1011 d 1 h hidnplayr /programs/network/ssh/ Pad with 0 bytes before encryption is set, as not to leak any entropy of RNG.
Little improved RNG seeding.
Fixed bug in MAC counter for SSH transport.
 
9070 1011 d 16 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.
 
7698 1649 d 14 h dunkaist /programs/ libcrash: Sync with upstream.

* Add oneshot wrappers.
* Move tables to data section.
* Add/rename macros and fix their use in ssh.
 
6922 2512 d 1 h hidnplayr /programs/network/ssh/ SSH: revised Multi Precision Integer routines, additional HMAC types.  
6477 2811 d 17 h hidnplayr /programs/network/ Simple reverse Shell (TCP) demo, moved icmp.inc and ip.inc to network dir.  
6469 2816 d 20 h hidnplayr /programs/network/ssh/ Working encryption and HMAC for transport, use libcrash for sha256 (and more to come), placed connection variables in separate struct, fixed bug in aes256_cbc_decode where IV was wrong when in- and output buffer were the same.  
6423 2908 d 17 h pathoswithin /programs/network/ssh/ small speedup  
6419 2912 d 2 h hidnplayr /programs/network/ssh/ SSH client part 1: Diffie hellman group exchange.