From f1a1a28895bed8165ef9b23780881e6ac88cae4c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 16 Jun 2017 22:35:32 +0800 Subject: increase min DSS and RSA lengths --- sysoptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysoptions.h') diff --git a/sysoptions.h b/sysoptions.h index 441e3a1..63e5515 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -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 */ -- cgit v1.2.1