diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | myproposal.h | 6 |
2 files changed, 4 insertions, 7 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20011005 | ||
2 | - (bal) AES works under Cray, no more hack. | ||
3 | |||
1 | 20011004 | 4 | 20011004 |
2 | - (bal) nchan2.ms resync. BSD License applied. | 5 | - (bal) nchan2.ms resync. BSD License applied. |
3 | 6 | ||
@@ -6635,4 +6638,4 @@ | |||
6635 | - Wrote replacements for strlcpy and mkdtemp | 6638 | - Wrote replacements for strlcpy and mkdtemp |
6636 | - Released 1.0pre1 | 6639 | - Released 1.0pre1 |
6637 | 6640 | ||
6638 | $Id: ChangeLog,v 1.1582 2001/10/04 21:16:57 mouring Exp $ | 6641 | $Id: ChangeLog,v 1.1583 2001/10/06 00:08:09 mouring Exp $ |
diff --git a/myproposal.h b/myproposal.h index 2f1cd97ce..4a9a36370 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -25,17 +25,11 @@ | |||
25 | */ | 25 | */ |
26 | #define KEX_DEFAULT_KEX "diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1" | 26 | #define KEX_DEFAULT_KEX "diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1" |
27 | #define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss" | 27 | #define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss" |
28 | #ifdef _CRAY | ||
29 | /*Temporary hack until rijndael is ported to CRAY word addressable machines */ | ||
30 | #define KEX_DEFAULT_ENCRYPT \ | ||
31 | "3des-cbc,blowfish-cbc,cast128-cbc,arcfour" | ||
32 | #else | ||
33 | #define KEX_DEFAULT_ENCRYPT \ | 28 | #define KEX_DEFAULT_ENCRYPT \ |
34 | "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour," \ | 29 | "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour," \ |
35 | "aes192-cbc,aes256-cbc," \ | 30 | "aes192-cbc,aes256-cbc," \ |
36 | "rijndael128-cbc,rijndael192-cbc,rijndael256-cbc," \ | 31 | "rijndael128-cbc,rijndael192-cbc,rijndael256-cbc," \ |
37 | "rijndael-cbc@lysator.liu.se" | 32 | "rijndael-cbc@lysator.liu.se" |
38 | #endif | ||
39 | #define KEX_DEFAULT_MAC \ | 33 | #define KEX_DEFAULT_MAC \ |
40 | "hmac-md5,hmac-sha1,hmac-ripemd160," \ | 34 | "hmac-md5,hmac-sha1,hmac-ripemd160," \ |
41 | "hmac-ripemd160@openssh.com," \ | 35 | "hmac-ripemd160@openssh.com," \ |