Searched refs:get_session_cb (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CTX_sess_set_get_cb.pod | 17 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 D | ssl_sess.c | 522 if (ret == NULL && s->session_ctx->get_session_cb != NULL) { in lookup_sess_in_cache() 525 ret = s->session_ctx->get_session_cb(SSL_CONNECTION_GET_USER_SSL(s), in lookup_sess_in_cache() 1370 ctx->get_session_cb = cb; in SSL_CTX_sess_set_get_cb() 1377 return ctx->get_session_cb; in SSL_CTX_sess_get_get_cb()
|
H A D | ssl_local.h | 831 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, member
|
/openssl/test/ |
H A D | sslapitest.c | 2052 static SSL_SESSION *get_session_cb(SSL *ssl, const unsigned char *id, int len, in get_session_cb() function 2232 SSL_CTX_sess_set_get_cb(sctx, get_session_cb); in execute_test_session() 9477 SSL_CTX_sess_set_get_cb(sctx, get_session_cb); in test_session_cache_overflow()
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 733 SSL_SESSION *(*get_session_cb) (struct ssl_st
|
/openssl/ |
H A D | CHANGES.md | 11687 + Don't call get_session_cb() without proposed session
|
Completed in 99 milliseconds