From: tb Date: Sun, 11 Dec 2022 20:53:27 +0000 (+0000) Subject: Add a small blurb on @SECLEVEL=n X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3847dadb9ae354c44e407891bca6b441c0534a12;p=openbsd Add a small blurb on @SECLEVEL=n --- diff --git a/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/lib/libssl/man/SSL_CTX_set_cipher_list.3 index 95f22b1d64e..9d24e00880e 100644 --- a/lib/libssl/man/SSL_CTX_set_cipher_list.3 +++ b/lib/libssl/man/SSL_CTX_set_cipher_list.3 @@ -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.