mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
Some more changes for renaming the binary from ssleay to openssl.
I wonder what eay.c is?
This commit is contained in:
parent
06d5b16225
commit
e170a5c050
@ -82,7 +82,7 @@
|
|||||||
#define PROG ca_main
|
#define PROG ca_main
|
||||||
|
|
||||||
#define BASE_SECTION "ca"
|
#define BASE_SECTION "ca"
|
||||||
#define CONFIG_FILE "lib/ssleay.cnf"
|
#define CONFIG_FILE "lib/openssl.cnf"
|
||||||
|
|
||||||
#define ENV_DEFAULT_CA "default_ca"
|
#define ENV_DEFAULT_CA "default_ca"
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
#define MONOLITH
|
#define MONOLITH
|
||||||
|
|
||||||
#include "ssleay.c"
|
#include "openssl.c"
|
||||||
#include "apps.c"
|
#include "apps.c"
|
||||||
#include "asn1pars.c"
|
#include "asn1pars.c"
|
||||||
#ifndef NO_RSA
|
#ifndef NO_RSA
|
||||||
|
@ -130,7 +130,7 @@ static void sc_usage()
|
|||||||
BIO_printf(bio_err," -tls1 - just use TLSv1\n");
|
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," -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," -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");
|
BIO_printf(bio_err," command to see what is available\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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," -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," -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," -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," -quiet - No server output\n");
|
||||||
BIO_printf(bio_err," -no_tmp_rsa - Do not generate a tmp RSA key\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");
|
BIO_printf(bio_err," -ssl2 - Just talk SSLv2\n");
|
||||||
|
@ -228,7 +228,7 @@ static void s_time_usage()
|
|||||||
not specified but cert fill is.\n\
|
not specified but cert fill is.\n\
|
||||||
-CApath arg - PEM format directory of CA's\n\
|
-CApath arg - PEM format directory of CA's\n\
|
||||||
-CAfile arg - PEM format file 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" );
|
printf( "usage: client <args>\n\n" );
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ static void sc_usage()
|
|||||||
BIO_printf(bio_err," -tls1 - just use TLSv1\n");
|
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," -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," -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");
|
BIO_printf(bio_err," command to see what is available\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -450,7 +450,7 @@ char **argv;
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
if (strcmp(*argv,"ssleay") == 0)
|
if (strcmp(*argv,"openssl") == 0)
|
||||||
{
|
{
|
||||||
RSA_set_default_method(RSA_PKCS1_SSLeay());
|
RSA_set_default_method(RSA_PKCS1_SSLeay());
|
||||||
j--;
|
j--;
|
||||||
|
Loading…
Reference in New Issue
Block a user