Searched refs:tickets (Results 1 – 5 of 5) sorted by relevance
21 covered by compat.sh: session resumption (using session cache or tickets),
384 *[-_\ =]tickets=[^0]*)
517 int tickets; /* enable / disable session tickets */ member935 opt.tickets = DFL_TICKETS; in main()1144 opt.tickets = atoi(q); in main()1145 if (opt.tickets < 0) { in main()1854 mbedtls_ssl_conf_session_tickets(&conf, opt.tickets); in main()
655 int tickets; /* enable / disable session tickets */ member1715 opt.tickets = DFL_TICKETS; in main()2098 opt.tickets = atoi(q); in main()2099 if (opt.tickets < 0) { in main()2878 if (opt.tickets != MBEDTLS_SSL_SESSION_TICKETS_DISABLED) { in main()2905 mbedtls_ssl_conf_new_session_tickets(&conf, opt.tickets); in main()
4107 * New server-side implementation of session tickets that rotate keys to4155 place of mbedtls_ssl_conf_session_tickets() to enable session tickets.4700 * Fixed bug with session tickets and non-blocking I/O in the unlikely case4837 * Support for session tickets (RFC 5077)