Searched refs:get_session_cb (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/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
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_sess.c | 524 if (ret == NULL && s->session_ctx->get_session_cb != NULL) { in lookup_sess_in_cache() 527 ret = s->session_ctx->get_session_cb(SSL_CONNECTION_GET_USER_SSL(s), in lookup_sess_in_cache() 1376 ctx->get_session_cb = cb; in SSL_CTX_sess_set_get_cb() 1385 return ctx->get_session_cb; in SSL_CTX_sess_get_get_cb()
|
| H A D | ssl_local.h | 834 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, member
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 758 SSL_SESSION *(*get_session_cb)(struct ssl_st
|
| H A D | ssl.h.in | 735 SSL_SESSION *(*get_session_cb)(struct ssl_st
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 2061 static SSL_SESSION *get_session_cb(SSL *ssl, const unsigned char *id, int len, in get_session_cb() function 2241 SSL_CTX_sess_set_get_cb(sctx, get_session_cb); in execute_test_session() 9737 SSL_CTX_sess_set_get_cb(sctx, get_session_cb); in test_session_cache_overflow()
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 12366 + Don't call get_session_cb() without proposed session
|