Searched refs:SSL_new_session_ticket (Results 1 – 10 of 10) sorted by relevance
9 SSL_new_session_ticket20 int SSL_new_session_ticket(SSL *s);46 SSL_new_session_ticket() is used by a server application to request that a new53 SSL_new_session_ticket() was called, the ticket can be sent immediately55 SSL_do_handshake(). SSL_new_session_ticket() can be called more than once to59 SSL_new_session_ticket() indicates only that the request to send a ticket was72 SSL_new_session_ticket() return 1 on success or 0 on failure.83 SSL_new_session_ticket() was added in OpenSSL 3.0.0.
537 SSL_new_session_ticket;
572 return SSL_new_session_ticket(srv->tls); in ossl_quic_tserver_new_ticket()
2763 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()2764 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()2783 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()2796 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()2797 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()2808 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()2809 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()2840 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()2841 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
516 SSL_new_session_ticket 517 3_0_0 EXIST::FUNCTION:
524 | `SSL_new_session_ticket` | HL | U | A | NC\* †7 | Done …
2121 int SSL_new_session_ticket(SSL *s);
2074 int SSL_new_session_ticket(SSL *s);
2918 int SSL_new_session_ticket(SSL *s) in SSL_new_session_ticket() function
4205 MLINKS+= SSL_CTX_set_num_tickets.3 SSL_new_session_ticket.3