We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73be4f7 + ad8684d commit 098aa4aCopy full SHA for 098aa4a
1 file changed
testssl.sh
@@ -20622,7 +20622,7 @@ find_openssl_binary() {
20622
OPENSSL_NR_CIPHERS=$(count_ciphers "$(actually_supported_osslciphers 'ALL:COMPLEMENTOFALL' 'ALL')")
20623
20624
if [[ $OPENSSL_NR_CIPHERS -le 140 ]]; then
20625
- [[ ${OSSL_VER//./} -ge 210 ]] && HAS_DH_BITS=true
+ [[ "$OSSL_NAME" =~ LibreSSL ]] && [[ ${OSSL_VER//./} -ge 210 ]] && HAS_DH_BITS=true
20626
if "$SSL_NATIVE"; then
20627
outln
20628
pr_warning "LibreSSL/OpenSSL in native ssl mode with poor cipher support is not a good choice for testing INSECURE features!"
0 commit comments