From aa4cadca496396e15fc2807e2706d2dd5ba90d85 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 21 Jul 2015 10:34:08 +0200 Subject: [PATCH] Update Readme.md --- bin/Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/Readme.md b/bin/Readme.md index 91451df..57091b2 100644 --- a/bin/Readme.md +++ b/bin/Readme.md @@ -2,8 +2,8 @@ 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 +The binaries here have the naming scheme ``openssl.$(uname).$(uname -m)`` +and will be 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 @@ -15,3 +15,4 @@ 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) +For contributors see ../CREDITS.md.