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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.73 and 1.74

version 1.73, 2017/12/19 00:24:34 version 1.74, 2017/12/21 00:00:28
Line 211 
Line 211 
                 authenticated = 0;                  authenticated = 0;
                 if (PRIVSEP(user_key_allowed(authctxt->pw, key, 1)) &&                  if (PRIVSEP(user_key_allowed(authctxt->pw, key, 1)) &&
                     PRIVSEP(sshkey_verify(key, sig, slen, sshbuf_ptr(b),                      PRIVSEP(sshkey_verify(key, sig, slen, sshbuf_ptr(b),
                     sshbuf_len(b), pkalg, ssh->compat)) == 0) {                      sshbuf_len(b), NULL, ssh->compat)) == 0) {
                         authenticated = 1;                          authenticated = 1;
                 }                  }
                 sshbuf_free(b);                  sshbuf_free(b);

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74