Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 2729 by yutakakn, Sun Nov 14 15:53:21 2004 UTC revision 2738 by yutakakn, Mon Nov 29 15:52:37 2004 UTC
# Line 1735  void SSH_init(PTInstVar pvar) Line 1735  void SSH_init(PTInstVar pvar)
1735          memset(pvar->ssh2_keys, 0, sizeof(pvar->ssh2_keys));          memset(pvar->ssh2_keys, 0, sizeof(pvar->ssh2_keys));
1736          pvar->userauth_success = 0;          pvar->userauth_success = 0;
1737          pvar->session_nego_status = 0;          pvar->session_nego_status = 0;
1738  //      pvar->settings.ssh_protocol_version = 0;          pvar->settings.ssh_protocol_version = 2;  // SSH2(default)
1739          pvar->rekeying = 0;          pvar->rekeying = 0;
1740          pvar->key_done = 0;          pvar->key_done = 0;
1741    
# Line 2263  static char *myproposal[PROPOSAL_MAX] = Line 2263  static char *myproposal[PROPOSAL_MAX] =
2263          "ssh-dss,ssh-rsa",          "ssh-dss,ssh-rsa",
2264          "3des-cbc,aes128-cbc",          "3des-cbc,aes128-cbc",
2265          "3des-cbc,aes128-cbc",          "3des-cbc,aes128-cbc",
2266          "hmac-sha1",          "hmac-sha1,hmac-md5",
2267          "hmac-sha1",          "hmac-sha1,hmac-md5",
2268          "none",          "none",
2269          "none",          "none",
2270          "",          "",
# Line 4398  static BOOL handle_SSH2_window_adjust(PT Line 4398  static BOOL handle_SSH2_window_adjust(PT
4398          return TRUE;          return TRUE;
4399  }  }
4400    
4401    /*
4402     * $Log: not supported by cvs2svn $
4403     */

Legend:
Removed from v.2729  
changed lines
  Added in v.2738

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