comparison default_options.h @ 1713:c2c0f43ff827

Remove blowfish
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:42:42 +0800
parents 3a97f14c0235
children c0f12eaf95c9
comparison
equal deleted inserted replaced
1712:d885a77b98e0 1713:c2c0f43ff827
85 #define DROPBEAR_AES128 1 85 #define DROPBEAR_AES128 1
86 #define DROPBEAR_3DES 1 86 #define DROPBEAR_3DES 1
87 #define DROPBEAR_AES256 1 87 #define DROPBEAR_AES256 1
88 #define DROPBEAR_TWOFISH256 0 88 #define DROPBEAR_TWOFISH256 0
89 #define DROPBEAR_TWOFISH128 0 89 #define DROPBEAR_TWOFISH128 0
90 /* Compiling in Blowfish will add ~6kB to runtime heap memory usage */
91 #define DROPBEAR_BLOWFISH 0
92 90
93 /* Enable CBC mode for ciphers. This has security issues though 91 /* Enable CBC mode for ciphers. This has security issues though
94 * is the most compatible with older SSH implementations */ 92 * is the most compatible with older SSH implementations */
95 #define DROPBEAR_ENABLE_CBC_MODE 1 93 #define DROPBEAR_ENABLE_CBC_MODE 1
96 94