Home
last modified time | relevance | path

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

/mbedtls-development/tests/
A DDescriptions.txt21 covered by compat.sh: session resumption (using session cache or tickets),
/mbedtls-development/programs/ssl/
A Dssl_client2.c490 int tickets; /* enable / disable session tickets */ member
858 opt.tickets = DFL_TICKETS; in main()
1069 opt.tickets = atoi( q ); in main()
1070 if( opt.tickets < 0 || opt.tickets > 2 ) in main()
1849 mbedtls_ssl_conf_session_tickets( &conf, opt.tickets ); in main()
A Dssl_server2.c609 int tickets; /* enable / disable session tickets */ member
1536 opt.tickets = DFL_TICKETS; in main()
1906 opt.tickets = atoi( q ); in main()
1907 if( opt.tickets < 0 || opt.tickets > 1 ) in main()
2706 if( opt.tickets == MBEDTLS_SSL_SESSION_TICKETS_ENABLED ) in main()
/mbedtls-development/docs/
A Duse-psa-crypto.md106 `ssl_ticket.c` for protecting tickets we issue.
/mbedtls-development/
A DChangeLog2916 * New server-side implementation of session tickets that rotate keys to
2964 place of mbedtls_ssl_conf_session_tickets() to enable session tickets.
3509 * Fixed bug with session tickets and non-blocking I/O in the unlikely case
3646 * Support for session tickets (RFC 5077)

Completed in 19 milliseconds