diff options
author | tb <> | 2022-12-11 20:53:27 +0000 |
---|---|---|
committer | tb <> | 2022-12-11 20:53:27 +0000 |
commit | 32bdbd27d8a6d4e3ef0d1fdd6b53325308516d6d (patch) | |
tree | a5d78536f7e7fbe93abac5f11fb17697b687aeb6 | |
parent | 60c9213376bc51babcd59a3db7ca0f758e21de6c (diff) | |
download | openbsd-32bdbd27d8a6d4e3ef0d1fdd6b53325308516d6d.tar.gz openbsd-32bdbd27d8a6d4e3ef0d1fdd6b53325308516d6d.tar.bz2 openbsd-32bdbd27d8a6d4e3ef0d1fdd6b53325308516d6d.zip |
Add a small blurb on @SECLEVEL=nlibressl-v3.7.0
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 index 95f22b1d64..9d24e00880 100644 --- a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 +++ b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.15 2020/04/25 14:03:38 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.16 2022/12/11 20:53:27 tb Exp $ |
2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: April 25 2020 $ | 68 | .Dd $Mdocdate: December 11 2022 $ |
69 | .Dt SSL_CTX_SET_CIPHER_LIST 3 | 69 | .Dt SSL_CTX_SET_CIPHER_LIST 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -140,6 +140,12 @@ cipher list can be displayed with the | |||
140 | .Xr openssl 1 | 140 | .Xr openssl 1 |
141 | .Cm ciphers | 141 | .Cm ciphers |
142 | command. | 142 | command. |
143 | .It Cm @SECLEVEL=n | ||
144 | Set the security level to n, which should be a number between | ||
145 | zero and five. | ||
146 | See | ||
147 | .Xr SSL_CTX_set_security_level 3 | ||
148 | for details. | ||
143 | .It Cm @STRENGTH | 149 | .It Cm @STRENGTH |
144 | Sort the list by decreasing encryption strength, | 150 | Sort the list by decreasing encryption strength, |
145 | preserving the order of cipher suites that have the same strength. | 151 | preserving the order of cipher suites that have the same strength. |