mbedtls/programs/ssl
Gilles Peskine 713127de4c 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-02 11:09:20 +02:00
..
CMakeLists.txt CMake: support "make ssl-opt" to just build what ssl-opt.sh needs 2024-09-14 12:19:19 +02:00
dtls_client.c Always call psa_crypto_init before using TLS 2024-09-25 21:12:57 +02:00
dtls_server.c dtls_server: allow unexpected messages during handshake 2024-10-02 11:09:20 +02:00
mini_client.c Always call psa_crypto_init before using TLS 2024-09-25 21:12:57 +02:00
ssl_client1.c Always call psa_crypto_init before using TLS 2024-09-25 21:12:57 +02:00
ssl_client2.c Merge pull request #1272 from eleuzi01/forward-1263 2024-08-28 19:38:36 +02:00
ssl_context_info.c Always call psa_crypto_init before using TLS 2024-09-25 21:12:57 +02:00
ssl_fork_server.c Always call psa_crypto_init before using TLS 2024-09-25 21:12:57 +02:00
ssl_mail_client.c Always call psa_crypto_init before using TLS 2024-09-25 21:12:57 +02:00
ssl_pthread_server.c Always call psa_crypto_init before using TLS 2024-09-25 21:12:57 +02:00
ssl_server2.c Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT 2024-09-09 11:18:10 +01:00
ssl_server.c Always call psa_crypto_init before using TLS 2024-09-25 21:12:57 +02:00
ssl_test_common_source.c Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA 2024-09-09 11:17:36 +01:00
ssl_test_lib.c Replace MBEDTLS_MD_CAN_SHA512 with PSA_WANT_ALG_SHA_512 2024-08-28 18:20:25 +02:00
ssl_test_lib.h Replace MBEDTLS_MD_CAN_SHA512 with PSA_WANT_ALG_SHA_512 2024-08-28 18:20:25 +02:00