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
SSL_SESSION_get0_id_context, SSL_SESSION_set1_id_context — get and set the SSL ID context associated with a sessionSYNOPSIS
#include <openssl/ssl.h>SSL_SESSION_get0_id_context(const SSL_SESSION *s, unsigned int *len);
SSL_SESSION_set1_id_context(SSL_SESSION *s, const unsigned char *sid_ctx, unsigned int sid_ctx_len);