Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
tls_config_set_session_fd, tls_config_set_session_id, tls_config_set_session_lifetime, tls_config_add_ticket_key — configure resuming of TLS handshakesSYNOPSIS
#include <tls.h>tls_config_set_session_fd(struct tls_config *config, int session_fd);
tls_config_set_session_id(struct tls_config *config, const unsigned char *session_id, size_t len);
tls_config_set_session_lifetime(struct tls_config *config, int lifetime);
tls_config_add_ticket_key(struct tls_config *config, uint32_t keyrev, unsigned char *key, size_t keylen);