mirror of
https://github.com/clearml/dropbear
synced 2025-04-21 22:54:48 +00:00
increase min DSS and RSA lengths
--HG-- branch : fuzz
This commit is contained in:
parent
e3246ceb7e
commit
8e1ea0f27b
@ -40,10 +40,10 @@
|
|||||||
|
|
||||||
/* Minimum key sizes for DSS and RSA */
|
/* Minimum key sizes for DSS and RSA */
|
||||||
#ifndef MIN_DSS_KEYLEN
|
#ifndef MIN_DSS_KEYLEN
|
||||||
#define MIN_DSS_KEYLEN 512
|
#define MIN_DSS_KEYLEN 1024
|
||||||
#endif
|
#endif
|
||||||
#ifndef MIN_RSA_KEYLEN
|
#ifndef MIN_RSA_KEYLEN
|
||||||
#define MIN_RSA_KEYLEN 512
|
#define MIN_RSA_KEYLEN 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */
|
#define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */
|
||||||
|
Loading…
Reference in New Issue
Block a user