mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-13 09:07:33 -05:00
Add the ChaCha20-Poly1305 cipher+MAC, as implemented by OpenSSH.
This commit is contained in:

committed by
Simon Tatham

parent
5d9a9a7bdf
commit
b0823fc5be
1
ssh.h
1
ssh.h
@ -438,6 +438,7 @@ extern const struct ssh2_ciphers ssh2_des;
|
||||
extern const struct ssh2_ciphers ssh2_aes;
|
||||
extern const struct ssh2_ciphers ssh2_blowfish;
|
||||
extern const struct ssh2_ciphers ssh2_arcfour;
|
||||
extern const struct ssh2_ciphers ssh2_ccp;
|
||||
extern const struct ssh_hash ssh_sha1;
|
||||
extern const struct ssh_hash ssh_sha256;
|
||||
extern const struct ssh_hash ssh_sha384;
|
||||
|
Reference in New Issue
Block a user