openssl/crypto/conf
Viktor Dukhovni 25eb9299ce More configurable crypto and ssl library initialization
1.  In addition to overriding the default application name,
    one can now also override the configuration file name
    and flags passed to CONF_modules_load_file().

2.  By default we still keep going when configuration file
    processing fails.  But, applications that want to be
    strict about initialization errors can now make explicit
    flag choices via non-null OPENSSL_INIT_SETTINGS that omit
    the CONF_MFLAGS_IGNORE_RETURN_CODES flag (which had so far
    been both undocumented and unused).

3.  In OPENSSL_init_ssl() do not request OPENSSL_INIT_LOAD_CONFIG
    if the options already include OPENSSL_INIT_NO_LOAD_CONFIG.

4.  Don't set up atexit() handlers when called with opts equal to
    OPENSSL_INIT_BASE_ONLY (this flag should only be used alone).

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7969)
2019-01-07 13:53:52 -05:00
..
build.info Move the loading of the ssl_conf module to libcrypto 2018-04-05 15:30:12 +01:00
conf_api.c Use secure_getenv(3) when available. 2018-09-24 11:22:22 +10:00
conf_def.c def_load_bio(): Free |biosk| more carefully 2018-07-24 09:50:56 +02:00
conf_def.h make update 2019-01-03 09:26:34 +00:00
conf_err.c NCONF_get_number refix. 2018-07-11 09:03:22 +10:00
conf_lcl.h Move the loading of the ssl_conf module to libcrypto 2018-04-05 15:30:12 +01:00
conf_lib.c More configurable crypto and ssl library initialization 2019-01-07 13:53:52 -05:00
conf_mall.c Update copyright year 2018-04-17 15:18:40 +02:00
conf_mod.c More configurable crypto and ssl library initialization 2019-01-07 13:53:52 -05:00
conf_sap.c More configurable crypto and ssl library initialization 2019-01-07 13:53:52 -05:00
conf_ssl.c Deallocate previously loaded SSL CONF module data 2018-08-14 17:43:36 -04:00
keysets.pl Update generator copyright year. 2019-01-07 13:53:24 -05:00