comparison sysoptions.h @ 1419:7672b13c5367

increase min DSS and RSA lengths
author Matt Johnston <matt@ucc.asn.au>
date Fri, 16 Jun 2017 22:35:32 +0800
parents 8747c2b19152
children 93d2bf610d0b
comparison
equal deleted inserted replaced
1418:92717c0fec39 1419:7672b13c5367
38 #define DROPBEAR_KEXGUESS2 1 38 #define DROPBEAR_KEXGUESS2 1
39 #endif 39 #endif
40 40
41 /* Minimum key sizes for DSS and RSA */ 41 /* Minimum key sizes for DSS and RSA */
42 #ifndef MIN_DSS_KEYLEN 42 #ifndef MIN_DSS_KEYLEN
43 #define MIN_DSS_KEYLEN 512 43 #define MIN_DSS_KEYLEN 1024
44 #endif 44 #endif
45 #ifndef MIN_RSA_KEYLEN 45 #ifndef MIN_RSA_KEYLEN
46 #define MIN_RSA_KEYLEN 512 46 #define MIN_RSA_KEYLEN 1024
47 #endif 47 #endif
48 48
49 #define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */ 49 #define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */
50 #define MAX_BANNER_LINES 20 /* How many lines the client will display */ 50 #define MAX_BANNER_LINES 20 /* How many lines the client will display */
51 51