Home
last modified time | relevance | path

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

123

/dports/security/testssl.sh/testssl.sh-3.0.6/utils/
H A Dresume.sh9 openssl s_client -connect $1:443 -servername $1 -bugs -no_ssl2 -no_ticket -sess_out /tmp/ssl_s </de…
16 openssl s_client -connect $1:443 -servername $1 -bugs -no_ssl2 -sess_out /tmp/ssl_s </dev/null &>/d…
/dports/security/hitch/hitch-1.7.0/src/tests/
H A Dtest06-ticket-resume-tls1_2.sh12 s_client -tls1_2 -sess_out sess_ticket.txt >out.dump
H A Dtest35-ticket-resume-tls1_3.sh17 s_client -delay=1 -tls1_3 -sess_out sess_ticket.txt >out.dump
/dports/www/h2o-devel/h2o-dcc7134/t/
H A D40redis-session-resumption.t67 …test(spawn_h2o({conf => $conf, max_ssl_version => 'TLSv1.2'}), "-sess_out $tempdir/session", "New"…
90 …test(spawn_h2o({conf => $conf, max_ssl_version => 'TLSv1.2'}), "-sess_out $tempdir/session", "New"…
H A D40memcached-session-resumption.t62 $spawn_and_connect->("-sess_out $tempdir/session", "New");
H A D40session-ticket.t134 …my $cmd_opts = (-e "$tempdir/session" ? "-sess_in $tempdir/session" : "") . " -sess_out $tempdir/s…
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Ds_client.c337 char *sess_out = NULL; in MAIN() local
418 sess_out = *(++argv); in MAIN()
1050 if (sess_out) in MAIN()
1052 BIO *stmp = BIO_new_file(sess_out, "w"); in MAIN()
1059 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in MAIN()
/dports/security/libressl/libressl-3.4.3/apps/openssl/
H A Ds_client.c234 char *sess_out; member
760 .opt.arg = &s_client_config.sess_out,
1337 if (s_client_config.sess_out) { in s_client_main()
1339 s_client_config.sess_out, "w"); in s_client_main()
1347 s_client_config.sess_out); in s_client_main()
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Ds_client.c234 char *sess_out; member
760 .opt.arg = &s_client_config.sess_out,
1337 if (s_client_config.sess_out) { in s_client_main()
1339 s_client_config.sess_out, "w"); in s_client_main()
1347 s_client_config.sess_out); in s_client_main()
/dports/www/obhttpd/libressl-3.4.1/apps/openssl/
H A Ds_client.c234 char *sess_out; member
760 .opt.arg = &s_client_config.sess_out,
1337 if (s_client_config.sess_out) { in s_client_main()
1339 s_client_config.sess_out, "w"); in s_client_main()
1347 s_client_config.sess_out); in s_client_main()
/dports/security/sslproxy/SSLproxy-0.9.2/tests/check/pki/
H A DGNUmakefile120 -quiet -no_ign_eof -sess_out $@ ; \
/dports/security/sslsplit/sslsplit-0.5.5/extra/pki/
H A DGNUmakefile120 -quiet -no_ign_eof -sess_out $@ ; \
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Ds_client.c722 char *sess_out = NULL; in MAIN() local
823 sess_out = *(++argv); in MAIN()
1712 if (sess_out) { in MAIN()
1713 BIO *stmp = BIO_new_file(sess_out, "w"); in MAIN()
1719 sess_out); in MAIN()
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dopenssl66 -sess_in | -sess_out | -spkac | -sigfile | -sign | -signkey | -signer | \
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Ds_client.c733 char *sess_out = NULL; in MAIN() local
840 sess_out = *(++argv); in MAIN()
1941 if (sess_out) { in MAIN()
1942 BIO *stmp = BIO_new_file(sess_out, "w"); in MAIN()
1948 sess_out); in MAIN()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c69 static char *sess_out = NULL; variable
853 if (sess_out != NULL) { in new_session_cb()
854 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
857 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1116 sess_out = opt_arg(); in s_client_main()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c67 static char *sess_out = NULL; variable
754 if (sess_out != NULL) { in new_session_cb()
755 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
758 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1027 sess_out = opt_arg(); in s_client_main()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c69 static char *sess_out = NULL; variable
853 if (sess_out != NULL) { in new_session_cb()
854 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
857 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1116 sess_out = opt_arg(); in s_client_main()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c69 static char *sess_out = NULL; variable
853 if (sess_out != NULL) { in new_session_cb()
854 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
857 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1116 sess_out = opt_arg(); in s_client_main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Ds_client.c69 static char *sess_out = NULL; variable
853 if (sess_out != NULL) { in new_session_cb()
854 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
857 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1116 sess_out = opt_arg(); in s_client_main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c69 static char *sess_out = NULL; variable
853 if (sess_out != NULL) { in new_session_cb()
854 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
857 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1116 sess_out = opt_arg(); in s_client_main()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c69 static char *sess_out = NULL; variable
853 if (sess_out != NULL) { in new_session_cb()
854 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
857 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1116 sess_out = opt_arg(); in s_client_main()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c69 static char *sess_out = NULL; variable
853 if (sess_out != NULL) { in new_session_cb()
854 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
857 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1116 sess_out = opt_arg(); in s_client_main()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Ds_client.c69 static char *sess_out = NULL; variable
853 if (sess_out != NULL) { in new_session_cb()
854 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
857 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1116 sess_out = opt_arg(); in s_client_main()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Ds_client.c67 static char *sess_out = NULL; variable
754 if (sess_out != NULL) { in new_session_cb()
755 BIO *stmp = BIO_new_file(sess_out, "w"); in new_session_cb()
758 BIO_printf(bio_err, "Error writing session file %s\n", sess_out); in new_session_cb()
1027 sess_out = opt_arg(); in s_client_main()

123