mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
7 lines
351 B
Plaintext
7 lines
351 B
Plaintext
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.
|