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 3036 by maya, Tue Oct 16 15:28:14 2007 UTC revision 3037 by maya, Tue Oct 16 15:31:49 2007 UTC
# Line 204  enum hmac_type { Line 204  enum hmac_type {
204                              "diffie-hellman-group1-sha1"                              "diffie-hellman-group1-sha1"
205  #define KEX_DEFAULT_PK_ALG  "ssh-rsa,ssh-dss"  #define KEX_DEFAULT_PK_ALG  "ssh-rsa,ssh-dss"
206  #ifdef SSH2_BLOWFISH  #ifdef SSH2_BLOWFISH
207  #define KEX_DEFAULT_ENCRYPT "aes128-cbc,3des-cbc,blowfish-cbc,aes192-cbc,aes256-cbc"  #define KEX_DEFAULT_ENCRYPT "aes128-cbc,3des-cbc,blowfish-cbc,aes256-cbc"
208  #else  #else
209  #define KEX_DEFAULT_ENCRYPT "aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc"  #define KEX_DEFAULT_ENCRYPT "aes128-cbc,3des-cbc,aes256-cbc"
210  #endif  #endif
211  #define KEX_DEFAULT_MAC     "hmac-sha1,hmac-md5"  #define KEX_DEFAULT_MAC     "hmac-sha1,hmac-md5"
212  // support of "Compression delayed" (2006.6.23 maya)  // support of "Compression delayed" (2006.6.23 maya)

Legend:
Removed from v.3036  
changed lines
  Added in v.3037

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