Skip to content

Commit ccf8ba0

Browse files
Add changelog entry for mbedtls_ecdh_get_params robustness
1 parent 0b1b71d commit ccf8ba0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ mbed TLS ChangeLog (Sorted per branch, date)
22

33
= mbed TLS 2.x.x branch released xxxx-xx-xx
44

5+
Security
6+
* Make mbedtls_ecdh_get_params return an error if the second key
7+
belongs to a different group from the first. Before, if an application
8+
passed keys that belonged to different group, the first key's data was
9+
interpreted according to the second group, which could lead to either
10+
an error or a meaningless output from mbedtls_ecdh_get_params. In the
11+
latter case, this could expose at most 5 bits of the private key.
12+
513
Bugfix
614
* Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined
715
when MBEDTLS_ECP_ALT is defined. Reported by jwhui. Fixes #2242.

0 commit comments

Comments
 (0)