mbedtls/ChangeLog.d
Gilles Peskine 6527cd382b Enforce dhm_min_bitlen exactly, not just the byte size
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>
2021-04-09 17:35:33 +02:00
..
00README.md When to write a changelog: minor improvements 2020-10-01 00:34:22 +02:00
bugfix_PR3616.txt Fix premature fopen() call in mbedtls_entropy_write_seed_file #3175 2020-09-28 00:28:25 +03:00
dhm_min_bitlen.txt Enforce dhm_min_bitlen exactly, not just the byte size 2021-04-09 17:35:33 +02:00
dtls_sample_use_read_timeout.txt Actually use the READ_TIMEOUT_MS in the sample DTLS client and server 2021-03-15 16:55:03 -04:00