comparison sysoptions.h @ 1293:dc8f7997f10f

move group14 and group16 to options.h, group14-sha256 on by default
author Matt Johnston <matt@ucc.asn.au>
date Mon, 02 May 2016 17:03:55 +0200
parents 309e1c4a8768
children 56aba7dedbea
comparison
equal deleted inserted replaced
1292:432b0a030fd6 1293:dc8f7997f10f
125 #endif 125 #endif
126 #if defined(DROPBEAR_MD5_HMAC) 126 #if defined(DROPBEAR_MD5_HMAC)
127 #define DROPBEAR_MD5 127 #define DROPBEAR_MD5
128 #endif 128 #endif
129 129
130 /* These are disabled in Dropbear 2016.73 by default since the spec
131 draft-ietf-curdle-ssh-kex-sha2-02 is under development. */
132 #define DROPBEAR_DH_GROUP14_256 0
133 #define DROPBEAR_DH_GROUP16 0
134
135 /* roughly 2x 521 bits */ 130 /* roughly 2x 521 bits */
136 #define MAX_ECC_SIZE 140 131 #define MAX_ECC_SIZE 140
137 132
138 #define MAX_NAME_LEN 64 /* maximum length of a protocol name, isn't 133 #define MAX_NAME_LEN 64 /* maximum length of a protocol name, isn't
139 explicitly specified for all protocols (just 134 explicitly specified for all protocols (just