Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
9985 71 d 6 h hidnplayr /programs/network/ssh/ Small speedup in modular exponentation routine (still not side channel resiliant)  
/programs/network/ssh/mpint.inc
9090 1024 d 16 h hidnplayr /programs/network/ssh/ MPINT: Less fiddling with bits and bytes, more performance.  
/programs/network/ssh/mpint.inc
/programs/network/ssh/test/modexp.asm
/programs/network/ssh/test/mpint.asm
9070 1030 d 5 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.
 
/programs/network/ssh/blowfish-cbc.inc
/programs/network/ssh/blowfish-ctr.inc
/programs/network/ssh/blowfish.inc
/programs/network/ssh/test/maketests.py
/programs/network/ssh/test/mpint.asm
/programs/network/ssh/test/numtests.txt
/programs/network/ssh/test/tests.inc
/programs/network/ssh/aes256.inc
/programs/network/ssh/dh_gex.inc
/programs/network/ssh/mpint.inc
/programs/network/ssh/ssh.asm
/programs/network/ssh/ssh_transport.inc
6922 2530 d 14 h hidnplayr /programs/network/ssh/ SSH: revised Multi Precision Integer routines, additional HMAC types.  
/programs/network/ssh/hmac_md5.inc
/programs/network/ssh/hmac_sha1.inc
/programs/network/ssh/dh_gex.inc
/programs/network/ssh/mpint.inc
/programs/network/ssh/ssh.asm
/programs/network/ssh/test/modexp.asm
6469 2835 d 9 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.  
/programs/network/ssh/hmac_sha256.inc
/programs/network/ssh/aes256-cbc.inc
/programs/network/ssh/aes256-ctr.inc
/programs/network/ssh/aes256.inc
/programs/network/ssh/dh_gex.inc
/programs/network/ssh/mpint.inc
/programs/network/ssh/ssh.asm
/programs/network/ssh/ssh_transport.inc
6423 2927 d 6 h pathoswithin /programs/network/ssh/ small speedup  
/programs/network/ssh/mpint.inc
6419 2930 d 15 h hidnplayr /programs/network/ssh/ SSH client part 1: Diffie hellman group exchange.  
/programs/network/ssh
/programs/network/ssh/Tupfile.lua
/programs/network/ssh/aes256-cbc.inc
/programs/network/ssh/aes256-ctr.inc
/programs/network/ssh/aes256.inc
/programs/network/ssh/dh_gex.inc
/programs/network/ssh/mcodes.inc
/programs/network/ssh/mpint.inc
/programs/network/ssh/random.inc
/programs/network/ssh/ssh.asm
/programs/network/ssh/ssh_transport.inc
/programs/network/ssh/test
/programs/network/ssh/test/aestest.asm
/programs/network/ssh/test/modexp.asm