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)
36 #if !defined(POLARSSL_CONFIG_OPTIONS)
37 #define SSL_CACHE_DEFAULT_TIMEOUT 86400
38 #define SSL_CACHE_DEFAULT_MAX_ENTRIES 50
53 #if defined(POLARSSL_HAVE_TIME)
57 #if defined(POLARSSL_X509_CRT_PARSE_C)
71 #if defined(POLARSSL_THREADING_C)
72 threading_mutex_t mutex;
101 #if defined(POLARSSL_HAVE_TIME)