From 2272a3455763bf9e76f1785e54224688e47e61e5 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 10 Feb 2015 11:59:47 +0100 Subject: [PATCH 1/7] Update Readme.md --- openssl-bins/openssl-1.0.2-chacha.pm/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 10b363f..117f191 100644 --- a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md +++ b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md @@ -16,7 +16,7 @@ CHACHA20 + POLY1305 cipher suites from the official git repo didn't 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) +Pls note bug #38 (https://github.com/drwetter/testssl.sh/issues/38) and https://github.com/PeterMosmans/openssl/issues/5: False negativees for 40Bit and export ciphers General ------- From 76ad830d1aa2f2c5021217d1954a630ced727f63 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 10 Feb 2015 12:00:02 +0100 Subject: [PATCH 2/7] Update Readme.md --- openssl-bins/openssl-1.0.2-chacha.pm/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 117f191..441343c 100644 --- a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md +++ b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md @@ -16,7 +16,7 @@ CHACHA20 + POLY1305 cipher suites from the official git repo didn't 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) and https://github.com/PeterMosmans/openssl/issues/5: False negativees for 40Bit and export ciphers +Pls note bug #38 (https://github.com/drwetter/testssl.sh/issues/38) and https://github.com/PeterMosmans/openssl/issues/5: False negatives for 40Bit and export ciphers General ------- From f47b589fe972aa97dc0892f8db94e10fe215c780 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 10 Feb 2015 12:20:59 +0100 Subject: [PATCH 3/7] Update Readme.md --- openssl-bins/openssl-1.0.2-chacha.pm/Readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 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 441343c..fc84749 100644 --- a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md +++ b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md @@ -16,22 +16,20 @@ CHACHA20 + POLY1305 cipher suites from the official git repo didn't 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) and https://github.com/PeterMosmans/openssl/issues/5: False negatives for 40Bit and export ciphers +Pls note bug #38 https://github.com/drwetter/testssl.sh/issues/38) and https://github.com/PeterMosmans/openssl/issues/5: False negatives for 40Bit and export ciphers. General ------- Both 64+32 bit versions were compiled under Ubuntu 12.04 LTS. Likely you cannot use older distributions, younger should work. I provide for each distributions two sets of binaries: -* statically linked binaries (except a few libs which are nowadays difficult to statically link) +* statically linked binaries * dynamically linked binaries with MIT Kerberos support ("krb5" in the name) For the latter you need a whopping bunch of kerberos libraries which you maybe need to install from your distributor (libgssapi_krb5, libkrb5, libcom_err, libk5crypto, libkrb5support, libkeyutils). For the 'static' binaries kerberos is not compiled in, so that's is not needed. -All binaries are signed with my gpg key (.asc files). - Compilation instructions ------------------------ From 80c21abcac5f4782a83c5518e7c889c23bd7768a Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 10 Feb 2015 12:34:35 +0100 Subject: [PATCH 4/7] Update Readme.md --- openssl-bins/openssl-1.0.2-chacha.pm/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fc84749..4c111db 100644 --- a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md +++ b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md @@ -16,7 +16,7 @@ CHACHA20 + POLY1305 cipher suites from the official git repo didn't 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) and https://github.com/PeterMosmans/openssl/issues/5: False negatives for 40Bit and export ciphers. +*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* General ------- From bbb832ae59dd05536f93755bd8d0df9deac7fa31 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 10 Feb 2015 12:39:02 +0100 Subject: [PATCH 5/7] 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 ------- From 30b739065474ab106240720db1ab17d574b1547b Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 10 Feb 2015 12:39:20 +0100 Subject: [PATCH 6/7] Update Readme.md --- openssl-bins/openssl-1.0.2-chacha.pm/Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 e8848cf..96115e5 100644 --- a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md +++ b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md @@ -16,7 +16,8 @@ CHACHA20 + POLY1305 cipher suites from the official git repo didn't 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* +*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 From d5c4aca6f06656f4da859e3a21a03e5996ca099e Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 10 Feb 2015 12:39:54 +0100 Subject: [PATCH 7/7] Update Readme.md --- openssl-bins/openssl-1.0.2-chacha.pm/Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 96115e5..874ae6d 100644 --- a/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md +++ b/openssl-bins/openssl-1.0.2-chacha.pm/Readme.md @@ -18,7 +18,8 @@ work for me work correctly, it's also likely they'll disappear shortly *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. +Workaround: use the binaries from the vanilla tree, see https://github.com/drwetter/testssl.sh/openssl-bins/openssl-1.0.2-vanilla. + General -------