aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/openssl/man/openssl-mac.1
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/openssl/man/openssl-mac.1')
-rw-r--r--secure/usr.bin/openssl/man/openssl-mac.121
1 files changed, 12 insertions, 9 deletions
diff --git a/secure/usr.bin/openssl/man/openssl-mac.1 b/secure/usr.bin/openssl/man/openssl-mac.1
index fdd6d443d4a8..5b72864b288f 100644
--- a/secure/usr.bin/openssl/man/openssl-mac.1
+++ b/secure/usr.bin/openssl/man/openssl-mac.1
@@ -1,5 +1,5 @@
.\" -*- mode: troff; coding: utf-8 -*-
-.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
+.\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -52,10 +52,13 @@
. \}
.\}
.rr rF
+.\"
+.\" Required to disable full justification in groff 1.23.0.
+.if n .ds AD l
.\" ========================================================================
.\"
.IX Title "OPENSSL-MAC 1ossl"
-.TH OPENSSL-MAC 1ossl 2025-09-30 3.5.4 OpenSSL
+.TH OPENSSL-MAC 1ossl 2026-04-07 3.5.6 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -89,7 +92,7 @@ Print a usage message.
.IP "\fB\-in\fR \fIfilename\fR" 4
.IX Item "-in filename"
Input filename to calculate a MAC for, or standard input by default.
-Standard input is used if the filename is '\-'.
+Standard input is used if the filename is \*(Aq\-\*(Aq.
Files and standard input are expected to be in binary format.
.IP "\fB\-out\fR \fIfilename\fR" 4
.IX Item "-out filename"
@@ -164,11 +167,11 @@ See "Provider Options" in \fBopenssl\fR\|(1), \fBprovider\fR\|(7), and \fBproper
.IP \fImac_name\fR 4
.IX Item "mac_name"
Specifies the name of a supported MAC algorithm which will be used.
-To see the list of supported MAC's use the command \f(CW\*(C`openssl list
+To see the list of supported MAC\*(Aqs use the command \f(CW\*(C`openssl list
\&\-mac\-algorithms\*(C'\fR.
.SH EXAMPLES
.IX Header "EXAMPLES"
-To create a hex-encoded HMAC\-SHA1 MAC of a file and write to stdout:
+To create a hex\-encoded HMAC\-SHA1 MAC of a file and write to stdout:
.PP
.Vb 3
\& openssl mac \-digest SHA1 \e
@@ -183,7 +186,7 @@ To create a SipHash MAC from a file with a binary file output:
\& \-in msg.bin \-out out.bin \-binary SipHash
.Ve
.PP
-To create a hex-encoded CMAC\-AES\-128\-CBC MAC from a file:
+To create a hex\-encoded CMAC\-AES\-128\-CBC MAC from a file:
.PP
.Vb 3
\& openssl mac \-cipher AES\-128\-CBC \e
@@ -191,15 +194,15 @@ To create a hex-encoded CMAC\-AES\-128\-CBC MAC from a file:
\& \-in msg.bin CMAC
.Ve
.PP
-To create a hex-encoded KMAC128 MAC from a file with a Customisation String
-\&'Tag' and output length of 16:
+To create a hex\-encoded KMAC128 MAC from a file with a Customisation String
+\&\*(AqTag\*(Aq and output length of 16:
.PP
.Vb 2
\& openssl mac \-macopt custom:Tag \-macopt hexkey:40414243444546 \e
\& \-macopt size:16 \-in msg.bin KMAC128
.Ve
.PP
-To create a hex-encoded GMAC\-AES\-128\-GCM with a IV from a file:
+To create a hex\-encoded GMAC\-AES\-128\-GCM with a IV from a file:
.PP
.Vb 2
\& openssl mac \-cipher AES\-128\-GCM \-macopt hexiv:E0E00F19FED7BA0136A797F3 \e