Home
last modified time | relevance | path

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

/mbedtls-latest/tests/
DDescriptions.txt21 covered by compat.sh: session resumption (using session cache or tickets),
Dssl-opt.sh470 *[-_\ =]tickets=[^0]*)
/mbedtls-latest/programs/ssl/
Dssl_client2.c519 int tickets; /* enable / disable session tickets (TLS 1.2) */ member
974 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()
Dssl_server2.c660 int tickets; /* enable / disable session tickets */ member
1747 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()
/mbedtls-latest/
DChangeLog31 * By default, the handling of TLS 1.3 tickets by the Mbed TLS client is now
32 disabled at runtime. Applications that were using TLS 1.3 tickets
34 need to enable the handling of TLS 1.3 tickets through the new
113 * Fix TLS 1.3 client build and runtime when support for session tickets is
162 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 to
4610 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 case
5292 * Support for session tickets (RFC 5077)
/mbedtls-latest/tests/suites/
Dtest_suite_ssl.function4704 * the tickets it creates. To be able to test early data with a ticket