Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_sess.c446 if (ret == NULL && s->session_ctx->get_session_cb != NULL) { in lookup_sess_in_cache()
449 ret = s->session_ctx->get_session_cb(s, sess_id, sess_id_len, &copy); in lookup_sess_in_cache()
1172 ctx->get_session_cb = cb; in SSL_CTX_sess_set_get_cb()
1179 return ctx->get_session_cb; in SSL_CTX_sess_get_get_cb()
H A Dssl_local.h774 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, member
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h882 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, member
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h721 SSL_SESSION *(*get_session_cb) (struct ssl_st
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c1146 static SSL_SESSION *get_session_cb(SSL *ssl, const unsigned char *id, int len, in get_session_cb() function
1322 SSL_CTX_sess_set_get_cb(sctx, get_session_cb); in execute_test_session()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in713 SSL_SESSION *(*get_session_cb) (struct ssl_st
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES5872 + Don't call get_session_cb() without proposed session