From b7f7f4ec725dc8b39a7b5d7d9f6397a2a2009f29 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 28 Apr 2005 09:03:16 +0000 Subject: [PATCH] Minimally document 3des-ctr and blowfish-ctr. [originally from svn r5703] --- doc/config.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.but b/doc/config.but index d077c4a0..81570ed9 100644 --- a/doc/config.but +++ b/doc/config.but @@ -2116,9 +2116,9 @@ PuTTY currently supports the following algorithms: \b \i{Arcfour} (RC4) - 256 or 128-bit stream cipher (SSH-2 only) -\b \i{Blowfish} - 128-bit CBC +\b \i{Blowfish} - 256-bit SDCTR (SSH-2 only) or 128-bit CBC -\b \ii{Triple-DES} - 168-bit CBC +\b \ii{Triple-DES} - 168-bit SDCTR (SSH-2 only) or CBC \b \ii{Single-DES} - 56-bit CBC (see below for SSH-2)