mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-01 01:16:36 -04:00
Add the DHE groups to the default list of supported groups
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
265ce7c1da
commit
383f471bf4
@ -4948,6 +4948,13 @@ static uint16_t ssl_preset_default_groups[] = {
|
|||||||
#endif
|
#endif
|
||||||
#if defined(MBEDTLS_ECP_DP_BP512R1_ENABLED)
|
#if defined(MBEDTLS_ECP_DP_BP512R1_ENABLED)
|
||||||
MBEDTLS_SSL_IANA_TLS_GROUP_BP512R1,
|
MBEDTLS_SSL_IANA_TLS_GROUP_BP512R1,
|
||||||
|
#endif
|
||||||
|
#if defined(MBEDTLS_DHM_C)
|
||||||
|
MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE2048,
|
||||||
|
MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE3072,
|
||||||
|
MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE4096,
|
||||||
|
MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE6144,
|
||||||
|
MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE8192,
|
||||||
#endif
|
#endif
|
||||||
MBEDTLS_SSL_IANA_TLS_GROUP_NONE
|
MBEDTLS_SSL_IANA_TLS_GROUP_NONE
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user