mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
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:
parent
a5a3cce49b
commit
a54c16805e
@ -945,7 +945,7 @@ Migration paths:
|
||||
- `MBEDTLS_ERR_SSL_NO_CIPHER_CHOSEN` and `MBEDTLS_ERR_SSL_NO_USABLE_CIPHERSUITE` have been
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user