Searched refs:new_session_cb (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_sess_set_get_cb.pod | 12 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/crypto/openssl/ssl/ |
H A D | ssl_sess.c | 1323 ctx->new_session_cb = cb; in SSL_CTX_sess_set_new_cb() 1327 return ctx->new_session_cb; in SSL_CTX_sess_get_new_cb()
|
H A D | ssl_local.h | 880 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member
|
H A D | ssl_lib.c | 3803 if (s->session_ctx->new_session_cb != NULL) { in ssl_update_cache() 3805 if (!s->session_ctx->new_session_cb(s, s->session)) in ssl_update_cache()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 750 static int new_session_cb(SSL *s, SSL_SESSION *sess) in new_session_cb() function 1940 SSL_CTX_sess_set_new_cb(ctx, new_session_cb); in s_client_main()
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 2006 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) in new_session_cb() function 2064 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); in execute_test_session() 2202 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); in execute_test_session() 2656 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); in test_psk_tickets() 2713 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); in test_extra_tickets() 2715 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); in test_extra_tickets()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 725 int (*new_session_cb) (struct ssl_st *ssl,
|
H A D | ssl.h.in | 702 int (*new_session_cb) (struct ssl_st *ssl,
|