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:06:46 +0000 (12:06 +0100)
commita438e5288e0d33b632ad6327d3251c6dd6329dea
tree8c677b80cb85227365ade8940b5a82c52e36b292
parent733daf907d712db2566402e196c2b21ad16468e4
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)

(cherry picked from commit 69c067ffbc2c02295e20c90e557b6fcb2f7da69c)
ssl/ssl_mcnf.c