mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 08:38:27 -05:00
5 lines
215 B
Plaintext
Executable File
5 lines
215 B
Plaintext
Executable File
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.
|