Go to the documentation of this file.
27 #ifndef POLARSSL_SSL_CACHE_H
28 #define POLARSSL_SSL_CACHE_H
32 #if defined(POLARSSL_THREADING_C)
44 #if !defined(SSL_CACHE_DEFAULT_TIMEOUT)
45 #define SSL_CACHE_DEFAULT_TIMEOUT 86400
48 #if !defined(SSL_CACHE_DEFAULT_MAX_ENTRIES)
49 #define SSL_CACHE_DEFAULT_MAX_ENTRIES 50
66 #if defined(POLARSSL_HAVE_TIME)
70 #if defined(POLARSSL_X509_CRT_PARSE_C)
84 #if defined(POLARSSL_THREADING_C)
85 threading_mutex_t mutex;
114 #if defined(POLARSSL_HAVE_TIME)