kolibrios-fun/programs/network/ssh
2016-08-10 16:20:49 +00:00
..
test SSH client part 1: Diffie hellman group exchange. 2016-05-07 10:42:31 +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 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
dh_gex.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
hmac_sha256.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
mcodes.inc SSH client part 1: Diffie hellman group exchange. 2016-05-07 10:42:31 +00:00
mpint.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
random.inc SSH client part 1: Diffie hellman group exchange. 2016-05-07 10:42:31 +00:00
ssh_transport.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
ssh.asm 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
Tupfile.lua SSH client part 1: Diffie hellman group exchange. 2016-05-07 10:42:31 +00:00