Home
last modified time | relevance | path

Searched refs:SSL_CTX_flush_sessions_ex (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_flush_sessions.pod5 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 DVersion.map549 SSL_CTX_flush_sessions_ex;
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c1211 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 Dssl_lib.c4411 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 Dlibssl.num586 SSL_CTX_flush_sessions_ex 587 3_4_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dsslapitest.c9484 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 Dssl.h.in1583 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 Dssl.h1633 void SSL_CTX_flush_sessions_ex(SSL_CTX *ctx, time_t tm);