Home | History | Annotate | Download | only in ssl

Lines Matching refs:sessions

245  * very close to 2^128 (or 2^256) SSL sessions to our server. How you might
246 * store that many sessions is perhaps a more interesting question ... */
263 * we could not prevent the concurrent creation of sessions
467 * - Both for new and resumed sessions, s->tlsext_ticket_expected is set to 1
518 ret=lh_SSL_SESSION_retrieve(s->session_ctx->sessions,&data);
652 s=lh_SSL_SESSION_insert(ctx->sessions,c);
656 * ctx->sessions), or we're in trouble. */
718 if ((r = lh_SSL_SESSION_retrieve(ctx->sessions,c)) == c)
721 r=lh_SSL_SESSION_delete(ctx->sessions,c);
998 tp.cache=s->sessions;