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 2748 by yutakakn, Sat Dec 11 07:31:00 2004 UTC revision 2757 by yutakakn, Fri Dec 17 14:05:55 2004 UTC
# Line 178  enum hostkey_type { Line 178  enum hostkey_type {
178          KEY_UNSPEC,          KEY_UNSPEC,
179  };  };
180    
181    // 下記のインデックスは ssh2_macs[] と合わせること。
182    enum hmac_type {
183            HMAC_SHA1,
184            HMAC_MD5,
185            HMAC_UNKNOWN
186    };
187    
188  #define KEX_DEFAULT_KEX     "diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1"  #define KEX_DEFAULT_KEX     "diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1"
189    
190  #define KEX_DEFAULT_PK_ALG      "ssh-rsa,ssh-dss"  #define KEX_DEFAULT_PK_ALG      "ssh-rsa,ssh-dss"

Legend:
Removed from v.2748  
changed lines
  Added in v.2757

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