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

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.291 and 1.292

version 1.291, 2022/09/14 00:13:13 version 1.292, 2022/09/17 10:11:29
Line 795 
Line 795 
                 goto send;                  goto send;
         }          }
         if (sshkey_is_sk(id->key)) {          if (sshkey_is_sk(id->key)) {
                 if (strncmp(id->key->sk_application, "ssh:", 4) != 0 &&                  if (restrict_websafe &&
                       strncmp(id->key->sk_application, "ssh:", 4) != 0 &&
                     !check_websafe_message_contents(key, data)) {                      !check_websafe_message_contents(key, data)) {
                         /* error already logged */                          /* error already logged */
                         goto send;                          goto send;

Legend:
Removed from v.1.291  
changed lines
  Added in v.1.292