Add a small blurb on @SECLEVEL=n
authortb <tb@openbsd.org>
Sun, 11 Dec 2022 20:53:27 +0000 (20:53 +0000)
committertb <tb@openbsd.org>
Sun, 11 Dec 2022 20:53:27 +0000 (20:53 +0000)
lib/libssl/man/SSL_CTX_set_cipher_list.3

index 95f22b1..9d24e00 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.15 2020/04/25 14:03:38 schwarze Exp $
+.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.16 2022/12/11 20:53:27 tb Exp $
 .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
 .\"
 .\" This file is a derived work.
@@ -65,7 +65,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: April 25 2020 $
+.Dd $Mdocdate: December 11 2022 $
 .Dt SSL_CTX_SET_CIPHER_LIST 3
 .Os
 .Sh NAME
@@ -140,6 +140,12 @@ cipher list can be displayed with the
 .Xr openssl 1
 .Cm ciphers
 command.
+.It Cm @SECLEVEL=n
+Set the security level to n, which should be a number between
+zero and five.
+See
+.Xr SSL_CTX_set_security_level 3
+for details.
 .It Cm @STRENGTH
 Sort the list by decreasing encryption strength,
 preserving the order of cipher suites that have the same strength.