summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-12-11 20:53:27 +0000
committertb <>2022-12-11 20:53:27 +0000
commit32bdbd27d8a6d4e3ef0d1fdd6b53325308516d6d (patch)
treea5d78536f7e7fbe93abac5f11fb17697b687aeb6
parent60c9213376bc51babcd59a3db7ca0f758e21de6c (diff)
downloadopenbsd-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.310
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
142command. 142command.
143.It Cm @SECLEVEL=n
144Set the security level to n, which should be a number between
145zero and five.
146See
147.Xr SSL_CTX_set_security_level 3
148for details.
143.It Cm @STRENGTH 149.It Cm @STRENGTH
144Sort the list by decreasing encryption strength, 150Sort the list by decreasing encryption strength,
145preserving the order of cipher suites that have the same strength. 151preserving the order of cipher suites that have the same strength.