diff options
Diffstat (limited to 'upstream/debian-unstable/man1/openssl.1ssl')
-rw-r--r-- | upstream/debian-unstable/man1/openssl.1ssl | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/upstream/debian-unstable/man1/openssl.1ssl b/upstream/debian-unstable/man1/openssl.1ssl index 6f07437b..37ea3f5d 100644 --- a/upstream/debian-unstable/man1/openssl.1ssl +++ b/upstream/debian-unstable/man1/openssl.1ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "OPENSSL 1SSL" -.TH OPENSSL 1SSL 2024-02-03 3.1.5 OpenSSL +.TH OPENSSL 1SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -70,10 +70,12 @@ openssl \- OpenSSL command line program [ \fIparameters\fR ... ] .PP \&\fBopenssl\fR \fBno\-\fR\fIXXX\fR [ \fIoptions\fR ] +.PP +\&\fBopenssl\fR \fB\-help\fR | \fB\-version\fR .SH DESCRIPTION .IX Header "DESCRIPTION" -OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL -v2/v3) and Transport Layer Security (TLS v1) network protocols and related +OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL) +and Transport Layer Security (TLS) network protocols and related cryptography standards required by them. .PP The \fBopenssl\fR program is a command line program for using the various @@ -346,6 +348,18 @@ SHA\-3 384 Digest .IP \fBsha3\-512\fR 4 .IX Item "sha3-512" SHA\-3 512 Digest +.IP \fBkeccak\-224\fR 4 +.IX Item "keccak-224" +KECCAK 224 Digest +.IP \fBkeccak\-256\fR 4 +.IX Item "keccak-256" +KECCAK 256 Digest +.IP \fBkeccak\-384\fR 4 +.IX Item "keccak-384" +KECCAK 384 Digest +.IP \fBkeccak\-512\fR 4 +.IX Item "keccak-512" +KECCAK 512 Digest .IP \fBshake128\fR 4 .IX Item "shake128" SHA\-3 SHAKE128 Digest @@ -432,11 +446,24 @@ SM4 Cipher .IX Header "OPTIONS" Details of which options are available depend on the specific command. This section describes some common options with common behavior. +.SS "Program Options" +.IX Subsection "Program Options" +These options can be specified without a command specified to get help +or version information. +.IP \fB\-help\fR 4 +.IX Item "-help" +Provides a terse summary of all options. +For more detailed information, each command supports a \fB\-help\fR option. +Accepts \fB\-\-help\fR as well. +.IP \fB\-version\fR 4 +.IX Item "-version" +Provides a terse summary of the \fBopenssl\fR program version. +For more detailed information see \fBopenssl\-version\fR\|(1). +Accepts \fB\-\-version\fR as well. .SS "Common Options" .IX Subsection "Common Options" .IP \fB\-help\fR 4 .IX Item "-help" -Provides a terse summary of all options. If an option takes an argument, the "type" of argument is also given. .IP \fB\-\-\fR 4 .IX Item "--" @@ -654,7 +681,7 @@ Traces encoder operations. Traces decrementing certain ASN.1 structure references. .IP \fBHTTP\fR 4 .IX Item "HTTP" -HTTP client diagnostics +Traces the HTTP client and server, such as messages being sent and received. .RE .RS 4 .RE |