Gilles Peskine 62163142a0 dtls_server: allow unexpected messages during handshake
If MBEDTLS_ERR_SSL_UNEXPECTED_MESSAGE happens during the handshake, don't
show it as an "error". It might be an error, but it might also be a fact of
life if it happens during the second or more handshake: it can be a
duplicated packet or a close_notify alert from the previous connection,
which is hard to avoid and harmless.

Fixes #9652.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-10-01 12:50:05 +02:00
..
CMakeLists.txt CMake: support "make ssl-opt" to just build what ssl-opt.sh needs 2024-09-19 18:46:58 +02:00
dtls_client.c dtls_client: don't force the use of IPv6 2024-09-25 17:52:48 +02:00
dtls_server.c dtls_server: allow unexpected messages during handshake 2024-10-01 12:50:05 +02:00
mini_client.c
ssl_client1.c Test ssl_client1 2024-09-25 17:52:48 +02:00
ssl_client2.c Use libary default in ssl_client2 for new_session_tickets 2024-09-06 10:06:38 +02:00
ssl_context_info.c
ssl_fork_server.c Test ssl_fork_server 2024-09-25 17:52:48 +02:00
ssl_mail_client.c
ssl_pthread_server.c Test ssl_pthread_server 2024-09-25 17:52:48 +02:00
ssl_server2.c Replace MBEDTLS_PK_CAN_ECDSA_SOME with MBEDTLS_PK_CAN_ECDSA_SIGN 2024-09-16 14:25:38 +01:00
ssl_server.c ssl_server: Allow the client to close the connection first 2024-09-25 17:52:48 +02:00
ssl_test_common_source.c
ssl_test_lib.c
ssl_test_lib.h