mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
Correct documentation on use of alert pending
This commit is contained in:
@@ -1735,7 +1735,8 @@ static inline unsigned int mbedtls_ssl_conf_get_ems_enforced(
|
||||
*
|
||||
* The check for pending alerts must be done by calling
|
||||
* the function ssl_send_pending_fatal_alert() in ssl_tls.c.
|
||||
* Currently, it happens only during the handshake loop.
|
||||
* Currently, it happens only during the handshake loop and after
|
||||
* calling ssl_get_next_record() in the record processing stack.
|
||||
*
|
||||
* This function must not be called multiple times without
|
||||
* sending the pending fatal alerts in between.
|
||||
|
||||
Reference in New Issue
Block a user