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_get_id, SSL_SESSION_set1_id — get and set the SSL session IDSYNOPSIS
#include <openssl/ssl.h>SSL_SESSION_get_id(const SSL_SESSION *s, unsigned int *len);
SSL_SESSION_set1_id(SSL_SESSION *s, const unsigned char *sid, unsigned int sid_len);