mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-11 12:49:54 +00:00
ssl_cache: Error renaming and document improvement
Signed-off-by: Pengyu Lv <[email protected]>
This commit is contained in:
@@ -104,7 +104,8 @@ void mbedtls_ssl_cache_init(mbedtls_ssl_cache_context *cache);
|
||||
* associated with \p session_id, if present.
|
||||
*
|
||||
* \return \c 0 on success.
|
||||
* \return A negative error code on failure.
|
||||
* \return #MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND if there is
|
||||
* no cache entry with specified session ID found.
|
||||
*/
|
||||
int mbedtls_ssl_cache_get(void *data,
|
||||
unsigned char const *session_id,
|
||||
|
||||
Reference in New Issue
Block a user