Home
last modified time | relevance | path

Searched refs:sess_out (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/
H A Ds_client.c109 static char *sess_out = NULL; variable
815 if (sess_out != NULL) { in new_session_cb()
816 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
819 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1098 sess_out = opt_arg(); in s_client_main()
/openssl/doc/man1/
H A Dopenssl-s_client.pod.in108 [B<-sess_out> I<filename>]
727 =item B<-sess_out> I<filename>
1026 -sess_out /path/to/tls_session_params_file

Completed in 14 milliseconds