From feb9fe8b296e0049cb8f749436848c4278b64fa6 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Fri, 17 Jul 2015 11:04:01 +0200 Subject: [PATCH] --- bin/Readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bin/Readme.md diff --git a/bin/Readme.md b/bin/Readme.md new file mode 100644 index 0000000..91451df --- /dev/null +++ b/bin/Readme.md @@ -0,0 +1,17 @@ + +Binaries +======== + +The binaries here have the naming scheme ```openssl.$(uname).$(uname -m)``` +and will be directly picked up from testssl.sh if you run testssl.sh directly +off the git directory. + +They are compiled from Peter Mosmans openssl fork to support more advanced +ciphers as well as broken stuff which is either missing in most OS and +even in OpenSSL or LibreSSL. + +More see ../openssl-bins/openssl-1.0.2-chacha.pm/ + +(Here you find the static binaries. If you want test Kerberos ciphers you +need to copy the binary hereto) +