[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.61 and 1.62

version 1.61, 2019/11/12 19:33:08 version 1.62, 2019/12/10 22:43:19
Line 82 
Line 82 
         "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," \          "ssh-ed25519," \
           "sk-ssh-ed25519@openssh.com," \
         "rsa-sha2-512," \          "rsa-sha2-512," \
         "rsa-sha2-256," \          "rsa-sha2-256," \
         "ssh-rsa"          "ssh-rsa"
Line 135 
Line 137 
 #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT  #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT
 #define KEX_CLIENT_MAC KEX_SERVER_MAC  #define KEX_CLIENT_MAC KEX_SERVER_MAC
   
 #define SSH_ALLOWED_CA_SIGALGS  "ssh-ed25519"  #define SSH_ALLOWED_CA_SIGALGS  "ssh-ed25519,sk-ssh-ed25519@openssh.com"
   
 #endif /* WITH_OPENSSL */  #endif /* WITH_OPENSSL */
   

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62