We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6452ec9 + 3c54474 commit 192505dCopy full SHA for 192505d
1 file changed
testssl.sh
@@ -7637,7 +7637,7 @@ determine_trust() {
7637
[[ -n $json_postfix ]] && spaces=" "
7638
7639
case $OSSL_VER_MAJOR.$OSSL_VER_MINOR in
7640
- 1.0.2|1.1.0|1.1.1|2.[1-9].*|3.*) # 2.x is LibreSSL. 2.1.1 was tested to work, below is not sure
+ 1.0.2|1.1.0|1.1.1|2.[1-9].*|3.*|4.*) # 2.x is LibreSSL. 2.1.1 was tested to work, below is not sure
7641
:
7642
;;
7643
*) addtl_warning="Your $OPENSSL <= 1.0.2 might be too unreliable to determine trust"
0 commit comments