dhm_min_bitlen.txt 215 B

12345
  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.