Loading apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ #define PROG ca_main #define BASE_SECTION "ca" #define CONFIG_FILE "lib/ssleay.cnf" #define CONFIG_FILE "lib/openssl.cnf" #define ENV_DEFAULT_CA "default_ca" Loading apps/eay.c +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ #define MONOLITH #include "ssleay.c" #include "openssl.c" #include "apps.c" #include "asn1pars.c" #ifndef NO_RSA Loading apps/s_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ static void sc_usage() BIO_printf(bio_err," -tls1 - just use TLSv1\n"); BIO_printf(bio_err," -no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol\n"); BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n"); BIO_printf(bio_err," -cipher - prefered cipher to use, use the 'ssleay ciphers'\n"); BIO_printf(bio_err," -cipher - prefered cipher to use, use the 'openssl ciphers'\n"); BIO_printf(bio_err," command to see what is available\n"); } Loading apps/s_server.c +1 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,7 @@ static void sv_usage() BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n"); BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n"); BIO_printf(bio_err," -nocert - Don't use any certificates (Anon-DH)\n"); BIO_printf(bio_err," -cipher arg - play with 'ssleay ciphers' to see what goes here\n"); BIO_printf(bio_err," -cipher arg - play with 'openssl ciphers' to see what goes here\n"); BIO_printf(bio_err," -quiet - No server output\n"); BIO_printf(bio_err," -no_tmp_rsa - Do not generate a tmp RSA key\n"); BIO_printf(bio_err," -ssl2 - Just talk SSLv2\n"); Loading apps/s_time.c +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ static void s_time_usage() not specified but cert fill is.\n\ -CApath arg - PEM format directory of CA's\n\ -CAfile arg - PEM format file of CA's\n\ -cipher - prefered cipher to use, play with 'ssleay ciphers'\n\n"; -cipher - prefered cipher to use, play with 'openssl ciphers'\n\n"; printf( "usage: client <args>\n\n" ); Loading Loading
apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ #define PROG ca_main #define BASE_SECTION "ca" #define CONFIG_FILE "lib/ssleay.cnf" #define CONFIG_FILE "lib/openssl.cnf" #define ENV_DEFAULT_CA "default_ca" Loading
apps/eay.c +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ #define MONOLITH #include "ssleay.c" #include "openssl.c" #include "apps.c" #include "asn1pars.c" #ifndef NO_RSA Loading
apps/s_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ static void sc_usage() BIO_printf(bio_err," -tls1 - just use TLSv1\n"); BIO_printf(bio_err," -no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol\n"); BIO_printf(bio_err," -bugs - Switch on all SSL implementation bug workarounds\n"); BIO_printf(bio_err," -cipher - prefered cipher to use, use the 'ssleay ciphers'\n"); BIO_printf(bio_err," -cipher - prefered cipher to use, use the 'openssl ciphers'\n"); BIO_printf(bio_err," command to see what is available\n"); } Loading
apps/s_server.c +1 −1 Original line number Diff line number Diff line Loading @@ -205,7 +205,7 @@ static void sv_usage() BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n"); BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n"); BIO_printf(bio_err," -nocert - Don't use any certificates (Anon-DH)\n"); BIO_printf(bio_err," -cipher arg - play with 'ssleay ciphers' to see what goes here\n"); BIO_printf(bio_err," -cipher arg - play with 'openssl ciphers' to see what goes here\n"); BIO_printf(bio_err," -quiet - No server output\n"); BIO_printf(bio_err," -no_tmp_rsa - Do not generate a tmp RSA key\n"); BIO_printf(bio_err," -ssl2 - Just talk SSLv2\n"); Loading
apps/s_time.c +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ static void s_time_usage() not specified but cert fill is.\n\ -CApath arg - PEM format directory of CA's\n\ -CAfile arg - PEM format file of CA's\n\ -cipher - prefered cipher to use, play with 'ssleay ciphers'\n\n"; -cipher - prefered cipher to use, play with 'openssl ciphers'\n\n"; printf( "usage: client <args>\n\n" ); Loading