]> git.ipfire.org Git - thirdparty/openssl.git/commit
Expand and clarify SSL_CTX_config(3) docs.
authorViktor Dukhovni <openssl-users@dukhovni.org>
Mon, 17 Nov 2025 08:04:58 +0000 (19:04 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 21 Nov 2025 14:13:09 +0000 (15:13 +0100)
commitfb43a0ac5a520e55c481bfdfab07c9b01bd60df2
treefbf80c5f725b41ec2a7883234c60d64784b865ba
parent98e8800e704e5c8caf6fab5871e22ceec758ee07
Expand and clarify SSL_CTX_config(3) docs.

- Document significant limitations in CONF_module_load_file() in OpenSSL 3.x

- Given the limitations, deëmphasise the use of CONF_module_load_file()
  in SSL_CTX_config(3) documentation, showing an example with the default
  config file instead.

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28650)
doc/man3/CONF_modules_load_file.pod
doc/man3/OPENSSL_init_crypto.pod
doc/man3/SSL_CTX_config.pod
doc/man5/config.pod