mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -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
@ -10,6 +10,7 @@
|
||||
|
||||
/* The cipher order given here is the default order. */
|
||||
static const struct keyvalwhere ciphernames[] = {
|
||||
{ "chacha20", CIPHER_CHACHA20, -1, -1 },
|
||||
{ "aes", CIPHER_AES, -1, -1 },
|
||||
{ "blowfish", CIPHER_BLOWFISH, -1, -1 },
|
||||
{ "3des", CIPHER_3DES, -1, -1 },
|
||||
|
Reference in New Issue
Block a user