]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
Fix remaining provider config settings to be decisive in value
authorNeil Horman <nhorman@openssl.org>
Wed, 20 Dec 2023 18:00:57 +0000 (13:00 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 27 Dec 2023 08:32:48 +0000 (09:32 +0100)
commit9277ed0a4fc082807ad8d8f66925fb7968437cf6
tree997facda414af0b3ea29f0b31e82d5e512ab55fa
parent62457fd9415d707baf76f219bbb9a29106ba092b
Fix remaining provider config settings to be decisive in value

There is one remaining config setting for providers, soft_load, which is
enabled when provided in a config, regardless of its value.  Augment it
to require a decisive value 1/0, yes/no, on/off, true/false, as we've
recently done for the activate setting.

Also, since it wasn't previously documented, add docs for it.

Fixes #23105

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23111)
CHANGES.md
crypto/provider_conf.c
doc/man5/config.pod