Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
SSL_SESSION_has_ticket, SSL_SESSION_get_ticket_lifetime_hint — get details about the ticket associated with a session
SSL_SESSION_has_ticket
SSL_SESSION_get_ticket_lifetime_hint
#include <openssl/ssl.h>
int SSL_SESSION_has_ticket(const SSL_SESSION *s);
unsigned long SSL_SESSION_get_ticket_lifetime_hint(const SSL_SESSION *s);
SSL_SESSION_has_ticket() returns 1 if there is a Session Ticket associated with s or 0 otherwise.
SSL_SESSION_get_ticket_lifetime_hint() returns the lifetime hint in seconds associated with the session ticket.
ssl(3), SSL_SESSION_get_id(3), SSL_SESSION_get_time(3), SSL_SESSION_new(3)
These functions first appeared in OpenSSL 1.1.0 and have been available since OpenBSD 6.3.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.