Bence Szépkúti | b2ba9fa | 2025-08-18 11:35:47 +0200 | [diff] [blame^] | 1 | API 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. |