mbedtls/ChangeLog.d/mbedtls_ssl_config_defaults-memleak.txt
Glenn Strauss de081ce75c Reset dhm_P and dhm_G if config call repeated
Reset dhm_P and dhm_G if call to mbedtls_ssl_config_defaults() repeated
to avoid leaking memory.

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2022-01-11 20:07:44 -05:00

3 lines
78 B
Plaintext

Bugfix
* Fix memory leak if mbedtls_ssl_config_defaults() call is repeated