[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Dec 5 22:53:56 UTC 2017


The branch master has been updated
       via  40866074c29dddd87a1436f2c7435f37dac425a7 (commit)
      from  0759f93445611d2c91176851dd53babdc8d4190d (commit)


- Log -----------------------------------------------------------------
commit 40866074c29dddd87a1436f2c7435f37dac425a7
Author: Rich Salz <rsalz at openssl.org>
Date:   Tue Dec 5 10:53:45 2017 -0500

    Add link for more SECLEVEL info
    
    Thanks to Michel Sales for the suggestion.
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/4849)

-----------------------------------------------------------------------

Summary of changes:
 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 ce573d7..129f766 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<n>.
+level to B<n>, which should be a number between zero and five, inclusive.
+See L<SSL_CTX_set_security_level> for a description of what each level means.
 
 =head1 CIPHER STRINGS
 


More information about the openssl-commits mailing list