[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.27 and 1.28

version 1.27, 2018/09/12 01:31:30 version 1.28, 2018/09/12 01:32:54
Line 152 
Line 152 
     const char *, const char **);      const char *, const char **);
 size_t   sshkey_format_cert_validity(const struct sshkey_cert *,  size_t   sshkey_format_cert_validity(const struct sshkey_cert *,
     char *, size_t) __attribute__((__bounded__(__string__, 2, 3)));      char *, size_t) __attribute__((__bounded__(__string__, 2, 3)));
   int      sshkey_check_cert_sigtype(const struct sshkey *, const char *);
   
 int      sshkey_certify(struct sshkey *, struct sshkey *, const char *);  int      sshkey_certify(struct sshkey *, struct sshkey *, const char *);
 /* Variant allowing use of a custom signature function (e.g. for ssh-agent) */  /* Variant allowing use of a custom signature function (e.g. for ssh-agent) */

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28