kolibrios-fun/programs/network/ssh
hidnplayr 97d2b9be48 Automatic algorithm selection.
git-svn-id: svn://kolibrios.org@9991 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-03-10 18:38:46 +00:00
..
test MPINT: Less fiddling with bits and bytes, more performance. 2021-07-26 09:44:08 +00:00
encodings.inc Big refactor: separate backend from frontend. Prepare for dynamically negotiated algorithms etc. 2021-08-02 18:40:01 +00:00
mpint.inc Small speedup in modular exponentation routine (still not side channel resiliant) 2024-03-05 19:57:16 +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.asm Automatic algorithm selection. 2024-03-10 18:38:46 +00:00
sshlib_channel.inc -Added Poly1305-Chacha20 cipher (new hardcoded default) 2024-03-06 20:22:01 +00:00
sshlib_connection.inc Automatic algorithm selection. 2024-03-10 18:38:46 +00:00
sshlib_dh_gex.inc Automatic algorithm selection. 2024-03-10 18:38:46 +00:00
sshlib_host.inc Automatic algorithm selection. 2024-03-10 18:38:46 +00:00
sshlib_mcodes.inc -Added Poly1305-Chacha20 cipher (new hardcoded default) 2024-03-06 20:22:01 +00:00
sshlib_transport_hmac_etm.inc Added support for encrypt-then-mac modes (hmac-sha2-256-etm,hmac-sha2-512-etm) 2024-03-09 20:05:21 +00:00
sshlib_transport_hmac.inc -Added Poly1305-Chacha20 cipher (new hardcoded default) 2024-03-06 20:22:01 +00:00
sshlib_transport_polychacha.inc Added support for encrypt-then-mac modes (hmac-sha2-256-etm,hmac-sha2-512-etm) 2024-03-09 20:05:21 +00:00
sshlib_transport.inc Added support for encrypt-then-mac modes (hmac-sha2-256-etm,hmac-sha2-512-etm) 2024-03-09 20:05:21 +00:00
sshlib_userauth.inc Big refactor: separate backend from frontend. Prepare for dynamically negotiated algorithms etc. 2021-08-02 18:40:01 +00:00
sshlib.inc Automatic algorithm selection. 2024-03-10 18:38:46 +00:00
Tupfile.lua SSH client part 1: Diffie hellman group exchange. 2016-05-07 10:42:31 +00:00