Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/ttxssh.h

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

revision 10009 by nmaya, Thu Jun 23 23:59:07 2022 UTC revision 10064 by doda, Sun Jul 17 15:39:09 2022 UTC
# Line 191  typedef struct _TS_SSH { Line 191  typedef struct _TS_SSH {
191    
192          // KEX order(derived from teraterm.ini)          // KEX order(derived from teraterm.ini)
193          char KexOrder[KEX_DH_MAX+1];          char KexOrder[KEX_DH_MAX+1];
194          char HostKeyOrder[KEY_MAX+1];          char HostKeyOrder[KEY_ALGO_MAX+1];
195          char MacOrder[HMAC_MAX+1];          char MacOrder[HMAC_MAX+1];
196          char CompOrder[COMP_MAX+1];          char CompOrder[COMP_MAX+1];
197    
# Line 272  typedef struct _TInstVar { Line 272  typedef struct _TInstVar {
272          buffer_t *my_kex;          buffer_t *my_kex;
273          buffer_t *peer_kex;          buffer_t *peer_kex;
274          kex_algorithm kex_type; // KEX algorithm          kex_algorithm kex_type; // KEX algorithm
275          ssh_keytype hostkey_type;          ssh_keyalgo hostkey_type;
276          const struct ssh2cipher *ciphers[MODE_MAX];          const struct ssh2cipher *ciphers[MODE_MAX];
277          const struct SSH2Mac *macs[MODE_MAX];          const struct SSH2Mac *macs[MODE_MAX];
278          compression_type ctos_compression;          compression_type ctos_compression;

Legend:
Removed from v.10009  
changed lines
  Added in v.10064

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