Home
last modified time | relevance | path

Searched refs:keylog_file (Results 1 – 4 of 4) sorted by relevance

/openssl/apps/include/
H A Ds_apps.h85 int set_keylog_file(SSL_CTX *ctx, const char *keylog_file);
/openssl/apps/lib/
H A Ds_cb.c1610 int set_keylog_file(SSL_CTX *ctx, const char *keylog_file) in set_keylog_file() argument
1616 if (ctx == NULL || keylog_file == NULL) { in set_keylog_file()
1626 bio_keylog = BIO_new_file(keylog_file, "a"); in set_keylog_file()
1628 BIO_printf(bio_err, "Error writing keylog file %s\n", keylog_file); in set_keylog_file()
/openssl/apps/
H A Ds_client.c946 const char *keylog_file = NULL, *early_data_file = NULL; in s_client_main() local
1556 keylog_file = opt_arg(); in s_client_main()
2066 if (set_keylog_file(ctx, keylog_file)) in s_client_main()
H A Ds_server.c1084 const char *keylog_file = NULL; in s_server_main() local
1653 keylog_file = opt_arg(); in s_server_main()
2299 if (set_keylog_file(ctx, keylog_file)) in s_server_main()

Completed in 27 milliseconds