blob: 1cf42665ca998460decf79c1cfd0ff13a2d820cf [file] [log] [blame]
Bence Szépkútib2ba9fa2025-08-18 11:35:47 +02001API changes
2 * Change the signature of the runtime version information methods that took
3 a char* as an argument to take zero arguments and return a const char*
4 instead. This aligns us with the interface used in TF PSA Crypto 1.0.
5 If you need to support linking against both Mbed TLS 3.x and 4.x, please
6 use the build-time version macros or mbedtls_version_get_number() to
7 determine the correct signature for mbedtls_version_get_string() and
8 mbedtls_version_get_string_full() before calling them.
9 Fixes issue #10308.