[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.59 and 1.60

version 1.59, 2019/10/31 21:17:49 version 1.60, 2019/11/01 02:32:05
Line 135 
Line 135 
   
 #define SSH_ALLOWED_CA_SIGALGS  "ssh-ed25519"  #define SSH_ALLOWED_CA_SIGALGS  "ssh-ed25519"
   
 #define PUBKEY_DEFAULT_PK_ALG   \  
         "ssh-ed25519-cert-v01@openssh.com," \  
         "ssh-ed25519"  
   
 #endif /* WITH_OPENSSL */  #endif /* WITH_OPENSSL */
   
 #define KEX_DEFAULT_COMP        "none,zlib@openssh.com"  #define KEX_DEFAULT_COMP        "none,zlib@openssh.com"

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60