comparison default_options.h @ 1542:940828026f28

disable group1 in default config
author Matt Johnston <matt@ucc.asn.au>
date Mon, 26 Feb 2018 22:14:11 +0800
parents 198e2ee0f4b1
children d1a8a05216ff
comparison
equal deleted inserted replaced
1541:bb55dffab5ba 1542:940828026f28
147 * including either ECDH or ECDSA increases binary size by ~30kB on x86-64 147 * including either ECDH or ECDSA increases binary size by ~30kB on x86-64
148 148
149 * Small systems should generally include either curve25519 or ecdh for performance. 149 * Small systems should generally include either curve25519 or ecdh for performance.
150 * curve25519 is less widely supported but is faster 150 * curve25519 is less widely supported but is faster
151 */ 151 */
152 #define DROPBEAR_DH_GROUP1 1 152 #define DROPBEAR_DH_GROUP1 0
153 #define DROPBEAR_DH_GROUP14_SHA1 1 153 #define DROPBEAR_DH_GROUP14_SHA1 1
154 #define DROPBEAR_DH_GROUP14_SHA256 1 154 #define DROPBEAR_DH_GROUP14_SHA256 1
155 #define DROPBEAR_DH_GROUP16 0 155 #define DROPBEAR_DH_GROUP16 0
156 #define DROPBEAR_CURVE25519 1 156 #define DROPBEAR_CURVE25519 1
157 #define DROPBEAR_ECDH 1 157 #define DROPBEAR_ECDH 1