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

Diff for /src/usr.bin/ssh/krl.c between version 1.45 and 1.46

version 1.45, 2019/10/31 21:23:19 version 1.46, 2019/11/25 00:51:37
Line 1077 
Line 1077 
                 }                  }
                 /* Check signature over entire KRL up to this point */                  /* Check signature over entire KRL up to this point */
                 if ((r = sshkey_verify(key, blob, blen,                  if ((r = sshkey_verify(key, blob, blen,
                     sshbuf_ptr(buf), sig_off, NULL, 0)) != 0)                      sshbuf_ptr(buf), sig_off, NULL, 0, NULL)) != 0)
                         goto out;                          goto out;
                 /* Check if this key has already signed this KRL */                  /* Check if this key has already signed this KRL */
                 for (i = 0; i < nca_used; i++) {                  for (i = 0; i < nca_used; i++) {

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