The specific SSH cipher algorithms supported by PuTTY weren't listed anywhere
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 21 Jun 2003 20:21:29 +0000 (20:21 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 21 Jun 2003 20:21:29 +0000 (20:21 +0000)
in the documentation.
Added some detail - feel free to tweak.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3284 cda61777-01e9-0310-a592-d414129be87e

doc/config.but

index 3850656..00e23c4 100644 (file)
@@ -1,4 +1,4 @@
-\versionid $Id: config.but,v 1.64 2003/05/07 12:07:23 simon Exp $
+\versionid $Id: config.but,v 1.65 2003/06/21 20:21:29 jacob Exp $
 
 \C{config} Configuring PuTTY
 
 
 \C{config} Configuring PuTTY
 
@@ -1804,6 +1804,16 @@ you make an SSH connection, PuTTY will search down the list from the
 top until it finds an algorithm supported by the server, and then
 use that.
 
 top until it finds an algorithm supported by the server, and then
 use that.
 
+PuTTY currently supports the following algorithms:
+
+\b AES (Rijndael) - 256, 192, or 128-bit CBC (SSH-2 only)
+
+\b Blowfish - 128-bit CBC
+
+\b Triple-DES - 168-bit CBC
+
+\b Single-DES - 56-bit CBC (see below for SSH-2)
+
 If the algorithm PuTTY finds is below the \q{warn below here} line,
 you will see a warning box when you make the connection:
 
 If the algorithm PuTTY finds is below the \q{warn below here} line,
 you will see a warning box when you make the connection: