mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 19:41:01 -05:00
Pass diffiehellman ssh_kex objects to testcrypt.
This slightly simplifies the lookup function get_dh_group(), but mostly, the point is to make it more similar to the other lookup functions, because I'm planning to have those autogenerated.
This commit is contained in:
3
ssh.h
3
ssh.h
@ -1023,6 +1023,9 @@ extern const ssh_hashalg ssh_blake2b;
|
||||
extern const ssh_kexes ssh_diffiehellman_group1;
|
||||
extern const ssh_kexes ssh_diffiehellman_group14;
|
||||
extern const ssh_kexes ssh_diffiehellman_gex;
|
||||
extern const ssh_kex ssh_diffiehellman_group1_sha1;
|
||||
extern const ssh_kex ssh_diffiehellman_group14_sha256;
|
||||
extern const ssh_kex ssh_diffiehellman_group14_sha1;
|
||||
extern const ssh_kexes ssh_gssk5_sha1_kex;
|
||||
extern const ssh_kexes ssh_rsa_kex;
|
||||
extern const ssh_kex ssh_ec_kex_curve25519;
|
||||
|
Reference in New Issue
Block a user