mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-13 00:55:29 -04: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
|
- `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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user