openssl/crypto/conf
Tomas Mraz 60c526975a Deallocate previously loaded SSL CONF module data
If application explicitly calls CONF_modules_load_file() the SSL
conf module will be initialized twice and the module data would leak.
We need to free it before initializing it again.

Fixes #6835

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6948)
2018-08-14 17:43:36 -04:00
..
build.info Move the loading of the ssl_conf module to libcrypto 2018-04-05 15:30:12 +01:00
conf_api.c Update copyright year 2018-05-29 13:16:04 +01:00
conf_def.c def_load_bio(): Free |biosk| more carefully 2018-07-24 09:50:56 +02:00
conf_def.h Fix false positives of IS_*() macros for 8-bit ASCII characters 2018-04-08 20:12:01 +02: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 NCONF_get_number refix. 2018-07-11 09:03:22 +10:00
conf_mall.c Update copyright year 2018-04-17 15:18:40 +02:00
conf_mod.c Update copyright year 2018-04-17 15:18:40 +02:00
conf_sap.c Resolve warnings in VC-WIN32 build, which allows to add /WX. 2017-11-13 10:58:57 +01:00
conf_ssl.c Deallocate previously loaded SSL CONF module data 2018-08-14 17:43:36 -04:00
keysets.pl Fix false positives of IS_*() macros for 8-bit ASCII characters 2018-04-08 20:12:01 +02:00