openssl/crypto/conf
erbsland-dev f54e4bc51b Fix line continuation check in config parser
Fixes #8038: Previously, line continuation logic did not account for the 'again' flag, which could cause incorrect removal of a backslash character in the middle of a line. This fix ensures that line continuation is correctly handled only when 'again' is false, thus improving the reliability of the configuration parser.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24890)
2024-07-16 21:32:40 +02:00
..
build.info
conf_api.c
conf_def.c Fix line continuation check in config parser 2024-07-16 21:32:40 +02:00
conf_def.h
conf_err.c Detect and prevent recursive config parsing 2023-12-21 13:38:31 -05:00
conf_lib.c docs: document that *_free(NULL) does nothing 2024-06-27 18:26:26 +02:00
conf_local.h
conf_mall.c
conf_mod.c Allow openssl version to function in the absence of a config file 2024-07-09 04:01:44 -04:00
conf_sap.c Free appname if it was set after initializing crypto. 2024-06-27 19:49:52 +02:00
conf_ssl.c
keysets.pl