kolibrios/programs/network/ssh
hidnplayr 66f0a0e45d 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.


git-svn-id: svn://kolibrios.org@9070 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-07-20 20:14:53 +00:00
..
test SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
aes256-cbc.inc
aes256-ctr.inc
aes256.inc SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
blowfish-cbc.inc SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
blowfish-ctr.inc SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
blowfish.inc SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
dh_gex.inc SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
hmac_md5.inc
hmac_sha1.inc
hmac_sha256.inc
mcodes.inc
mpint.inc SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
random.inc
ssh_transport.inc SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
ssh.asm SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
Tupfile.lua