Searched refs:SSL_CTX_flush_sessions_ex (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_flush_sessions.pod | 5 SSL_CTX_flush_sessions_ex, SSL_CTX_flush_sessions - remove expired sessions 11 void SSL_CTX_flush_sessions_ex(SSL_CTX *ctx, time_t tm); 21 SSL_CTX_flush_sessions_ex() causes a run through the session cache of 35 or manually by calling SSL_CTX_flush_sessions_ex(). 41 SSL_CTX_flush_sessions_ex() will only check sessions stored in the internal 48 SSL_CTX_flush_sessions_ex() does not return a value. 59 SSL_CTX_flush_sessions_ex() was added in OpenSSL 3.4.
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 549 SSL_CTX_flush_sessions_ex;
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_sess.c | 1211 SSL_CTX_flush_sessions_ex(s, (time_t) t); in SSL_CTX_flush_sessions() 1215 void SSL_CTX_flush_sessions_ex(SSL_CTX *s, time_t t) in SSL_CTX_flush_sessions_ex() function
|
H A D | ssl_lib.c | 4411 SSL_CTX_flush_sessions_ex(a, 0); in SSL_CTX_free() 4808 SSL_CTX_flush_sessions_ex(s->session_ctx, time(NULL)); in ssl_update_cache()
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 586 SSL_CTX_flush_sessions_ex 587 3_4_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 9484 SSL_CTX_flush_sessions_ex(ctx, now + TIMEOUT - 1); in test_session_timeout() 9491 SSL_CTX_flush_sessions_ex(ctx, now + TIMEOUT + 1); in test_session_timeout() 9498 SSL_CTX_flush_sessions_ex(ctx, now + TIMEOUT + 11); in test_session_timeout() 9517 SSL_CTX_flush_sessions_ex(ctx, 0); in test_session_timeout()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h.in | 1583 OSSL_DEPRECATEDIN_3_4_FOR("not Y2038-safe, replace with SSL_CTX_flush_sessions_ex()") 1586 void SSL_CTX_flush_sessions_ex(SSL_CTX *ctx, time_t tm);
|
H A D | ssl.h | 1633 void SSL_CTX_flush_sessions_ex(SSL_CTX *ctx, time_t tm);
|