mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Added changelog for lms enum casting
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
6
ChangeLog.d/1352_lms_enum_casting.txt
Normal file
6
ChangeLog.d/1352_lms_enum_casting.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Bugfix
|
||||
* Fix a sloppy check in LMS public key import, which could lead to accepting
|
||||
keys with a different LMS or LM-OTS types on some platforms. Specifically,
|
||||
this could happen on platforms where enum types are smaller than 32 bits
|
||||
and compiler optimization is enabled. Found and reported by Linh Le and
|
||||
Ngan Nguyen from Calif.
|
||||
Reference in New Issue
Block a user