From fb41eec4c1e2cbef0bf0f78e0a54c58cd4aef2f2 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 19 Aug 2022 13:33:52 +0100 Subject: [PATCH] Docs: acknowledge AES-GCM. --- doc/config.but | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/config.but b/doc/config.but index 28da9638..918b63d8 100644 --- a/doc/config.but +++ b/doc/config.but @@ -2760,7 +2760,8 @@ PuTTY currently supports the following algorithms: \b \i{ChaCha20-Poly1305}, a combined cipher and \i{MAC} (SSH-2 only) -\b \i{AES} (Rijndael) - 256, 192, or 128-bit SDCTR or CBC (SSH-2 only) +\b \i{AES} (Rijndael) - 256, 192, or 128-bit SDCTR or CBC, or +256 or 128-bit GCM (SSH-2 only) \b \i{Arcfour} (RC4) - 256 or 128-bit stream cipher (SSH-2 only)