Gilles Peskine | e8a2fc8 | 2020-12-08 22:46:11 +0100 | [diff] [blame] | 1 | Bugfix |
2 | * In a TLS client, enforce the Diffie-Hellman minimum parameter size | ||||
3 | set with mbedtls_ssl_conf_dhm_min_bitlen() precisely. Before, the | ||||
4 | minimum size was rounded down to the nearest multiple of 8. |