Home
last modified time | relevance | path

Searched refs:OPENSSL_config (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/doc/man3/
DOPENSSL_config.pod5 OPENSSL_config, OPENSSL_no_config - simple OpenSSL configuration functions
12 void OPENSSL_config(const char *appname);
18 OPENSSL_config() configures OpenSSL using the standard B<openssl.cnf> and
24 OPENSSL_no_config() disables configuration. If called before OPENSSL_config()
28 call to OpenSSL_add_all_algorithms() will implicitly call OPENSSL_config()
33 The OPENSSL_config() function is designed to be a very simple "call it and
47 application calls OPENSSL_config() it doesn't need to know or care about
64 Neither OPENSSL_config() nor OPENSSL_no_config() return a value.
73 The OPENSSL_no_config() and OPENSSL_config() functions were
DOPENSSL_load_builtin_modules.pod27 If the simple configuration function OPENSSL_config() is called then
45 L<config(5)>, L<OPENSSL_config(3)>
DCONF_modules_free.pod41 L<config(5)>, L<OPENSSL_config(3)>,
DCONF_modules_load_file.pod133 L<config(5)>, L<OPENSSL_config(3)>
DOPENSSL_init_crypto.pod103 used by calling OPENSSL_config(). This is not a default option for libcrypto.
/third_party/openssl/crypto/conf/
Dconf_sap.c31 void OPENSSL_config(const char *appname) in OPENSSL_config() function
/third_party/nghttp2/src/
Dtls.cc157 OPENSSL_config(nullptr); in libssl_init()
/third_party/openssl/include/openssl/
Dconf.h91 DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1820 #define OPENSSL_config BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, OPENSSL_config) macro
/third_party/openssl/util/
Dlibcrypto.num1694 OPENSSL_config 1682 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0
/third_party/openssl/
DCHANGES630 *) Make OPENSSL_config() error agnostic again.
7804 *) Move default behaviour from OPENSSL_config(). If appname is NULL
7808 *) Add an argument to OPENSSL_config() to allow the use of an alternative