mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +00:00
Enable arcfour256-draft-00@putty.projects.tartarus.org, since I've now tested
it against an independent implementation. [originally from svn r5649]
This commit is contained in:
parent
482e33ab3e
commit
5691f8968b
@ -112,12 +112,8 @@ const struct ssh2_cipher ssh_arcfour256_ssh2 = {
|
|||||||
1, 256, "Arcfour-256"
|
1, 256, "Arcfour-256"
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
|
||||||
* arcfour256-draft-00@putty.projects.tartarus.org is as-yet untested
|
|
||||||
* against any other implementation, and hence is commented out.
|
|
||||||
*/
|
|
||||||
static const struct ssh2_cipher *const arcfour_list[] = {
|
static const struct ssh2_cipher *const arcfour_list[] = {
|
||||||
/* &ssh_arcfour256_ssh2, */
|
&ssh_arcfour256_ssh2,
|
||||||
&ssh_arcfour128_ssh2,
|
&ssh_arcfour128_ssh2,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user