Searched refs:get_session_cb (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/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
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_sess.c | 446 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, ©); 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 D | ssl_local.h | 774 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_local.h | 882 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, member
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | ssl.h | 721 SSL_SESSION *(*get_session_cb) (struct ssl_st
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | sslapitest.c | 1146 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 D | ssl.h.in | 713 SSL_SESSION *(*get_session_cb) (struct ssl_st
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | CHANGES | 5872 + Don't call get_session_cb() without proposed session
|