commit | 5324d411da32d754a9658ff3eb5c1e59960d2bd9 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jun 26 18:20:34 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 29 18:54:28 2015 +0200 |
tree | 30ac9742fda10936a4b87e064d82bedc3084b3a2 | |
parent | 7b209579c693eb12f3338fe03e29b7d889baeedb [diff] [blame] |
Up min size of DHM params to 1024 bits
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 14ec0fd..e6cc2ad 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -130,6 +130,7 @@ */ #if !defined(POLARSSL_CONFIG_OPTIONS) #define SSL_MAX_CONTENT_LEN 16384 /**< Size of the input / output buffer */ +#define SSL_MIN_DHM_BYTES 128 /**< Min size of the Diffie-Hellman prime */ #endif /* !POLARSSL_CONFIG_OPTIONS */ /*