Skip to content

Commit

Permalink
Merge pull request #2591 from dcooper16/libressl4
Browse files Browse the repository at this point in the history
Support LibreSSL 4.0.0
  • Loading branch information
drwetter authored Oct 28, 2024
2 parents 6452ec9 + 3c54474 commit 192505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7637,7 +7637,7 @@ determine_trust() {
[[ -n $json_postfix ]] && spaces=" "

case $OSSL_VER_MAJOR.$OSSL_VER_MINOR in
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
:
;;
*) addtl_warning="Your $OPENSSL <= 1.0.2 might be too unreliable to determine trust"
Expand Down

0 comments on commit 192505d

Please sign in to comment.