Loading Configure +2 −1 Original line number Diff line number Diff line Loading @@ -325,6 +325,7 @@ my @disablables = ( "async", "autoalginit", "autoerrinit", "autoload-config", "bf", "blake2", "camellia", Loading INSTALL +4 −0 Original line number Diff line number Diff line Loading @@ -276,6 +276,10 @@ error strings. For a statically linked application this may be undesirable if small executable size is an objective. no-autoload-config Don't automatically load the default openssl.cnf file. Typically OpenSSL will automatically load a system config file which configures default ssl options. no-capieng Don't build the CAPI engine. This option will be forced if Loading ssl/ssl_init.c +2 −0 Original line number Diff line number Diff line Loading @@ -195,7 +195,9 @@ int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS * settings) } if (!OPENSSL_init_crypto(opts #ifndef OPENSSL_NO_AUTOLOAD_CONFIG | OPENSSL_INIT_LOAD_CONFIG #endif | OPENSSL_INIT_ADD_ALL_CIPHERS | OPENSSL_INIT_ADD_ALL_DIGESTS, settings)) Loading test/ssl_test.c +5 −0 Original line number Diff line number Diff line Loading @@ -467,6 +467,11 @@ static int test_handshake(int idx) } } #ifdef OPENSSL_NO_AUTOLOAD_CONFIG if (!TEST_true(OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, NULL))) goto err; #endif if (!TEST_ptr(server_ctx) || !TEST_ptr(client_ctx) || !TEST_int_gt(CONF_modules_load(conf, test_app, 0), 0)) Loading Loading
Configure +2 −1 Original line number Diff line number Diff line Loading @@ -325,6 +325,7 @@ my @disablables = ( "async", "autoalginit", "autoerrinit", "autoload-config", "bf", "blake2", "camellia", Loading
INSTALL +4 −0 Original line number Diff line number Diff line Loading @@ -276,6 +276,10 @@ error strings. For a statically linked application this may be undesirable if small executable size is an objective. no-autoload-config Don't automatically load the default openssl.cnf file. Typically OpenSSL will automatically load a system config file which configures default ssl options. no-capieng Don't build the CAPI engine. This option will be forced if Loading
ssl/ssl_init.c +2 −0 Original line number Diff line number Diff line Loading @@ -195,7 +195,9 @@ int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS * settings) } if (!OPENSSL_init_crypto(opts #ifndef OPENSSL_NO_AUTOLOAD_CONFIG | OPENSSL_INIT_LOAD_CONFIG #endif | OPENSSL_INIT_ADD_ALL_CIPHERS | OPENSSL_INIT_ADD_ALL_DIGESTS, settings)) Loading
test/ssl_test.c +5 −0 Original line number Diff line number Diff line Loading @@ -467,6 +467,11 @@ static int test_handshake(int idx) } } #ifdef OPENSSL_NO_AUTOLOAD_CONFIG if (!TEST_true(OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, NULL))) goto err; #endif if (!TEST_ptr(server_ctx) || !TEST_ptr(client_ctx) || !TEST_int_gt(CONF_modules_load(conf, test_app, 0), 0)) Loading