Lines Matching defs:session

173 /* SSLeay version number for ASN.1 encoding of the session information */
462 * Ticket_lifetime_hint [9] EXPLICIT INTEGER, -- server's lifetime hint for session ticket
463 * Ticket [10] EXPLICIT OCTET STRING, -- session ticket (clients only)
472 int ssl_version; /* what ssl version session info is
483 /* this is used to determine whether the session is being reused in
497 /* Used to indicate that session resumption is not allowed.
498 * Applications can also set this bit for a new session via
499 * not_resumable_session_cb to disable session caching and tickets. */
510 /* when app_verify_callback accepts a session where the peer's certificate
511 * is not ok, we must remember the error for session reuse: */
529 /* These are used to make removal of session-ids more
589 /* As server, disallow session resumption on renegotiation */
760 * them. It is used to override the generation of SSL/TLS session IDs in a
766 * The length value passed in is set at the maximum size the session ID can be.
768 * can alter this length to be less if desired, but under SSLv2 session IDs are
803 /* Most session-ids that will be cached, default is
822 * time a session id is added to the cache. If this function
827 * a session-id is removed from the cache. After the call,
842 int sess_miss; /* session lookup misses */
843 int sess_timeout; /* reuse attempt on timeouted session */
844 int sess_cache_full; /* session removed due to full cache */
845 int sess_hit; /* session reuse actually done */
846 int sess_cb_hit; /* session-id that was not
850 * supplying session-id's from other
915 /* Default generate session ID callback. */
943 /* RFC 4507 session ticket keys */
1146 BIO *bbio; /* used during session-id reuse to concatenate
1173 int new_session;/* Generate a new session or reuse an old one.
1174 * NB: For servers, the 'new' session may actually be a previously
1175 * cached session or even the previous session unless
1203 int hit; /* reusing a previous session */
1235 /* session info */
1246 /* This can also be in the session once a session is established */
1247 SSL_SESSION *session;
1249 /* Default generate session ID callback. */
1318 /* RFC4507 session ticket expected to be received or sent */
1338 /* TLS pre-shared secret session resumption */
1790 int SSL_set_session(SSL *to, SSL_SESSION *session);
2072 /* Pre-shared secret session resumption functions */