[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.52 and 1.53

version 1.52, 2016/09/05 14:02:42 version 1.53, 2016/09/22 17:52:53
Line 27 
Line 27 
 #ifdef WITH_OPENSSL  #ifdef WITH_OPENSSL
   
 #define KEX_COMMON_KEX          \  #define KEX_COMMON_KEX          \
           "curve25519-sha256," \
         "curve25519-sha256@libssh.org," \          "curve25519-sha256@libssh.org," \
         "ecdh-sha2-nistp256," \          "ecdh-sha2-nistp256," \
         "ecdh-sha2-nistp384," \          "ecdh-sha2-nistp384," \
Line 83 
Line 84 
 #else /* WITH_OPENSSL */  #else /* WITH_OPENSSL */
   
 #define KEX_SERVER_KEX          \  #define KEX_SERVER_KEX          \
           "curve25519-sha256," \
         "curve25519-sha256@libssh.org"          "curve25519-sha256@libssh.org"
 #define KEX_DEFAULT_PK_ALG      \  #define KEX_DEFAULT_PK_ALG      \
         "ssh-ed25519-cert-v01@openssh.com," \          "ssh-ed25519-cert-v01@openssh.com," \

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53