From 40866074c29dddd87a1436f2c7435f37dac425a7 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 5 Dec 2017 10:53:45 -0500 Subject: [PATCH] Add link for more SECLEVEL info Thanks to Michel Sales for the suggestion. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/4849) --- doc/man1/ciphers.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man1/ciphers.pod b/doc/man1/ciphers.pod index ce573d788f..129f76600f 100644 --- a/doc/man1/ciphers.pod +++ b/doc/man1/ciphers.pod @@ -153,7 +153,8 @@ The cipher string B<@STRENGTH> can be used at any point to sort the current cipher list in order of encryption algorithm key length. The cipher string B<@SECLEVEL=n> can be used at any point to set the security -level to B. +level to B, which should be a number between zero and five, inclusive. +See L for a description of what each level means. =head1 CIPHER STRINGS -- 2.40.0