[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.70 and 1.71

version 1.70, 2021/11/10 06:29:25 version 1.71, 2022/03/30 21:13:23
Line 25 
Line 25 
  */   */
   
 #define KEX_SERVER_KEX  \  #define KEX_SERVER_KEX  \
           "sntrup761x25519-sha512@openssh.com," \
         "curve25519-sha256," \          "curve25519-sha256," \
         "curve25519-sha256@libssh.org," \          "curve25519-sha256@libssh.org," \
         "ecdh-sha2-nistp256," \          "ecdh-sha2-nistp256," \
         "ecdh-sha2-nistp384," \          "ecdh-sha2-nistp384," \
         "ecdh-sha2-nistp521," \          "ecdh-sha2-nistp521," \
         "sntrup761x25519-sha512@openssh.com," \  
         "diffie-hellman-group-exchange-sha256," \          "diffie-hellman-group-exchange-sha256," \
         "diffie-hellman-group16-sha512," \          "diffie-hellman-group16-sha512," \
         "diffie-hellman-group18-sha512," \          "diffie-hellman-group18-sha512," \

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71