1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fix documentation about anti-replay defenses

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2024-03-15 14:57:05 +01:00
parent 582865fbfb
commit 3996ebc037

View File

@@ -5218,10 +5218,10 @@ int mbedtls_ssl_close_notify(mbedtls_ssl_context *ssl);
* same warnings apply to any use of the * same warnings apply to any use of the
* early_exporter_master_secret. * early_exporter_master_secret.
* *
* Mbed TLS does not implement one of the anti-replay defenses * \warning Mbed TLS does not implement any of the anti-replay defenses
* defined in section 8 of the TLS 1.3 specification: * defined in section 8 of the TLS 1.3 specification:
* single-ticket use or ClientHello recording within a given * single-use of tickets or ClientHello recording within a
* time window. * given time window.
* *
* \note This function is used in conjunction with * \note This function is used in conjunction with
* mbedtls_ssl_handshake(), mbedtls_ssl_handshake_step(), * mbedtls_ssl_handshake(), mbedtls_ssl_handshake_step(),