Write an SSL_SESSION to a FILE stream in PEM form.
Synopsis
Declared in <openssl/ssl.h>
int
PEM_write_SSL_SESSION(
FILE* fp,
SSL_SESSION const* x);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
fp |
FILE to write to. |
x |
Session to encode. |
Created with MrDocs