Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_set_num_tickets.pod9 SSL_new_session_ticket
20 int SSL_new_session_ticket(SSL *s);
46 SSL_new_session_ticket() is used by a server application to request that a new
53 SSL_new_session_ticket() was called, the ticket can be sent immediately
55 SSL_do_handshake(). SSL_new_session_ticket() can be called more than once to
59 SSL_new_session_ticket() indicates only that the request to send a ticket was
72 SSL_new_session_ticket() return 1 on success or 0 on failure.
83 SSL_new_session_ticket() was added in OpenSSL 3.0.0.
/third_party/openssl/test/
Dsslapitest.c2548 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
2549 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
2568 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
2581 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
2582 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
2593 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
2594 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
2625 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
2626 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_extra_tickets()
/third_party/openssl/util/
Dlibssl.num516 SSL_new_session_ticket 517 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ssl/
Dssl_lib.c2345 int SSL_new_session_ticket(SSL *s) in SSL_new_session_ticket() function
/third_party/openssl/include/openssl/
Dssl.h.in1999 int SSL_new_session_ticket(SSL *s);