Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3170 by maya, Sat Nov 22 10:05:33 2008 UTC revision 3173 by maya, Sun Nov 23 12:34:33 2008 UTC
# Line 223  enum hmac_type { Line 223  enum hmac_type {
223                              "diffie-hellman-group14-sha1," \                              "diffie-hellman-group14-sha1," \
224                              "diffie-hellman-group1-sha1"                              "diffie-hellman-group1-sha1"
225  #define KEX_DEFAULT_PK_ALG  "ssh-rsa,ssh-dss"  #define KEX_DEFAULT_PK_ALG  "ssh-rsa,ssh-dss"
226  #define KEX_DEFAULT_ENCRYPT "aes256-ctr,aes256-cbc,aes192-ctr,aes192-cbc," \  // use the setting of pvar.CipherOrder.
227                              "aes128-ctr,aes128-cbc,3des-cbc,blowfish-cbc," \  #define KEX_DEFAULT_ENCRYPT ""
                             "arcfour256,arcfour128,arcfour,cast128-cbc"  
228  #define KEX_DEFAULT_MAC     "hmac-sha1,hmac-md5"  #define KEX_DEFAULT_MAC     "hmac-sha1,hmac-md5"
229  // support of "Compression delayed" (2006.6.23 maya)  // support of "Compression delayed" (2006.6.23 maya)
230  #define KEX_DEFAULT_COMP        "none,zlib@openssh.com,zlib"  #define KEX_DEFAULT_COMP        "none,zlib@openssh.com,zlib"

Legend:
Removed from v.3170  
changed lines
  Added in v.3173

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26