We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1b71d commit ccf8ba0Copy full SHA for ccf8ba0
ChangeLog
@@ -2,6 +2,14 @@ mbed TLS ChangeLog (Sorted per branch, date)
2
3
= mbed TLS 2.x.x branch released xxxx-xx-xx
4
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
+
13
Bugfix
14
* Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined
15
when MBEDTLS_ECP_ALT is defined. Reported by jwhui. Fixes #2242.
0 commit comments