From: Daniel Kubec Date: Wed, 10 Dec 2025 23:26:46 +0000 (+0100) Subject: CONF_modules_load_file.pod: The ssl_module no longer uses global data X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6b9eb0559ef307bca177a84ba9f6b8983403a4;p=thirdparty%2Fopenssl.git CONF_modules_load_file.pod: The ssl_module no longer uses global data Remove the paragraph that is no longer relevant. Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29374) --- diff --git a/doc/man3/CONF_modules_load_file.pod b/doc/man3/CONF_modules_load_file.pod index 86de1678019..4c7029e780d 100644 --- a/doc/man3/CONF_modules_load_file.pod +++ b/doc/man3/CONF_modules_load_file.pod @@ -162,12 +162,6 @@ context. Therefore, even if used with a freshly created library context, the function is not thread safe, and should not be used except as part of early application initialisation. -Applications that want to use multiple library contexts may find that the most -recently loaded configuration file perturbs prior settings in other library -contexts. -For example, B module settings are not library context specific, and the -last configuration file loaded that has an C setting changes the -SSL settings for all library contexts. The L and L functions can be used to perform late customisation of SSL contexts and connection handles. Here I means that the chosen section's settings are applied in addition