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

Rich Salz rsalz at openssl.org
Sat Jun 17 22:42:41 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  0e0a9ae30baff1c886200f4ee682f893ec8eda30 (commit)
      from  efd10d34b3d3d3e694d6f4667e09efba1fde51f1 (commit)


- Log -----------------------------------------------------------------
commit 0e0a9ae30baff1c886200f4ee682f893ec8eda30
Author: Paul Yang <paulyang.inf at gmail.com>
Date:   Sat Jun 17 22:17:44 2017 +0800

    Remove non-accurate description in Configure script
    
    For DES and 3DES based ciphers are also enabled by this option.
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3707)
    (cherry picked from commit edcdf38bd09f77160f0ec3e5bdd9d9525daf6f25)

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

Summary of changes:
 Configure | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Configure b/Configure
index 2520d7e..f8faa67 100755
--- a/Configure
+++ b/Configure
@@ -60,8 +60,7 @@ my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lx
 #		library and will be loaded in run-time by the OpenSSL library.
 # sctp          include SCTP support
 # enable-weak-ssl-ciphers
-#               Enable weak ciphers that are disabled by default. This currently
-#               only includes RC4 based ciphers.
+#               Enable weak ciphers that are disabled by default.
 # 386           generate 80386 code in assembly modules
 # no-sse2       disables IA-32 SSE2 code in assembly modules, the above
 #               mentioned '386' option implies this one


More information about the openssl-commits mailing list