[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Rich Salz rsalz at openssl.org
Sun Nov 13 01:52:54 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  66bf3bcd8877be537b8ca19490b7206ddcc30c9c (commit)
      from  d5abbf43af3a1446f15f1895bb34fa1fab950921 (commit)


- Log -----------------------------------------------------------------
commit 66bf3bcd8877be537b8ca19490b7206ddcc30c9c
Author: EasySec <Easy.Sec at free.fr>
Date:   Fri Nov 11 00:51:04 2016 +0100

    Replace the 'SSL' broken link with SSL_CTX_set_security_level which seems not being referenced from elsewhere
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1898)
    (cherry picked from commit e330f55d008ab99ee6c99b383061337fc4e7359d)

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

Summary of changes:
 doc/ssl/ssl.pod | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod
index 582a276..960f069 100644
--- a/doc/ssl/ssl.pod
+++ b/doc/ssl/ssl.pod
@@ -767,6 +767,7 @@ L<SSL_CTX_set_msg_callback(3)>,
 L<SSL_CTX_set_options(3)>,
 L<SSL_CTX_set_quiet_shutdown(3)>,
 L<SSL_CTX_set_read_ahead(3)>,
+L<SSL_CTX_set_security_level(3)>,
 L<SSL_CTX_set_session_cache_mode(3)>,
 L<SSL_CTX_set_session_id_context(3)>,
 L<SSL_CTX_set_ssl_version(3)>,


More information about the openssl-commits mailing list