1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Uppity: enable the des-cbc cipher.

There was no way to enable it for testing purposes at all until now.
Overriding the server KEX string to mention it doesn't help when it
was prevented from getting into the list that scan_kexinit_lists will
go through afterwards to find pointers to algorithm structures.
This commit is contained in:
Simon Tatham
2019-03-31 10:08:53 +01:00
parent d990dfc395
commit b9db527102
3 changed files with 16 additions and 2 deletions

View File

@ -489,8 +489,7 @@ int main(int argc, char **argv)
AuthPolicy ap;
SshServerConfig ssc;
Conf *conf = conf_new();
load_open_settings(NULL, conf);
Conf *conf = make_ssh_server_conf();
ap.kbdint_state = 0;
ap.ssh1keys = NULL;