mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
934ab00f77
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
8 lines
381 B
Plaintext
8 lines
381 B
Plaintext
API changes
|
|
* Modify semantics of `mbedtls_ssl_conf_[opaque_]psk()`:
|
|
In Mbed TLS 2.X, the API prescribes that later calls overwrite
|
|
the effect of earlier calls. In Mbed TLS 3.0, calling
|
|
`mbedtls_ssl_conf_[opaque_]psk()` more than once will fail,
|
|
leaving the PSK that was configured first intact.
|
|
Support for more than one PSK may be added in 3.X.
|