Home
last modified time | relevance | path

Searched refs:tickets (Results 1 – 5 of 5) sorted by relevance

/mbedtls-3.5.0/tests/
DDescriptions.txt21 covered by compat.sh: session resumption (using session cache or tickets),
Dssl-opt.sh388 *[-_\ =]tickets=[^0]*)
/mbedtls-3.5.0/programs/ssl/
Dssl_client2.c528 int tickets; /* enable / disable session tickets */ member
950 opt.tickets = DFL_TICKETS; in main()
1159 opt.tickets = atoi(q); in main()
1160 if (opt.tickets < 0) { in main()
1911 mbedtls_ssl_conf_session_tickets(&conf, opt.tickets); in main()
Dssl_server2.c665 int tickets; /* enable / disable session tickets */ member
1728 opt.tickets = DFL_TICKETS; in main()
2111 opt.tickets = atoi(q); in main()
2112 if (opt.tickets < 0) { in main()
2933 if (opt.tickets != MBEDTLS_SSL_SESSION_TICKETS_DISABLED) { in main()
2960 mbedtls_ssl_conf_new_session_tickets(&conf, opt.tickets); in main()
/mbedtls-3.5.0/
DChangeLog3786 * New server-side implementation of session tickets that rotate keys to
3834 place of mbedtls_ssl_conf_session_tickets() to enable session tickets.
4379 * Fixed bug with session tickets and non-blocking I/O in the unlikely case
4516 * Support for session tickets (RFC 5077)