[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.42 and 1.43

version 1.42, 2017/02/10 04:34:50 version 1.43, 2017/02/17 02:31:14
Line 85 
Line 85 
         { "ssh-ed25519-cert-v01@openssh.com", "ED25519-CERT",          { "ssh-ed25519-cert-v01@openssh.com", "ED25519-CERT",
             KEY_ED25519_CERT, 0, 1, 0 },              KEY_ED25519_CERT, 0, 1, 0 },
 #ifdef WITH_OPENSSL  #ifdef WITH_OPENSSL
   # ifdef WITH_SSH1
         { NULL, "RSA1", KEY_RSA1, 0, 0, 0 },          { NULL, "RSA1", KEY_RSA1, 0, 0, 0 },
   # endif
         { "ssh-rsa", "RSA", KEY_RSA, 0, 0, 0 },          { "ssh-rsa", "RSA", KEY_RSA, 0, 0, 0 },
         { "rsa-sha2-256", "RSA", KEY_RSA, 0, 0, 1 },          { "rsa-sha2-256", "RSA", KEY_RSA, 0, 0, 1 },
         { "rsa-sha2-512", "RSA", KEY_RSA, 0, 0, 1 },          { "rsa-sha2-512", "RSA", KEY_RSA, 0, 0, 1 },

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43