Skip to content

Commit dda579c

Browse files
authored
Merge pull request #2266 from dcooper16/fix2249
Fix #2249
2 parents f5d41ff + f5162c9 commit dda579c

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
@@ -8918,7 +8918,7 @@ certificate_info() {
89188918
out "$indent" ; pr_bold " Signature Algorithm "
89198919
jsonID="cert_signatureAlgorithm"
89208920
case $cert_sig_algo in
8921-
sha1WithRSAEncryption)
8921+
sha1WithRSA|sha1WithRSAEncryption)
89228922
pr_svrty_medium "SHA1 with RSA"
89238923
if [[ "$SERVICE" == HTTP ]] || "$ASSUME_HTTP"; then
89248924
out " -- besides: users will receive a "; pr_svrty_high "strong browser WARNING"

0 commit comments

Comments
 (0)