Home
last modified time | relevance | path

Searched refs:new_session_cb (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_sess_set_get_cb.pod12 int (*new_session_cb)(SSL *, SSL_SESSION *));
57 The new_session_cb() is called whenever a new session has been negotiated and
59 new_session_cb() is passed the B<ssl> connection and the nascent
72 at all). This means that applications should expect the new_session_cb()
75 be established with a single connection. In these case the new_session_cb()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_sess.c1152 ctx->new_session_cb = cb; in SSL_CTX_sess_set_new_cb()
1156 return ctx->new_session_cb; in SSL_CTX_sess_get_new_cb()
HDssl_local.h774 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member
HDssl_lib.c3654 if (s->session_ctx->new_session_cb != NULL) { in ssl_update_cache()
3656 if (!s->session_ctx->new_session_cb(s, s->session)) in ssl_update_cache()
/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c850 static int new_session_cb(SSL *s, SSL_SESSION *sess) in new_session_cb() function
1985 SSL_CTX_sess_set_new_cb(ctx, new_session_cb); in s_client_main()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h712 int (*new_session_cb) (struct ssl_st *ssl,