[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.68 and 1.69

version 1.68, 2020/10/03 04:15:06 version 1.69, 2021/08/29 23:53:10
Line 46 
Line 46 
         "sk-ecdsa-sha2-nistp256-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-ed25519," \          "ssh-ed25519," \
         "ecdsa-sha2-nistp256," \          "ecdsa-sha2-nistp256," \
         "ecdsa-sha2-nistp384," \          "ecdsa-sha2-nistp384," \
Line 54 
Line 53 
         "sk-ssh-ed25519@openssh.com," \          "sk-ssh-ed25519@openssh.com," \
         "sk-ecdsa-sha2-nistp256@openssh.com," \          "sk-ecdsa-sha2-nistp256@openssh.com," \
         "rsa-sha2-512," \          "rsa-sha2-512," \
         "rsa-sha2-256," \          "rsa-sha2-256"
         "ssh-rsa"  
   
 #define KEX_SERVER_ENCRYPT \  #define KEX_SERVER_ENCRYPT \
         "chacha20-poly1305@openssh.com," \          "chacha20-poly1305@openssh.com," \

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