]> andersk Git - openssh.git/commitdiff
- (bal) AES works under Cray, no more hack.
authormouring <mouring>
Sat, 6 Oct 2001 00:08:09 +0000 (00:08 +0000)
committermouring <mouring>
Sat, 6 Oct 2001 00:08:09 +0000 (00:08 +0000)
ChangeLog
myproposal.h

index 3effb097258206dcb0db891f7bebb6046cc8b168..0ed39a77ec5a8ebc63138d15d25945116ab1fa23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20011005
+ - (bal) AES works under Cray, no more hack. 
+
 20011004
  - (bal) nchan2.ms resync.  BSD License applied.
 
index 2f1cd97cee097f003e801c63d99d87259ec522e6..4a9a363709b071755ef9020a3be900f5a5f3b48d 100644 (file)
  */
 #define KEX_DEFAULT_KEX                "diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1"
 #define        KEX_DEFAULT_PK_ALG      "ssh-rsa,ssh-dss"
-#ifdef _CRAY
-/*Temporary hack until rijndael is ported to CRAY word addressable machines  */
-#define        KEX_DEFAULT_ENCRYPT \
-       "3des-cbc,blowfish-cbc,cast128-cbc,arcfour" 
-#else
 #define        KEX_DEFAULT_ENCRYPT \
        "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour," \
        "aes192-cbc,aes256-cbc," \
        "rijndael128-cbc,rijndael192-cbc,rijndael256-cbc," \
        "rijndael-cbc@lysator.liu.se"
-#endif
 #define        KEX_DEFAULT_MAC \
        "hmac-md5,hmac-sha1,hmac-ripemd160," \
        "hmac-ripemd160@openssh.com," \
This page took 0.054341 seconds and 5 git commands to generate.