mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 09:55:40 +01:00
e8a2fc8461
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. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
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.
|