mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
increase min DSS and RSA lengths
This commit is contained in:
parent
eb7ca20379
commit
83b2c899f5
@ -40,10 +40,10 @@
|
||||
|
||||
/* Minimum key sizes for DSS and RSA */
|
||||
#ifndef MIN_DSS_KEYLEN
|
||||
#define MIN_DSS_KEYLEN 512
|
||||
#define MIN_DSS_KEYLEN 1024
|
||||
#endif
|
||||
#ifndef MIN_RSA_KEYLEN
|
||||
#define MIN_RSA_KEYLEN 512
|
||||
#define MIN_RSA_KEYLEN 1024
|
||||
#endif
|
||||
|
||||
#define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */
|
||||
|
Loading…
Reference in New Issue
Block a user