2021-05-14 21:12:36 +02:00
|
|
|
API changes
|
|
|
|
* Modify semantics of `mbedtls_ssl_conf_[opaque_]psk()`:
|
|
|
|
In Mbed TLS 2.X, the API prescribes that later calls overwrite
|
2021-05-28 06:25:46 +02:00
|
|
|
the effect of earlier calls. In Mbed TLS 3.0, calling
|
|
|
|
`mbedtls_ssl_conf_[opaque_]psk()` more than once will fail,
|
|
|
|
leaving the PSK intact that was configured first. Support
|
|
|
|
for more than one PSK may be added in 3.X.
|