Searched refs:tickets (Results 1 – 6 of 6) sorted by relevance
21 covered by compat.sh: session resumption (using session cache or tickets),
470 *[-_\ =]tickets=[^0]*)
519 int tickets; /* enable / disable session tickets (TLS 1.2) */ member974 opt.tickets = DFL_TICKETS; in main()1229 opt.tickets = atoi(q); in main()1230 if (opt.tickets < 0) { in main()1947 mbedtls_ssl_conf_session_tickets(&conf, opt.tickets); in main()
660 int tickets; /* enable / disable session tickets */ member1747 opt.tickets = DFL_TICKETS; in main()2182 opt.tickets = atoi(q); in main()2183 if (opt.tickets < 0) { in main()2963 if (opt.tickets != MBEDTLS_SSL_SESSION_TICKETS_DISABLED) { in main()2990 mbedtls_ssl_conf_new_session_tickets(&conf, opt.tickets); in main()
31 * By default, the handling of TLS 1.3 tickets by the Mbed TLS client is now32 disabled at runtime. Applications that were using TLS 1.3 tickets34 need to enable the handling of TLS 1.3 tickets through the new113 * Fix TLS 1.3 client build and runtime when support for session tickets is162 the default configuration connecting to a TLS 1.3 server sending tickets.387 tickets compared to peer using a millisecond clock (observed with GnuTLS).4562 * New server-side implementation of session tickets that rotate keys to4610 place of mbedtls_ssl_conf_session_tickets() to enable session tickets.5155 * Fixed bug with session tickets and non-blocking I/O in the unlikely case5292 * Support for session tickets (RFC 5077)
4704 * the tickets it creates. To be able to test early data with a ticket