[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.71 and 1.72

version 1.71, 2017/09/07 23:48:09 version 1.72, 2017/12/18 02:25:15
Line 195 
Line 195 
                 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), ssh->compat)) == 0) {                      sshbuf_len(b), pkalg, ssh->compat)) == 0) {
                         authenticated = 1;                          authenticated = 1;
                 }                  }
                 sshbuf_free(b);                  sshbuf_free(b);

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72