From bbb832ae59dd05536f93755bd8d0df9deac7fa31 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 10 Feb 2015 12:39:02 +0100 Subject: [PATCH] Update Readme.md --- openssl-bins/openssl-1.0.2-chacha.pm/Readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md index 4c111db..e8848cf 100644 --- a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md +++ b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md @@ -4,11 +4,11 @@ Instructions ============ The precompiled binaries provided here have extended support for everything -which is normally not configured to be compiled (56 Bit, some other -old ciphers) and come with extended support for new cipher suites and/or +which is normally not configured to be compiled (56 Bit, export/ANOn ciphers, SSLv2 etc.) +The bninraies come also with extended support for new cipher suites and/or features which are not yet in the official branch. -They are all compiled from an OpenSSL 1.0.2 fork +The binaries in this directory are all compiled from an OpenSSL 1.0.2 fork from Peter Mosmans. He has patched the master git branch to support CHACHA20 + POLY1305 and other ciphers (like CAMELIA 256 Bit). @@ -17,6 +17,7 @@ work for me work correctly, it's also likely they'll disappear shortly (https://www.mail-archive.com/openssl-dev@openssl.org/msg34756.html). *Pls note bug [#38](https://github.com/drwetter/testssl.sh/issues/38) = bug [#6](https://github.com/PeterMosmans/openssl/issues/5): False negatives for 40Bit and export ciphers* +Workaround: use the vanilla tree, see https://github.com/drwetter/testssl.sh/openssl-bins/openssl-1.0.2-vanilla. General -------