Skip to content

Commit 192505d

Browse files
authored
Merge pull request #2591 from dcooper16/libressl4
Support LibreSSL 4.0.0
2 parents 6452ec9 + 3c54474 commit 192505d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7637,7 +7637,7 @@ determine_trust() {
76377637
[[ -n $json_postfix ]] && spaces=" "
76387638

76397639
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
7640+
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
76417641
:
76427642
;;
76437643
*) addtl_warning="Your $OPENSSL <= 1.0.2 might be too unreliable to determine trust"

0 commit comments

Comments
 (0)