Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-10Uppity: clear the right KEXINIT packet at kex startup!Simon Tatham
2022-09-10Make rekeys work when KEXINIT filtering is enabled.Simon Tatham
2022-08-30New bug workaround: KEXINIT filtering.Simon Tatham
2022-08-30Support elliptic-curve Diffie-Hellman GSS KEX.Simon Tatham
2022-08-30Add RFC8268 / RFC3126 Diffie-Hellman group{15,16,17,18}.Simon Tatham
2022-08-16Implement AES-GCM using the @openssh.com protocol IDs.Simon Tatham
2022-08-03Formatting: miscellaneous.Simon Tatham
2022-07-17Allow manually confirming and caching certified keys.Simon Tatham
2022-06-25Certificate trust scope: change to a boolean-expression system.Simon Tatham
2022-04-30Fix rekeying when using a certified host key.Simon Tatham
2022-04-28ssh2_scan_kexinits: dynamically allocate server_hostkeys[].Simon Tatham
2022-04-25Initial support for host certificates.Simon Tatham
2022-04-24ssh_keyalg: new method 'alternate_ssh_id'.Simon Tatham
2022-04-21transport2: make kexlists dynamically allocated.Simon Tatham
2022-04-21kexinit_algorithm: switch to storing names as ptrlen.Simon Tatham
2022-04-15Implement OpenSSH 9.x's NTRU Prime / Curve25519 kex.Simon Tatham
2022-04-15Refactor ecdh_kex into an organised vtable.Simon Tatham
2022-04-15Refactor handling of SSH kex shared secret.Simon Tatham
2022-01-03Fix a batch of typos in comments and docs.Simon Tatham
2021-12-28Richer data type for interactive prompt results.Simon Tatham
2021-12-27Cosmetic fix: double indentation in an if statement.Simon Tatham
2021-12-27Cosmetic fix: silly parameter name caused by copy-paste.Simon Tatham
2021-10-30Framework for announcing which Interactor is talking.Simon Tatham
2021-09-14Localise user_input to SSH connection layers.Simon Tatham
2021-06-27New Seat callback, seat_sent().Simon Tatham
2021-04-22Move the SSH implementation into its own subdirectory.Simon Tatham