mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 14:05:47 +01:00
Fix comment on resumption
This commit is contained in:
parent
6b298e6cc1
commit
3e9449350c
@ -1027,7 +1027,8 @@ void ssl_set_bio( ssl_context *ssl,
|
||||
#if defined(POLARSSL_SSL_SRV_C)
|
||||
/**
|
||||
* \brief Set the session cache callbacks (server-side only)
|
||||
* If not set, no session resuming is done.
|
||||
* If not set, no session resuming is done (except if session
|
||||
* tickets are enabled too).
|
||||
*
|
||||
* The session cache has the responsibility to check for stale
|
||||
* entries based on timeout. See RFC 5246 for recommendations.
|
||||
|
Loading…
Reference in New Issue
Block a user