Improve wording relating to removal of MBEDTLS_ERR_SSL_BAD_HS_XXX

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2021-06-30 11:11:07 +01:00
parent a5a3cce49b
commit a54c16805e

View File

@ -945,7 +945,7 @@ Migration paths:
- `MBEDTLS_ERR_SSL_NO_CIPHER_CHOSEN` and `MBEDTLS_ERR_SSL_NO_USABLE_CIPHERSUITE` have been - `MBEDTLS_ERR_SSL_NO_CIPHER_CHOSEN` and `MBEDTLS_ERR_SSL_NO_USABLE_CIPHERSUITE` have been
replaced by `MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE`. replaced by `MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE`.
- All codes of the form `MBEDTLS_ERR_SSL_BAD_HS_XXX` have been replaced by various alternatives. - All codes of the form `MBEDTLS_ERR_SSL_BAD_HS_XXX` have been replaced by various alternatives, which give more information about the type of error raised.
Users should check for the newly introduced generic error codes Users should check for the newly introduced generic error codes