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_client, tls_server, tls_configure, tls_reset, tls_free — configure a TLS connectionSYNOPSIS
#include <tls.h>tls_client(void);
tls_server(void);
tls_configure(struct tls *ctx, struct tls_config *config);
tls_free(struct tls *ctx);
tls_reset(struct tls *ctx);