Skip to content

Commit 6b91a60

Browse files
authored
Merge pull request #2274 from dcooper16/fix2249
Fix #2249
2 parents 3261e6e + 8593cbb commit 6b91a60

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
@@ -8278,7 +8278,7 @@ certificate_info() {
82788278
out "$indent" ; pr_bold " Signature Algorithm "
82798279
jsonID="cert_signatureAlgorithm"
82808280
case $cert_sig_algo in
8281-
sha1WithRSAEncryption)
8281+
sha1WithRSA|sha1WithRSAEncryption)
82828282
pr_svrty_medium "SHA1 with RSA"
82838283
if [[ "$SERVICE" == HTTP ]] || "$ASSUME_HTTP"; then
82848284
out " -- besides: users will receive a "; pr_svrty_high "strong browser WARNING"

0 commit comments

Comments
 (0)