Gilles Peskine | 826225fe | 2025-06-25 17:19:12 +0200 | [diff] [blame^] | 1 | ## Removal of deprecated functions |
| 2 | |
| 3 | ### Removal of deprecated X.509 functions |
| 4 | |
| 5 | The deprecated function `mbedtls_x509write_crt_set_serial()` has been removed. The function was superseded by `mbedtls_x509write_crt_set_serial_raw()`. |
| 6 | |
| 7 | ### Removal of deprecated SSL functions |
| 8 | |
| 9 | The deprecated function `mbedtls_ssl_conf_curves()` has been removed. |
| 10 | The function was superseded by `mbedtls_ssl_conf_groups()`. |
| 11 | |
| 12 | ### Removal of `compat-2.x.h` |
| 13 | |
| 14 | The header `compat-2.x.h`, containing some definitions for backward compatibility with Mbed TLS 2.x, has been removed. |