summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/openssl.cnf.5
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/openssl.cnf.5')
-rw-r--r--src/lib/libcrypto/man/openssl.cnf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/openssl.cnf.5 b/src/lib/libcrypto/man/openssl.cnf.5
index ae56869b8b..48ca66cf4b 100644
--- a/src/lib/libcrypto/man/openssl.cnf.5
+++ b/src/lib/libcrypto/man/openssl.cnf.5
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.cnf.5,v 1.7 2020/02/17 12:52:42 inoguchi Exp $ 1.\" $OpenBSD: openssl.cnf.5,v 1.8 2022/03/31 17:27:17 naddy Exp $
2.\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100 2.\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100
3.\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400 3.\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: February 17 2020 $ 53.Dd $Mdocdate: March 31 2022 $
54.Dt OPENSSL.CNF 5 54.Dt OPENSSL.CNF 5
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -265,7 +265,7 @@ bar = bar_section
265The command 265The command
266.Ic engine_id 266.Ic engine_id
267is used to give the ENGINE name. 267is used to give the ENGINE name.
268If used this command must be first. 268If used, this command must be first.
269For example: 269For example:
270.Bd -literal -offset indent 270.Bd -literal -offset indent
271[engine_section] 271[engine_section]
@@ -305,7 +305,7 @@ The command
305sets the default algorithms an ENGINE will supply using the functions 305sets the default algorithms an ENGINE will supply using the functions
306.Xr ENGINE_set_default_string 3 . 306.Xr ENGINE_set_default_string 3 .
307.Pp 307.Pp
308If the name matches none of the above command names it is assumed 308If the name matches none of the above command names, it is assumed
309to be a ctrl command which is sent to the ENGINE. 309to be a ctrl command which is sent to the ENGINE.
310The value of the command is the argument to the ctrl command. 310The value of the command is the argument to the ctrl command.
311If the value is the string 311If the value is the string