Mercurial > dropbear
comparison SMALL @ 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 | b9d3f725e00b |
children |
comparison
equal
deleted
inserted
replaced
1914:f978a15194ba | 1915:13cb8cc1b0e4 |
---|---|
7 so that client functionality in shared portions of Dropbear won't be included. | 7 so that client functionality in shared portions of Dropbear won't be included. |
8 The same applies if you are compiling just a client. | 8 The same applies if you are compiling just a client. |
9 | 9 |
10 --- | 10 --- |
11 | 11 |
12 The following are set in options.h: | 12 The following are set in localoptions.h: |
13 | |
14 - You can safely disable blowfish and twofish ciphers, and MD5 hmac, without | |
15 affecting interoperability | |
16 | 13 |
17 - If you're compiling statically, you can turn off host lookups | 14 - If you're compiling statically, you can turn off host lookups |
18 | 15 |
19 - You can disable either password or public-key authentication, though note | 16 - You can disable either password or public-key authentication, though note |
20 that the IETF draft states that pubkey authentication is required. | 17 that the IETF draft states that pubkey authentication is required. |