comparison default_options.h @ 1915:13cb8cc1b0e4

Remove twofish and remnants of blowfish Twofish CTR was never enabled by default and CBC modes are deprecated
author Matt Johnston <matt@ucc.asn.au>
date Wed, 30 Mar 2022 10:23:39 +0800
parents 40f8468ad4d4
children 3f4cdf839a1a
comparison
equal deleted inserted replaced
1914:f978a15194ba 1915:13cb8cc1b0e4
93 * Including both AES keysize variants (128 and 256) will result in 93 * Including both AES keysize variants (128 and 256) will result in
94 * a minimal size increase */ 94 * a minimal size increase */
95 #define DROPBEAR_AES128 1 95 #define DROPBEAR_AES128 1
96 #define DROPBEAR_AES256 1 96 #define DROPBEAR_AES256 1
97 #define DROPBEAR_3DES 0 97 #define DROPBEAR_3DES 0
98 #define DROPBEAR_TWOFISH256 0
99 #define DROPBEAR_TWOFISH128 0
100 98
101 /* Enable Chacha20-Poly1305 authenticated encryption mode. This is 99 /* Enable Chacha20-Poly1305 authenticated encryption mode. This is
102 * generally faster than AES256 on CPU w/o dedicated AES instructions, 100 * generally faster than AES256 on CPU w/o dedicated AES instructions,
103 * having the same key size. Recommended. 101 * having the same key size. Recommended.
104 * Compiling in will add ~5,5kB to binary size on x86-64 */ 102 * Compiling in will add ~5,5kB to binary size on x86-64 */