Home
last modified time | relevance | path

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

/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
/openssl/ssl/
H A Dssl_sess.c494 if (ret == NULL && s->session_ctx->get_session_cb != NULL) { in lookup_sess_in_cache()
497 ret = s->session_ctx->get_session_cb(SSL_CONNECTION_GET_SSL(s), in lookup_sess_in_cache()
1308 ctx->get_session_cb = cb; in SSL_CTX_sess_set_get_cb()
1315 return ctx->get_session_cb; in SSL_CTX_sess_get_get_cb()
H A Dssl_local.h889 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, member
/openssl/test/
H A Dsslapitest.c1863 static SSL_SESSION *get_session_cb(SSL *ssl, const unsigned char *id, int len, in get_session_cb() function
2043 SSL_CTX_sess_set_get_cb(sctx, get_session_cb); in execute_test_session()
/openssl/include/openssl/
H A Dssl.h.in716 SSL_SESSION *(*get_session_cb) (struct ssl_st
/openssl/
H A DCHANGES.md10145 + Don't call get_session_cb() without proposed session

Completed in 248 milliseconds