Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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.
/freebsd/secure/lib/libssl/
H A DVersion.map537 SSL_new_session_ticket;
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tserver.c572 return SSL_new_session_ticket(srv->tls); in ossl_quic_tserver_new_ticket()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c2901 || !TEST_true(SSL_new_session_ticket(serverssl))
2902 || !TEST_true(SSL_new_session_ticket(serverssl))
2921 if (!TEST_true(SSL_new_session_ticket(serverssl)) in setupbio()
2934 if (!TEST_true(SSL_new_session_ticket(serverssl))
2935 || !TEST_true(SSL_new_session_ticket(serverssl))
2946 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_ssl_set_bio()
2947 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_ssl_set_bio()
2978 if (!TEST_true(SSL_new_session_ticket(serverssl)) in test_ssl_set_bio()
2979 || !TEST_true(SSL_new_session_ticket(serverssl)) in test_ssl_set_bio()
/freebsd/crypto/openssl/util/
H A Dlibssl.num516 SSL_new_session_ticket 517 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md524 | `SSL_new_session_ticket` | HL | ��U | ��A | ��NC\* †7 | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2121 int SSL_new_session_ticket(SSL *s);
H A Dssl.h.in2074 int SSL_new_session_ticket(SSL *s);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c2918 int SSL_new_session_ticket(SSL *s) in SSL_new_session_ticket() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4205 MLINKS+= SSL_CTX_set_num_tickets.3 SSL_new_session_ticket.3