]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
Add the ChaCha20-Poly1305 cipher+MAC, as implemented by OpenSSH.
[PuTTY.git] / config.c
index ded510956a7a7305a1db4df40bfb1bc4e51b53d9..a1eae18f02a1b196964d892f966709b08f1c346b 100644 (file)
--- a/config.c
+++ b/config.c
@@ -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 },