Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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-master/ssl/
A Dssl_sess.c508 if (ret == NULL && s->session_ctx->get_session_cb != NULL) { in lookup_sess_in_cache()
511 ret = s->session_ctx->get_session_cb(s, sess_id, sess_id_len, &copy); in lookup_sess_in_cache()
1299 ctx->get_session_cb = cb; in SSL_CTX_sess_set_get_cb()
1306 return ctx->get_session_cb; in SSL_CTX_sess_get_get_cb()
A Dssl_local.h879 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, member
/openssl-master/test/
A Dsslapitest.c1836 static SSL_SESSION *get_session_cb(SSL *ssl, const unsigned char *id, int len, in get_session_cb() function
2016 SSL_CTX_sess_set_get_cb(sctx, get_session_cb); in execute_test_session()
/openssl-master/include/openssl/
A Dssl.h.in713 SSL_SESSION *(*get_session_cb) (struct ssl_st
/openssl-master/
A DCHANGES.md9748 + Don't call get_session_cb() without proposed session

Completed in 56 milliseconds