mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Improve comment about handshake failure with HRR and CertificateRequest
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@ -74,7 +74,9 @@ MVP definition
|
|||||||
The TLS 1.3 MVP implements only the client side of the protocol.
|
The TLS 1.3 MVP implements only the client side of the protocol.
|
||||||
The TLS 1.3 MVP does not support the handling of server HelloRetryRequest and
|
The TLS 1.3 MVP does not support the handling of server HelloRetryRequest and
|
||||||
CertificateRequest messages. If it receives one of those messages, it aborts
|
CertificateRequest messages. If it receives one of those messages, it aborts
|
||||||
the handshake with an handshake_failure closure alert.
|
the handshake with an handshake_failure closure alert and the
|
||||||
|
`mbedtls_ssl_handshake()` returns in error with the
|
||||||
|
`MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE` error code.
|
||||||
|
|
||||||
- Supported cipher suites: depends on the library configuration. Potentially
|
- Supported cipher suites: depends on the library configuration. Potentially
|
||||||
all of them:
|
all of them:
|
||||||
|
Reference in New Issue
Block a user