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

Diff for /src/usr.bin/ssh/ssh-sk.h between version 1.2 and 1.3

version 1.2, 2019/10/31 21:22:01 version 1.3, 2019/11/12 19:30:50
Line 39 
Line 39 
     struct sshbuf *attest);      struct sshbuf *attest);
   
 /*  /*
  * Calculate an ECDSA_SK signature using the specified key and provider   * Calculate an ECDSA_SK signature using the specified key
  * middleware.   * and provider middleware.
  *   *
  * Returns 0 on success or a ssherr.h error code on failure.   * Returns 0 on success or a ssherr.h error code on failure.
  */   */
 int sshsk_ecdsa_sign(const char *provider_path, const struct sshkey *key,  int sshsk_sign(const char *provider_path, const struct sshkey *key,
     u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,      u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,
     u_int compat);      u_int compat);
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3