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 2857 by yutakakn, Sun Mar 26 17:07:18 2006 UTC revision 2873 by yutakakn, Fri Jun 23 13:57:24 2006 UTC
# Line 167  typedef enum { Line 167  typedef enum {
167  #define KEX_DH14    "diffie-hellman-group14-sha1"  #define KEX_DH14    "diffie-hellman-group14-sha1"
168  #define KEX_DHGEX   "diffie-hellman-group-exchange-sha1"  #define KEX_DHGEX   "diffie-hellman-group-exchange-sha1"
169    
170    // support of "Compression delayed" (2006.6.23 maya)
171    #define COMP_UNKNOWN    -1
172    #define COMP_NONE               0
173    #define COMP_ZLIB               1
174    #define COMP_DELAYED    2
175    
176  enum kex_exchange {  enum kex_exchange {
177      KEX_DH_GRP1_SHA1,      KEX_DH_GRP1_SHA1,
178      KEX_DH_GRP14_SHA1,      KEX_DH_GRP14_SHA1,
# Line 199  enum hmac_type { Line 205  enum hmac_type {
205          "hmac-md5,hmac-sha1,hmac-ripemd160," \          "hmac-md5,hmac-sha1,hmac-ripemd160," \
206          "hmac-ripemd160@openssh.com," \          "hmac-ripemd160@openssh.com," \
207          "hmac-sha1-96,hmac-md5-96"          "hmac-sha1-96,hmac-md5-96"
208  #define KEX_DEFAULT_COMP        "none,zlib"  // support of "Compression delayed" (2006.6.23 maya)
209    #define KEX_DEFAULT_COMP        "none,zlib@openssh.com,zlib"
210  #define KEX_DEFAULT_LANG        ""  #define KEX_DEFAULT_LANG        ""
211    
212  /* Minimum modulus size (n) for RSA keys. */  /* Minimum modulus size (n) for RSA keys. */

Legend:
Removed from v.2857  
changed lines
  Added in v.2873

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