diff options
author | jmc <> | 2023-07-03 08:37:22 +0000 |
---|---|---|
committer | jmc <> | 2023-07-03 08:37:22 +0000 |
commit | 148824a254c11b2126926641019ffc1dd6116ed0 (patch) | |
tree | f13f6659cd5602b0763569409b2de9f88abc3626 /src | |
parent | 4fd7bd5165e60dbf55c037ba1cc83c1745cf24ae (diff) | |
download | openbsd-148824a254c11b2126926641019ffc1dd6116ed0.tar.gz openbsd-148824a254c11b2126926641019ffc1dd6116ed0.tar.bz2 openbsd-148824a254c11b2126926641019ffc1dd6116ed0.zip |
some minor fix up;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 9868955691..4023061d16 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.149 2023/07/03 06:22:07 beck Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.150 2023/07/03 08:37:22 jmc Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -934,7 +934,7 @@ The options are as follows: | |||
934 | Print a brief usage message. | 934 | Print a brief usage message. |
935 | .It Fl s | 935 | .It Fl s |
936 | Only list ciphers that are supported by the TLS method. | 936 | Only list ciphers that are supported by the TLS method. |
937 | .It Fl tls1_2 | tls1_3 | 937 | .It Fl tls1_2 | tls1_3 |
938 | In combination with the | 938 | In combination with the |
939 | .Fl s | 939 | .Fl s |
940 | option, list the ciphers which could be used | 940 | option, list the ciphers which could be used |
@@ -4447,7 +4447,7 @@ Can be used to override the implicit | |||
4447 | after | 4447 | after |
4448 | .Fl quiet . | 4448 | .Fl quiet . |
4449 | .It Fl no_tls1_2 | no_tls1_3 | 4449 | .It Fl no_tls1_2 | no_tls1_3 |
4450 | Disable the use of TLS1.2 and 1.3 respectively. | 4450 | Disable the use of TLS1.2 and 1.3, respectively. |
4451 | .It Fl no_ticket | 4451 | .It Fl no_ticket |
4452 | Disable RFC 4507 session ticket support. | 4452 | Disable RFC 4507 session ticket support. |
4453 | .It Fl pass Ar arg | 4453 | .It Fl pass Ar arg |
@@ -4799,7 +4799,7 @@ Disable ephemeral ECDH cipher suites. | |||
4799 | .It Fl no_ticket | 4799 | .It Fl no_ticket |
4800 | Disable RFC 4507 session ticket support. | 4800 | Disable RFC 4507 session ticket support. |
4801 | .It Fl no_tls1_2 | no_tls1_3 | 4801 | .It Fl no_tls1_2 | no_tls1_3 |
4802 | Disable the use of TLS1.2, and 1.3, respectively. | 4802 | Disable the use of TLS1.2 and 1.3, respectively. |
4803 | .It Fl no_tmp_rsa | 4803 | .It Fl no_tmp_rsa |
4804 | Disable temporary RSA key generation. | 4804 | Disable temporary RSA key generation. |
4805 | .It Fl nocert | 4805 | .It Fl nocert |
@@ -5353,7 +5353,7 @@ The exit codes for | |||
5353 | .Nm smime | 5353 | .Nm smime |
5354 | are as follows: | 5354 | are as follows: |
5355 | .Pp | 5355 | .Pp |
5356 | .Bl -tag -width "XXXX" -offset 3n -compact | 5356 | .Bl -tag -width "XXXX" -offset 3n -compact |
5357 | .It 0 | 5357 | .It 0 |
5358 | The operation was completely successful. | 5358 | The operation was completely successful. |
5359 | .It 1 | 5359 | .It 1 |