mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-27 09:23:01 +00:00
6c655321e6
Signed-off-by: swurl <swurl@swurl.xyz>
5 lines
215 B
Plaintext
5 lines
215 B
Plaintext
Bugfix
|
|
* In a TLS client, enforce the Diffie-Hellman minimum parameter size
|
|
set with mbedtls_ssl_conf_dhm_min_bitlen() precisely. Before, the
|
|
minimum size was rounded down to the nearest multiple of 8.
|