mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
changelog: add reset for some fields of the SSL context structure
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
a2338a21fa
commit
931b983159
6
ChangeLog.d/security1585.txt
Normal file
6
ChangeLog.d/security1585.txt
Normal file
@ -0,0 +1,6 @@
|
||||
Security
|
||||
* Ensure 'badmac_seen' and 'dtls_srtp_info' fields from 'mbedtls_ssl_context'
|
||||
are properly zeroized when mbedtls_ssl_session_reset() is called. This
|
||||
could cause premature DTLS connection failure or incorrect DTLS-SRTP
|
||||
parameter inheritance for applications reusing an SSL context.
|
||||
Reported by jjfz123. CVE-2026-50585.
|
||||
Loading…
x
Reference in New Issue
Block a user