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
PEM_read_SSL_SESSION, PEM_read_bio_SSL_SESSION, PEM_write_SSL_SESSION, PEM_write_bio_SSL_SESSION — encode and decode SSL session objects in PEM formatSYNOPSIS
#include <openssl/ssl.h>PEM_read_SSL_SESSION(FILE *fp, SSL_SESSION **a, pem_password_cb *cb, void *u);
PEM_read_bio_SSL_SESSION(BIO *bp, SSL_SESSION **a, pem_password_cb *cb, void *u);
PEM_write_SSL_SESSION(FILE *fp, const SSL_SESSION *a);
PEM_write_bio_SSL_SESSION(BIO *bp, const SSL_SESSION *a);