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

Diff for /src/usr.bin/ssh/sshsig.h between version 1.9 and 1.10

version 1.9, 2020/08/31 00:17:41 version 1.10, 2021/07/23 03:37:52
Line 86 
Line 86 
  * an allowed_keys file. Returns 0 on success.   * an allowed_keys file. Returns 0 on success.
  */   */
 int sshsig_check_allowed_keys(const char *path, const struct sshkey *sign_key,  int sshsig_check_allowed_keys(const char *path, const struct sshkey *sign_key,
     const char *principal, const char *ns);      const char *principal, const char *ns, uint64_t verify_time);
   
 /* Parse zero or more allowed_keys signature options */  /* Parse zero or more allowed_keys signature options */
 struct sshsigopt *sshsigopt_parse(const char *opts,  struct sshsigopt *sshsigopt_parse(const char *opts,
Line 102 
Line 102 
  * 0 on success.   * 0 on success.
  */   */
 int sshsig_find_principals(const char *path, const struct sshkey *sign_key,  int sshsig_find_principals(const char *path, const struct sshkey *sign_key,
     char **principal);      uint64_t verify_time, char **principal);
   
 #endif /* SSHSIG_H */  #endif /* SSHSIG_H */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10