@@ -21,7 +21,7 @@ API changes
2121 Mbed TLS error codes.
2222 This will not affect most applications since the error values are
2323 between -32767 and -1 as before.
24- * All API functions now use the PSA random generator psa_get_random ()
24+ * All API functions now use the PSA random generator psa_generate_random ()
2525 internally. As a consequence, functions no longer take RNG parameters.
2626 Please refer to the migration guide at :
2727 tf-psa-crypto/docs/4.0-migration-guide.md.
@@ -62,7 +62,7 @@ Removals
6262 Fixes #8149.
6363 * Remove support for the RSA-PSK key exchange in TLS 1.2.
6464 * Remove deprecated mbedtls_x509write_crt_set_serial(). The function was
65- already deprecated and superseeded by
65+ already deprecated and superseded by
6666 mbedtls_x509write_crt_set_serial_raw().
6767 * Remove the function mbedtls_ssl_conf_curves() which had been deprecated
6868 in favour of mbedtls_ssl_conf_groups() since Mbed TLS 3.1.
@@ -74,9 +74,9 @@ Removals
7474 - mbedtls_ssl_conf_dh_param_ctx
7575 - mbedtls_ssl_conf_dhm_min_bitlen
7676 * Remove support for the RSA key exchange in TLS 1.2.
77- * Remove mbedtls_low_level_sterr () and mbedtls_high_level_strerr(),
77+ * Remove mbedtls_low_level_strerr () and mbedtls_high_level_strerr(),
7878 since these concepts no longer exists. There is just mbedtls_strerror().
79- * Removal of the following sample programs:
79+ * Sample programs for the legacy crypto API have been removed.
8080 pkey/rsa_genkey.c
8181 pkey/pk_decrypt.c
8282 pkey/dh_genprime.c
0 commit comments