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

Diff for /src/usr.bin/ssh/sshkey.c between version 1.108 and 1.109

version 1.108, 2020/04/11 10:16:11 version 1.109, 2020/06/22 05:58:35
Line 122 
Line 122 
             KEY_ECDSA, NID_secp521r1, 0, 0 },              KEY_ECDSA, NID_secp521r1, 0, 0 },
         { "sk-ecdsa-sha2-nistp256@openssh.com", "ECDSA-SK", NULL,          { "sk-ecdsa-sha2-nistp256@openssh.com", "ECDSA-SK", NULL,
             KEY_ECDSA_SK, NID_X9_62_prime256v1, 0, 0 },              KEY_ECDSA_SK, NID_X9_62_prime256v1, 0, 0 },
           { "webauthn-sk-ecdsa-sha2-nistp256@openssh.com", "ECDSA-SK", NULL,
               KEY_ECDSA_SK, NID_X9_62_prime256v1, 0, 1 },
         { "ssh-rsa-cert-v01@openssh.com", "RSA-CERT", NULL,          { "ssh-rsa-cert-v01@openssh.com", "RSA-CERT", NULL,
             KEY_RSA_CERT, 0, 1, 0 },              KEY_RSA_CERT, 0, 1, 0 },
         { "rsa-sha2-256-cert-v01@openssh.com", "RSA-CERT",          { "rsa-sha2-256-cert-v01@openssh.com", "RSA-CERT",

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109