Suggested enhancement
Explain the meaning of the MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET in the doxygen comments, and mention that it is a "non-error error".
Justification
I understand that this error might go away in the future (#9516) but in the meantime, it would be nice to have a proper explanation for it. It used to be hidden behind mbedtls_ssl_conf_tls13_enable_signal_new_session_tickets, but that doesn't exist anymore in mbedtls 4. So after upgrading, you see a new error, and the documentation just says that it's experimental and may go away.
Suggested enhancement
Explain the meaning of the
MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKETin the doxygen comments, and mention that it is a "non-error error".Justification
I understand that this error might go away in the future (#9516) but in the meantime, it would be nice to have a proper explanation for it. It used to be hidden behind
mbedtls_ssl_conf_tls13_enable_signal_new_session_tickets, but that doesn't exist anymore in mbedtls 4. So after upgrading, you see a new error, and the documentation just says that it's experimental and may go away.