1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-05 21:42:47 -05:00

Uppity: option to always send PK_OK / RSA1 challenge.

This allows me to deliberately provoke the conditions for the
stale-pointer bug in the agent key list parsing.
This commit is contained in:
Simon Tatham
2020-02-05 21:14:26 +00:00
parent 45287b627d
commit 555aabebde
4 changed files with 44 additions and 15 deletions

View File

@ -16,6 +16,8 @@ struct SshServerConfig {
unsigned long ssh1_cipher_mask;
bool ssh1_allow_compression;
bool stunt_pretend_to_accept_any_pubkey;
};
Plug *ssh_server_plug(