James Green
James Green
As requested. ``` ➜ testssl.sh-3.0.2 time ./testssl.sh -v https://www.bbc.co.uk No engine or GOST support via engine with your /usr/bin/openssl ########################################################### testssl.sh 3.0.2 from https://testssl.sh/ This program is free software. Distribution...
I'm not sure how I can be of much help. Your document says to run the whole script. I'm guessing that you expect people to be including your tool in...
Hope this helps then: ``` |16952> find_openssl_binary(): HAS_CHACHA20=false |16953> find_openssl_binary(): HAS_AES128_GCM=false |16954> find_openssl_binary(): HAS_AES256_GCM=false |16955> find_openssl_binary(): HAS_ZLIB=false |16957> find_openssl_binary(): /usr/bin/openssl ciphers -s |16957> find_openssl_binary(): grep -aiq 'unknown option' |16958> find_openssl_binary():...
``` ➜ testssl.sh-3.0.2 /usr/bin/openssl version -a OpenSSL 1.1.1f 31 Mar 2020 built on: Mon Apr 20 11:53:50 2020 UTC platform: debian-amd64 options: bn(64,64) rc4(16x,int) des(int) blowfish(ptr) compiler: gcc -fPIC -pthread...
`/usr/bin/openssl s_client -tls1_3 -connect testssl.sh:443 -servername testssl.sh
``` ➜ testssl.sh-3.0.2 /usr/bin/openssl s_client -tls1_2 -connect invalid. connect:errno=11 ``` The rest of the environment does seem to work. It's reason for being is git, and other linux based tooling...
To be clear, are you suggesting the tool requires those to operate?
If I can remember, I think I was in need of the referenced utility library to bridge the gap between DropWizard for JMV metrics and the DataDog service. If the...
Suggest you post this into (GitHub) mongodb/morphia where 10Gen people will spot it for attention. My fork is hopefully being integrated over time. On 26 August 2013 19:05, Ahmed Farra...
https://gist.github.com/jmkgreen/5465489 This works for me. Can anyone expand to show the problem more clearly?