1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-29 06:41:59 +03:00
Files
mbedtls/include
Ronald Cron 78a38f607c tls13: srv: Do not use early_data_status
Due to the scope reduction for
mbedtls_ssl_read_early_data(), on
server as early data state variable
we now only need a flag in the
handshake context indicating if
the server has accepted early data
or not.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2024-02-01 20:10:35 +01:00
..