summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man5/config.5ssl
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man5/config.5ssl')
-rw-r--r--upstream/archlinux/man5/config.5ssl17
1 files changed, 14 insertions, 3 deletions
diff --git a/upstream/archlinux/man5/config.5ssl b/upstream/archlinux/man5/config.5ssl
index 764b2854..63b3b6e8 100644
--- a/upstream/archlinux/man5/config.5ssl
+++ b/upstream/archlinux/man5/config.5ssl
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "CONFIG 5ssl"
-.TH CONFIG 5ssl 2024-01-30 3.2.1 OpenSSL
+.TH CONFIG 5ssl 2024-04-28 3.3.0 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -334,8 +334,19 @@ specified in the list of providers. For example:
Specifies the pathname of the module (typically a shared library) to load.
.IP \fBactivate\fR 4
.IX Item "activate"
-If present, the module is activated. The value assigned to this name is not
-significant.
+If present and set to one of the values yes, on, true or 1, then the associated
+provider will be activated. Conversely, setting this value to no, off, false, or
+0 will prevent the provider from being activated. Settings can be given in lower
+or uppercase. Setting activate to any other setting, or omitting a setting
+value will result in an error.
+.Sp
+= item \fBsoft_load\fR
+.Sp
+If enabled, informs the library to clear the error stack on failure to activate
+requested provider. A value of 1, yes, true or on (in lower or uppercase) will
+activate this setting, while a value of 0, no, false, of off (again in lower or
+uppercase) will disable this setting. Any other value will produce an error.
+Note this setting defaults to off if not provided
.PP
All parameters in the section as well as sub-sections are made
available to the provider.