mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
disable group1 in default config
This commit is contained in:
parent
0fc20c70af
commit
4aa72b96c1
@ -149,7 +149,7 @@ IMPORTANT: Some options will require "make clean" after changes */
|
||||
* Small systems should generally include either curve25519 or ecdh for performance.
|
||||
* curve25519 is less widely supported but is faster
|
||||
*/
|
||||
#define DROPBEAR_DH_GROUP1 1
|
||||
#define DROPBEAR_DH_GROUP1 0
|
||||
#define DROPBEAR_DH_GROUP14_SHA1 1
|
||||
#define DROPBEAR_DH_GROUP14_SHA256 1
|
||||
#define DROPBEAR_DH_GROUP16 0
|
||||
|
Loading…
Reference in New Issue
Block a user