conf: add diagnostic option
authorPauli <paul.dale@oracle.com>
Wed, 26 Aug 2020 03:41:30 +0000 (13:41 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 28 Aug 2020 09:21:29 +0000 (19:21 +1000)
commit33855c0af6046c2b36d1c541b0962e534fa6f8d9
tree32c2db416b5c06d8709eb5fb69b77e04ba81edb4
parent3d94185718e592660fdf5b988bef294b6adf0739
conf: add diagnostic option

Add an option to configuration files "config_diagnostics" that when set to a
non-zero value, overrides the error ignoring flags.  The outcome is that
diagnostic option is produced when e.g. sections are missing.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12663)
crypto/conf/conf_mod.c
doc/man3/CONF_modules_load_file.pod
doc/man5/config.pod