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

Diff for /src/usr.bin/ssh/sshkey.h between version 1.46 and 1.47

version 1.46, 2020/08/27 01:06:19 version 1.47, 2020/10/19 22:49:23
Line 261 
Line 261 
 int ssh_rsa_complete_crt_parameters(struct sshkey *, const BIGNUM *);  int ssh_rsa_complete_crt_parameters(struct sshkey *, const BIGNUM *);
   
 /* stateful keys (e.g. XMSS) */  /* stateful keys (e.g. XMSS) */
 typedef void sshkey_printfn(const char *, ...) __attribute__((format(printf, 1, 2)));  
 int      sshkey_set_filename(struct sshkey *, const char *);  int      sshkey_set_filename(struct sshkey *, const char *);
 int      sshkey_enable_maxsign(struct sshkey *, u_int32_t);  int      sshkey_enable_maxsign(struct sshkey *, u_int32_t);
 u_int32_t sshkey_signatures_left(const struct sshkey *);  u_int32_t sshkey_signatures_left(const struct sshkey *);
 int      sshkey_forward_state(const struct sshkey *, u_int32_t, sshkey_printfn *);  int      sshkey_forward_state(const struct sshkey *, u_int32_t, int);
 int      sshkey_private_serialize_maxsign(struct sshkey *key, struct sshbuf *buf,  int      sshkey_private_serialize_maxsign(struct sshkey *key,
     u_int32_t maxsign, sshkey_printfn *pr);      struct sshbuf *buf, u_int32_t maxsign, int);
   
 void     sshkey_sig_details_free(struct sshkey_sig_details *);  void     sshkey_sig_details_free(struct sshkey_sig_details *);
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47