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

Diff for /src/usr.bin/ssh/myproposal.h between version 1.67 and 1.68

version 1.67, 2020/01/24 00:28:57 version 1.68, 2020/10/03 04:15:06
Line 38 
Line 38 
 #define KEX_CLIENT_KEX KEX_SERVER_KEX  #define KEX_CLIENT_KEX KEX_SERVER_KEX
   
 #define KEX_DEFAULT_PK_ALG      \  #define KEX_DEFAULT_PK_ALG      \
           "ssh-ed25519-cert-v01@openssh.com," \
         "ecdsa-sha2-nistp256-cert-v01@openssh.com," \          "ecdsa-sha2-nistp256-cert-v01@openssh.com," \
         "ecdsa-sha2-nistp384-cert-v01@openssh.com," \          "ecdsa-sha2-nistp384-cert-v01@openssh.com," \
         "ecdsa-sha2-nistp521-cert-v01@openssh.com," \          "ecdsa-sha2-nistp521-cert-v01@openssh.com," \
         "sk-ecdsa-sha2-nistp256-cert-v01@openssh.com," \  
         "ssh-ed25519-cert-v01@openssh.com," \  
         "sk-ssh-ed25519-cert-v01@openssh.com," \          "sk-ssh-ed25519-cert-v01@openssh.com," \
           "sk-ecdsa-sha2-nistp256-cert-v01@openssh.com," \
         "rsa-sha2-512-cert-v01@openssh.com," \          "rsa-sha2-512-cert-v01@openssh.com," \
         "rsa-sha2-256-cert-v01@openssh.com," \          "rsa-sha2-256-cert-v01@openssh.com," \
         "ssh-rsa-cert-v01@openssh.com," \          "ssh-rsa-cert-v01@openssh.com," \
           "ssh-ed25519," \
         "ecdsa-sha2-nistp256," \          "ecdsa-sha2-nistp256," \
         "ecdsa-sha2-nistp384," \          "ecdsa-sha2-nistp384," \
         "ecdsa-sha2-nistp521," \          "ecdsa-sha2-nistp521," \
         "sk-ecdsa-sha2-nistp256@openssh.com," \  
         "ssh-ed25519," \  
         "sk-ssh-ed25519@openssh.com," \          "sk-ssh-ed25519@openssh.com," \
           "sk-ecdsa-sha2-nistp256@openssh.com," \
         "rsa-sha2-512," \          "rsa-sha2-512," \
         "rsa-sha2-256," \          "rsa-sha2-256," \
         "ssh-rsa"          "ssh-rsa"
Line 80 
Line 80 
   
 /* Not a KEX value, but here so all the algorithm defaults are together */  /* Not a KEX value, but here so all the algorithm defaults are together */
 #define SSH_ALLOWED_CA_SIGALGS  \  #define SSH_ALLOWED_CA_SIGALGS  \
           "ssh-ed25519," \
         "ecdsa-sha2-nistp256," \          "ecdsa-sha2-nistp256," \
         "ecdsa-sha2-nistp384," \          "ecdsa-sha2-nistp384," \
         "ecdsa-sha2-nistp521," \          "ecdsa-sha2-nistp521," \
         "sk-ecdsa-sha2-nistp256@openssh.com," \  
         "ssh-ed25519," \  
         "sk-ssh-ed25519@openssh.com," \          "sk-ssh-ed25519@openssh.com," \
           "sk-ecdsa-sha2-nistp256@openssh.com," \
         "rsa-sha2-512," \          "rsa-sha2-512," \
         "rsa-sha2-256"          "rsa-sha2-256"
   

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68