blob: 418ff6fcb7d69381384a53ea32d4fb32ed9cccec [file] [log] [blame]
Hanno Becker90671482021-05-14 20:12:36 +01001API changes
2 * Modify semantics of `mbedtls_ssl_conf_[opaque_]psk()`:
3 In Mbed TLS 2.X, the API prescribes that later calls overwrite
Hanno Becker196739b2021-05-28 05:25:46 +01004 the effect of earlier calls. In Mbed TLS 3.0, calling
5 `mbedtls_ssl_conf_[opaque_]psk()` more than once will fail,
Hanno Becker934ab002021-05-28 09:52:54 +01006 leaving the PSK that was configured first intact.
7 Support for more than one PSK may be added in 3.X.