Searched refs:OPENSSL_config (Results 1 – 11 of 11) sorted by relevance
5 OPENSSL_config, OPENSSL_no_config - simple OpenSSL configuration functions12 void OPENSSL_config(const char *appname);18 OPENSSL_config() configures OpenSSL using the standard B<openssl.cnf> and24 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 and47 application calls OPENSSL_config() it doesn't need to know or care about64 Neither OPENSSL_config() nor OPENSSL_no_config() return a value.73 The OPENSSL_no_config() and OPENSSL_config() functions were
27 If the simple configuration function OPENSSL_config() is called then45 L<config(5)>, L<OPENSSL_config(3)>
41 L<config(5)>, L<OPENSSL_config(3)>,
133 L<config(5)>, L<OPENSSL_config(3)>
103 used by calling OPENSSL_config(). This is not a default option for libcrypto.
31 void OPENSSL_config(const char *appname) in OPENSSL_config() function
157 OPENSSL_config(nullptr); in libssl_init()
91 DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
1820 #define OPENSSL_config BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, OPENSSL_config) macro
1694 OPENSSL_config 1682 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0
630 *) Make OPENSSL_config() error agnostic again.7804 *) Move default behaviour from OPENSSL_config(). If appname is NULL7808 *) Add an argument to OPENSSL_config() to allow the use of an alternative