Home
last modified time | relevance | path

Searched refs:get_session_cb (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_sess_set_get_cb.pod17 SSL_SESSION (*get_session_cb)(SSL *,
89 The get_session_cb() is only called on SSL/TLS servers, and is given
91 proposed by the client. The get_session_cb() is always called, even when
92 session caching was disabled. The get_session_cb() is passed the
97 If the get_session_cb() does not write to B<copy>, the reference count
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c524 if (ret == NULL && s->session_ctx->get_session_cb != NULL) { in lookup_sess_in_cache()
527 ret = s->session_ctx->get_session_cb(SSL_CONNECTION_GET_USER_SSL(s), in lookup_sess_in_cache()
1376 ctx->get_session_cb = cb; in SSL_CTX_sess_set_get_cb()
1385 return ctx->get_session_cb; in SSL_CTX_sess_get_get_cb()
H A Dssl_local.h834 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, member
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h758 SSL_SESSION *(*get_session_cb)(struct ssl_st
H A Dssl.h.in735 SSL_SESSION *(*get_session_cb)(struct ssl_st
/freebsd/crypto/openssl/test/
H A Dsslapitest.c2061 static SSL_SESSION *get_session_cb(SSL *ssl, const unsigned char *id, int len, in get_session_cb() function
2241 SSL_CTX_sess_set_get_cb(sctx, get_session_cb); in execute_test_session()
9737 SSL_CTX_sess_set_get_cb(sctx, get_session_cb); in test_session_cache_overflow()
/freebsd/crypto/openssl/
H A DCHANGES.md12366 + Don't call get_session_cb() without proposed session