[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.75 and 1.76

version 1.75, 2016/01/14 16:17:39 version 1.76, 2016/02/08 10:57:07
Line 165 
Line 165 
 int      kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *);  int      kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *);
 int      kex_derive_keys_bn(struct ssh *, u_char *, u_int, const BIGNUM *);  int      kex_derive_keys_bn(struct ssh *, u_char *, u_int, const BIGNUM *);
 int      kex_send_newkeys(struct ssh *);  int      kex_send_newkeys(struct ssh *);
   int      kex_start_rekex(struct ssh *);
   
 int      kexdh_client(struct ssh *);  int      kexdh_client(struct ssh *);
 int      kexdh_server(struct ssh *);  int      kexdh_server(struct ssh *);

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76