From 004df8ad5f8ffb724493d88be8e987efcdf8fb59 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 27 Sep 2021 12:12:00 +0200 Subject: [PATCH] Improve comment about handshake failure with HRR and CertificateRequest Signed-off-by: Ronald Cron --- docs/architecture/tls13-experimental.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/architecture/tls13-experimental.md b/docs/architecture/tls13-experimental.md index ee4e5fb592..9f6d0e48c5 100644 --- a/docs/architecture/tls13-experimental.md +++ b/docs/architecture/tls13-experimental.md @@ -74,7 +74,9 @@ MVP definition 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 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 all of them: