[BACK]Return to kex.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/kex.h between version 1.118.4.1 and 1.119

version 1.118.4.1, 2023/12/18 14:57:43 version 1.119, 2023/08/28 03:28:43
Line 104 
Line 104 
 #define KEX_HAS_PUBKEY_HOSTBOUND        0x0004  #define KEX_HAS_PUBKEY_HOSTBOUND        0x0004
 #define KEX_RSA_SHA2_256_SUPPORTED      0x0008 /* only set in server for now */  #define KEX_RSA_SHA2_256_SUPPORTED      0x0008 /* only set in server for now */
 #define KEX_RSA_SHA2_512_SUPPORTED      0x0010 /* only set in server for now */  #define KEX_RSA_SHA2_512_SUPPORTED      0x0010 /* only set in server for now */
   #define KEX_HAS_PING                    0x0020
   
 struct sshenc {  struct sshenc {
         char    *name;          char    *name;
Line 141 
Line 142 
         u_int   kex_type;          u_int   kex_type;
         char    *server_sig_algs;          char    *server_sig_algs;
         int     ext_info_c;          int     ext_info_c;
         int     kex_strict;  
         struct sshbuf *my;          struct sshbuf *my;
         struct sshbuf *peer;          struct sshbuf *peer;
         struct sshbuf *client_version;          struct sshbuf *client_version;

Legend:
Removed from v.1.118.4.1  
changed lines
  Added in v.1.119