1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-15 18:17:32 -05:00

Add the ChaCha20-Poly1305 cipher+MAC, as implemented by OpenSSH.

This commit is contained in:
Chris Staite
2015-06-07 12:51:51 +01:00
committed by Simon Tatham
parent 5d9a9a7bdf
commit b0823fc5be
7 changed files with 550 additions and 1 deletions

View File

@ -357,6 +357,7 @@ static void cipherlist_handler(union control *ctrl, void *dlg,
int i;
static const struct { const char *s; int c; } ciphers[] = {
{ "ChaCha20 (SSH-2 only)", CIPHER_CHACHA20 },
{ "3DES", CIPHER_3DES },
{ "Blowfish", CIPHER_BLOWFISH },
{ "DES", CIPHER_DES },