]> git.ipfire.org Git - thirdparty/openssl.git/commit
Always apply all configuration settings from the ssl section
authorTomas Mraz <tomas@openssl.org>
Thu, 14 Dec 2023 15:26:21 +0000 (16:26 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 19 Dec 2023 11:03:02 +0000 (12:03 +0100)
commit69c067ffbc2c02295e20c90e557b6fcb2f7da69c
tree4b6501e25a5a76a78cd904a59617b92a2b4128d9
parent5ccd4dec6f732b4144e16cc6c9e73f07fb506279
Always apply all configuration settings from the ssl section

Even if some configuration entry is incorrect, do not
skip the remaining ones.

Fixes #20789

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/23048)
ssl/ssl_mcnf.c