Searched refs:stateful (Results 1 – 4 of 4) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CTX_set_options.pod | 326 ids. However, OpenSSL allows two modes of ticket operation in TLSv1.3: stateful 337 ticket gets sent to the client at all. In TLSv1.3 a stateful ticket will be 340 In TLSv1.3 it is possible to suppress all tickets (stateful and stateless) from
|
/openssl/test/ |
H A D | sslapitest.c | 2467 static int setup_ticket_test(int stateful, int idx, SSL_CTX **sctx, in setup_ticket_test() argument 2481 if (stateful) in setup_ticket_test() 2548 static int test_tickets(int stateful, int idx) in test_tickets() argument 2560 if (!setup_ticket_test(stateful, idx, &sctx, &cctx)) in test_tickets() 2591 if (!setup_ticket_test(stateful, idx, &sctx, &cctx)) in test_tickets() 2604 if (!setup_ticket_test(stateful, idx, &sctx, &cctx)) in test_tickets() 2727 int stateful = 0; in test_extra_tickets() local 2736 stateful = 1; in test_extra_tickets() 2739 if (!TEST_ptr(bretry) || !setup_ticket_test(stateful, idx, &sctx, &cctx)) in test_extra_tickets()
|
/openssl/ |
H A D | NEWS.md | 1437 * Changed the ZLIB compression method to be stateful.
|
H A D | CHANGES.md | 12665 * Change the ZLIB compression method to be stateful, and make it
|
Completed in 74 milliseconds