kolibrios/programs/network/ssh
hidnplayr 4f24fcab0f 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.

git-svn-id: svn://kolibrios.org@9071 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-07-21 10:53:13 +00:00
..
test SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
aes256-cbc.inc 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. 2016-08-10 16:20:49 +00:00
aes256-ctr.inc 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. 2016-08-10 16:20:49 +00:00
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 libcrash: Sync with upstream. 2019-10-21 22:33:41 +00:00
hmac_sha1.inc libcrash: Sync with upstream. 2019-10-21 22:33:41 +00:00
hmac_sha256.inc libcrash: Sync with upstream. 2019-10-21 22:33:41 +00:00
mcodes.inc
mpint.inc SSH: Added user authentication. Fixed padding. Other bugfixes. 2021-07-20 20:14:53 +00:00
random.inc Pad with 0 bytes before encryption is set, as not to leak any entropy of RNG. 2021-07-21 10:53:13 +00:00
seed.inc Pad with 0 bytes before encryption is set, as not to leak any entropy of RNG. 2021-07-21 10:53:13 +00:00
ssh_transport.inc Pad with 0 bytes before encryption is set, as not to leak any entropy of RNG. 2021-07-21 10:53:13 +00:00
ssh.asm Pad with 0 bytes before encryption is set, as not to leak any entropy of RNG. 2021-07-21 10:53:13 +00:00
Tupfile.lua